Skip to content

Commit

Permalink
update to for the value to 2 digits number for Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Feb 4, 2024
1 parent de99cf6 commit c961720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Conf/Local-Devices/lumi.switch.acn047.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"0006": { "Attributes": { "0000": { "Enabled": true, "Name": "OnOff", "DomoClusterType": "Switch", "ActionList": [ "check_store_value", "upd_domo_device"] }}},
"0702": "",
"0b04": { "Attributes": { "050b": { "Enabled": true, "Name": "ActivePower", "EvalFunc": "compute_electrical_measurement_conso", "ActionList": [ "check_store_value", "upd_domo_device" ] }}},
"0012": { "Attributes": { "0055": { "Enabled": true, "Name": "Decoupled_Switch", "UpdDomoDeviceWithCluster": "0006", "UpdDomoDeviceWithAttribute": "0000", "UpdDomoDeviceWithEp": "f1", "ActionList": [ "check_store_value", "upd_domo_device" ] }}},
"0012": { "Attributes": { "0055": { "Enabled": true, "Name": "Decoupled_Switch", "UpdDomoDeviceWithCluster": "0006", "DomoDeviceFormat": "str_2digits", "UpdDomoDeviceWithAttribute": "0000", "UpdDomoDeviceWithEp": "f1", "ActionList": [ "check_store_value", "upd_domo_device" ] }}},
"0019": "",
"fcc0": {
"Attributes": {
Expand All @@ -42,7 +42,7 @@
"0004": "",
"0005": "",
"0006": "",
"0012": { "Attributes": { "0055": { "Enabled": true, "Name": "Decoupled_Switch", "UpdDomoDeviceWithCluster": "0006", "UpdDomoDeviceWithAttribute": "0000", "UpdDomoDeviceWithEp": "f2", "ActionList": [ "check_store_value", "upd_domo_device" ] }}},
"0012": { "Attributes": { "0055": { "Enabled": true, "Name": "Decoupled_Switch", "UpdDomoDeviceWithCluster": "0006", "DomoDeviceFormat": "str_2digits", "UpdDomoDeviceWithAttribute": "0000", "UpdDomoDeviceWithEp": "f2", "ActionList": [ "check_store_value", "upd_domo_device" ] }}},
"fcc0": "",
"Type": "Switch"
},
Expand All @@ -58,7 +58,7 @@
"Type": "Switch"
}
},
"FakeEp": [ "f1", "f2" ],
"FakeEp": [ "f1", "f2" ],
"Type": "",
"ClusterToBind": [ "0006", "0702", "0b04" ],
"ConfigureReporting": {
Expand Down

0 comments on commit c961720

Please sign in to comment.