@zwave-js/config 11.14.0 → 11.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,12 +15,7 @@
|
|
|
15
15
|
"max": "255.255"
|
|
16
16
|
},
|
|
17
17
|
"metadata": {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"$if": "firmwareVersion < 7.17.2",
|
|
21
|
-
"level": "warning",
|
|
22
|
-
"text": "Early firmware revisions had a bug that could cause the mesh to be flooded on some networks and the controller to become unresponsive. It appears that this bug is largely, if not completely, resolved as of firmware version 7.17.2.\nDirections for upgrading the firmware can be found at https://zwave-js.github.io/node-zwave-js/#/troubleshooting/otw-upgrade"
|
|
23
|
-
}
|
|
24
|
-
]
|
|
18
|
+
// 700/800 series firmware bugs that affect multiple controllers
|
|
19
|
+
"$import": "~/templates/master_template.json#7xx_firmware_bugs"
|
|
25
20
|
}
|
|
26
21
|
}
|
|
@@ -656,5 +656,24 @@
|
|
|
656
656
|
"value": 1
|
|
657
657
|
}
|
|
658
658
|
]
|
|
659
|
+
},
|
|
660
|
+
"7xx_firmware_bugs": {
|
|
661
|
+
"comments": [
|
|
662
|
+
{
|
|
663
|
+
"$if": "firmwareVersion < 7.17.2",
|
|
664
|
+
"level": "warning",
|
|
665
|
+
"text": "Early firmware revisions had a bug that could cause the mesh to be flooded on some networks and the controller to become unresponsive. It appears that this bug is largely, if not completely, resolved as of firmware version 7.17.2.\nDirections for upgrading the firmware can be found at https://zwave-js.github.io/node-zwave-js/#/troubleshooting/otw-upgrade"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"$if": "firmwareVersion === 7.19.1",
|
|
669
|
+
"level": "warning",
|
|
670
|
+
"text": "Firmware version 7.19.1 has a bug that causes the controller to randomly restart. It is strongly recommended to update to firmware 7.19.2, but not later since those firmwares have another bug causing the controller to become unresponsive."
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"$if": "firmwareVersion === 7.19.3",
|
|
674
|
+
"level": "warning",
|
|
675
|
+
"text": "Firmware version 7.19.3 has a bug that causes the controller to randomly hang during transmission until it is restarted. It is currently unclear if this bug is fixed in a later firmware version."
|
|
676
|
+
}
|
|
677
|
+
]
|
|
659
678
|
}
|
|
660
679
|
}
|