File tree Expand file tree Collapse file tree
com.zsmartsystems.zigbee.console.main
com.zsmartsystems.zigbee.console.zstack
com.zsmartsystems.zigbee.dongle.zstack.autocode
com.zsmartsystems.zigbee.dongle.zstack
src/test/java/com/zsmartsystems/zigbee/dongle/zstack/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.zsmartsystems.zigbee</groupId >
3737 <artifactId >com.zsmartsystems.zigbee.dongle.zstack</artifactId >
38- <version >1.1.11 -SNAPSHOT</version >
38+ <version >1.4.3 -SNAPSHOT</version >
3939 </dependency >
4040
4141 <dependency >
8383 <dependency >
8484 <groupId >com.zsmartsystems.zigbee</groupId >
8585 <artifactId >com.zsmartsystems.zigbee.console.zstack</artifactId >
86- <version >1.1.11 -SNAPSHOT</version >
86+ <version >1.4.3 -SNAPSHOT</version >
8787 </dependency >
8888
8989 <dependency >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.zsmartsystems</groupId >
1111 <artifactId >zigbee</artifactId >
12- <version >1.1.11 -SNAPSHOT</version >
12+ <version >1.4.3 -SNAPSHOT</version >
1313 </parent >
1414
1515 <dependencies >
1616
1717 <dependency >
1818 <groupId >com.zsmartsystems.zigbee</groupId >
1919 <artifactId >com.zsmartsystems.zigbee</artifactId >
20- <version >1.1.11 -SNAPSHOT</version >
20+ <version >1.4.3 -SNAPSHOT</version >
2121 </dependency >
2222
2323 <dependency >
2424 <groupId >com.zsmartsystems.zigbee</groupId >
2525 <artifactId >com.zsmartsystems.zigbee.console</artifactId >
26- <version >1.1.11 -SNAPSHOT</version >
26+ <version >1.4.3 -SNAPSHOT</version >
2727 </dependency >
2828
2929 <dependency >
3030 <groupId >com.zsmartsystems.zigbee</groupId >
3131 <artifactId >com.zsmartsystems.zigbee.dongle.zstack</artifactId >
32- <version >1.1.11 -SNAPSHOT</version >
32+ <version >1.4.3 -SNAPSHOT</version >
3333 </dependency >
3434
3535 </dependencies >
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >com.zsmartsystems</groupId >
1616 <artifactId >zigbee</artifactId >
17- <version >1.1.11 -SNAPSHOT</version >
17+ <version >1.4.3 -SNAPSHOT</version >
1818 </parent >
1919
2020 <build >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >com.zsmartsystems</groupId >
1111 <artifactId >zigbee</artifactId >
12- <version >1.1.11 -SNAPSHOT</version >
12+ <version >1.4.3 -SNAPSHOT</version >
1313 </parent >
1414
1515 <dependencies >
1616
1717 <dependency >
1818 <groupId >com.zsmartsystems.zigbee</groupId >
1919 <artifactId >com.zsmartsystems.zigbee</artifactId >
20- <version >1.1.11 -SNAPSHOT</version >
20+ <version >1.4.3 -SNAPSHOT</version >
2121 </dependency >
2222
2323 <dependency >
2424 <groupId >com.zsmartsystems.zigbee</groupId >
2525 <artifactId >com.zsmartsystems.zigbee</artifactId >
26- <version >1.1.11 -SNAPSHOT</version >
26+ <version >1.4.3 -SNAPSHOT</version >
2727 <classifier >tests</classifier >
2828 <scope >test</scope >
2929 </dependency >
3030
3131 </dependencies >
3232
3333</project >
34+
Original file line number Diff line number Diff line change @@ -112,6 +112,13 @@ public void write(int value) {
112112 outputData .add (value );
113113 }
114114
115+ @ Override
116+ public void write (int [] bytes ) {
117+ for (int b : bytes ) {
118+ outputData .add (b );
119+ }
120+ }
121+
115122 @ Override
116123 public int read (int timeout ) {
117124 return read ();
You can’t perform that action at this time.
0 commit comments