{
event = "rgb_value_updated",
node_id = 2,
channel_id = 0,
colors = {
red = 120,
blue = 0,
green = 200
},
target_colors = { }
target_durations = { }
}
{
event = "rgb_value_updated",
node_id = 2,
channel_id = 0,
colors = {
red = 120,
blue = 0,
green = 200
},
target_colors = {
red = 255,
blue = 0,
green = 200
},
target_durations = {
red = 20
}
}
fields | type | description |
---|---|---|
event | string | type of an event |
node_id | int | a unique id of a ZWave device within a Zwave network |
channel_id | int | |
colors | table (string to int) | table of color components ( String Color Component to Value [0; 255] ) |
target_colors | table (string to int) | table of target color components ( String Color Component to Value [0; 255] ) |
target_durations | table (string to int) | table of target durations for each component ( String Color Component to Seconds ) |