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.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeDataStore.java
+32-10
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@
14
14
importjava.io.FileOutputStream;
15
15
importjava.io.InputStreamReader;
16
16
importjava.io.OutputStreamWriter;
17
-
importjava.util.Collections;
18
17
importjava.util.HashSet;
19
18
importjava.util.Set;
20
19
importjava.util.UUID;
@@ -65,9 +64,9 @@ public ZigBeeDataStore(String networkId) {
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.console/src/main/java/com/zsmartsystems/zigbee/console/ZigBeeConsoleNetworkBackupCommand.java
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.ember.autocode/src/main/resources/ezsp_protocol.xml
+24-20
Original file line number
Diff line number
Diff line change
@@ -1964,26 +1964,6 @@
1964
1964
</response_parameters>
1965
1965
</command>
1966
1966
1967
-
<command>
1968
-
<name>becomeTrustCenter</name>
1969
-
<id>0x77</id>
1970
-
<description>This function causes a coordinator to become the Trust Center when it is operating in a network that is not using one. It will send out an updated Network Key to all devices that will indicate a transition of the network to now use a Trust Center. The Trust Center should also switch all devices to using this new network key with the appropriate API.</description>
1971
-
<command_parameters>
1972
-
<parameter>
1973
-
<data_type>EmberKeyData</data_type>
1974
-
<name>newNetworkKey</name>
1975
-
<description>The key data for the Updated Network Key.</description>
1976
-
</parameter>
1977
-
</command_parameters>
1978
-
<response_parameters>
1979
-
<parameter>
1980
-
<data_type>EmberStatus</data_type>
1981
-
<name>status</name>
1982
-
<description>The response status.</description>
1983
-
</parameter>
1984
-
</response_parameters>
1985
-
</command>
1986
-
1987
1967
<command>
1988
1968
<name>aesMmoHash</name>
1989
1969
<id>0x6F</id>
@@ -3916,6 +3896,30 @@
3916
3896
<description>A command which does nothing. The Host can use this to set the sleep mode or check the status of the NCP.</description>
3917
3897
</command>
3918
3898
3899
+
<command>
3900
+
<name>tokenFactoryReset</name>
3901
+
<id>0x0077</id>
3902
+
<description>Factory reset all configured Zigbee tokens.</description>
3903
+
<command_parameters>
3904
+
<parameter>
3905
+
<data_type>bool</data_type>
3906
+
<name>excludeOutgoingFC</name>
3907
+
<description>Exclude network and APS outgoing frame counter tokens.</description>
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ZigBeeDongleEzsp.java
Copy file name to clipboardexpand all lines: com.zsmartsystems.zigbee.dongle.ember/src/main/java/com/zsmartsystems/zigbee/dongle/ember/ezsp/EzspFrame.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,6 @@ public abstract class EzspFrame {
0 commit comments