Skip to content

Commit

Permalink
Set param 83/84 as read only
Browse files Browse the repository at this point in the history
Parameter 83 is a reference to the Color Switch V1 Command Class which
should be used to change its color instead of this parameter setting.

The Multilevel Switch Command class can be used to dim the LED strip
also using Night Light Mode.

These are both command classes that are used to change colors and the
dimness of the Nightlight LED.
  • Loading branch information
nechry committed Jun 7, 2016
1 parent 9f8cace commit a624f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/aeotec/zw096.xml
Expand Up @@ -36,14 +36,14 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584701
<Item label="When the state of the Switch changes, the LED will follow the status (on/off) of its load, but the LED will turn off after 5 seconds." value="1"/>
<Item label="Night Light Mode" value="2" />
</Value>
<Value type="int" index="83" genre="config" label="Night Light Color" units="" min="0" max="16777215" size="3" value="14524637">
<Value type="int" index="83" genre="config" label="Night Light Color" units="" min="0" max="16777215" size="3" value="14524637" read_only="true">
<Help>Configure the RGB Value when in Night Light Mode.
Byte 1: Red Color
Byte 2: Green Color
Byte 3: Blue Color
</Help>
</Value>
<Value type="int" index="84" genre="config" label="RGB Brightness in Energy Mode" units="" min="0" max="16777215" size="3" value="5263440">
<Value type="int" index="84" genre="config" label="RGB Brightness in Energy Mode" units="" min="0" max="16777215" size="3" value="5263440" read_only="true">
<Help>Configure the brightness level of RGB LED (0%-100%) when it is in Energy Mode/momentary indicate mode.
Byte 1: Red Color
Byte 2: Green Color
Expand Down
4 changes: 2 additions & 2 deletions config/aeotec/zw099.xml
Expand Up @@ -50,14 +50,14 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584700
<Item label="When the state of the Switch changes, the LED will follow the status (on/off) of its load, but the LED will turn off after 5 seconds." value="1"/>
<Item label="Night Light Mode" value="2" />
</Value>
<Value type="int" index="83" genre="config" label="Night Light Color" units="" min="0" max="16777215" size="3" value="14524637">
<Value type="int" index="83" genre="config" label="Night Light Color" units="" min="0" max="16777215" size="3" value="14524637" read_only="true">
<Help>Configure the RGB Value when in Night Light Mode.
Byte 1: Red Color
Byte 2: Green Color
Byte 3: Blue Color
</Help>
</Value>
<Value type="int" index="84" genre="config" label="RGB Brightness in Energy Mode" units="" min="0" max="16777215" size="3" value="5263440">
<Value type="int" index="84" genre="config" label="RGB Brightness in Energy Mode" units="" min="0" max="16777215" size="3" value="5263440" read_only="true">
<Help>Configure the brightness level of RGB LED (0%-100%) when it is in Energy Mode/momentary indicate mode.
Byte 1: Red Color
Byte 2: Green Color
Expand Down

0 comments on commit a624f66

Please sign in to comment.