Skip to content

Commit

Permalink
Merge branch 'wip-stable7-7.1.011' into stable7
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Mar 17, 2024
2 parents f1fad23 + f66268c commit 5199be9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Modules/domoCreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,12 @@ def set_default_value( self, Devices, unit, widget_record):
"ProdPower": {
"widgetType": "Usage"
},
"SOS": {
"Type": 244,
"Subtype": 73,
"Switchtype": 9,
"Image": 13
},
"ShutterCalibration": {
"Type": 244,
"Subtype": 73,
Expand Down
2 changes: 1 addition & 1 deletion Modules/inRawAps.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def inRawAps( self, Devices, srcnwkid, srcep, cluster, dstnwkid, dstep, Sqn, Glo

elif Command == "02":
# Emergency
MajDomoDevice(self, Devices, srcnwkid, srcep, "0006", "02")
MajDomoDevice(self, Devices, srcnwkid, srcep, "0006", "01")

return

Expand Down
4 changes: 2 additions & 2 deletions Modules/switchSelectorWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,13 @@
"ForceUpdate": False
},
"SOS": {
"00": (0, "No Alert"),
"01": (4, "Critical"),
"01": (1, "On"),
"ForceUpdate": True
},
"Smoke": {
"00": (0, "Off"),
"01": (1, "On"),
"02": (1, "On"),
"ForceUpdate": False
},
"Switch": {
Expand Down

0 comments on commit 5199be9

Please sign in to comment.