... | ... | @@ -8,19 +8,4 @@ With the Freescale dongle you will get a lot of info messages registered in the |
|
|
|
|
|
Now the state of the implementation is very similar o the state of the Texas Instruments Dongle.
|
|
|
|
|
|
*To do this, just change in the pom.xml file in zigbee4java/zigbee-gateway-server the following line
|
|
|
```
|
|
|
<dependency>
|
|
|
<groupId>org.bubblecloud.zigbee4java</groupId>
|
|
|
----> <artifactId>zigbee-dongle-cc2531</artifactId> <----
|
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
```
|
|
|
to
|
|
|
```
|
|
|
<dependency>
|
|
|
<groupId>org.bubblecloud.zigbee4java</groupId>
|
|
|
----> <artifactId>zigbee-dongle-kw2x</artifactId> <----
|
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
``` |
|
|
*To do this, follow the instructions at [setup] |