Added Zigbee plugin based on Zigbee4java

This commit is contained in:
Ziver Koc 2020-12-25 23:08:42 +01:00
parent 4f0398260b
commit dd1cc00c9d
4 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,5 @@
dependencies {
implementation project(':hal-core')
implementation 'org.bubblecloud.zigbee4java:zigbee-api:3.0.3'
}