You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.cc2531/src/main/java/com/zsmartsystems/zigbee/dongle/cc2531/ZigBeeDongleTiCc2531.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -259,10 +259,10 @@ public void sendCommand(final ZigBeeApsFrame apsFrame) {
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.conbee/src/main/java/com/zsmartsystems/zigbee/dongle/conbee/ZigBeeDongleConBee.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ public String getVersionString() {
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ZigBeeDongleEzsp.java
+5-6
Original file line number
Diff line number
Diff line change
@@ -349,8 +349,8 @@ public void sendCommand(final ZigBeeApsFrame apsFrame) {
349
349
if (apsFrame.getAddressMode() == ZigBeeNwkAddressMode.DEVICE && apsFrame.getDestinationAddress() < 0xfff8) {
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.xbee/src/test/java/com/zsmartsystems/zigbee/dongle/xbee/ZigBeeDongleXBeeTest.java
0 commit comments