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
@@ -25,7 +25,7 @@ For example, an Arduino Uno (with an ethernet/wifi module) or the inexpensive No
25
25
- esp8266: NodeMCU, Wemos D1 Mini, ESP12, etc
26
26
27
27
## Release notes
28
-
* 1.0-develop
28
+
* 1.0
29
29
- New: [Blynk](https://www.blynk.cc) virtual keypad example sketch and app layout examples
30
30
- New: Virtual keypad support for PGM terminals 1-4 command output
31
31
- New: Status `dsc.keybusConnected` to check if data is being received from the DSC panel
@@ -51,7 +51,7 @@ For example, an Arduino Uno (with an ethernet/wifi module) or the inexpensive No
51
51
- Note: This release changes the library methods to accomodate multiple partitions, existing sketches will need to be updated to match the new example sketches.
52
52
* 0.2
53
53
- New: Status for zones 9-32
54
-
- New: HomeAssistant integration example sketch
54
+
- New: [Home Assistant](https://www.home-assistant.io) integration example sketch
55
55
- New: Panel data buffering, adds `dscBufferSize` to `dscKeybusInterface.h` to allow configuration of how many panel commands are buffered to customize memory usage (uses 18 bytes of memory per command buffered).
0 commit comments