Skip to content

Commit f48e844

Browse files
committed
- Implemented "Stop" state in blockly in switch states
1 parent 576ff73 commit f48e844

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

History.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version 2.xxx (xxxx 2015)
1616
- Implemented: Text/Alert Sensor logging (when called from json api)
1717
- Implemented: Support for browsers that do not support gzip compression (thanks to ash77)
1818
- Implemented: When clicking on the log button, browser page now always go to the top
19+
- Implemented "Stop" state in blockly in switch states
1920

2021
Version 2.2563 (June 14th 2015)
2122
- Implemented: WebServer, native SSL and keep-alive, big thanks to chimit!!!!

hardware/OpenZWave.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ static const _tAlarmNameToIndexMapping AlarmToIndexMapping[] = {
6767
{ "Power Management", 0x36 },
6868
{ "System", 0x37 },
6969
{ "Emergency", 0x38 },
70+
{ "Clock", 0x39 },
71+
{ "Appliance", 0x3A },
72+
{ "HomeHealth", 0x3B },
7073
{ "", 0 }
7174
};
7275

www/js/domoticzblocks.js.gz

14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)