Node
- Node description.
{
id = "1",
manufacturer_id = 1,
product_type = 1,
product_id = 1,
generic_type = "GENERIC_TYPE_SWITCH_MULTILEVEL",
basic_type = 1,
specific_type = "SPECIFIC_TYPE_NOT_USED",
security = { "accessControl", "authenticated", "unauthenticated", "s0" },
security_class_started = { "accessControl", "authenticated", "unauthenticated", "s0" },
is_reachable = true,
is_battery_powered = false,
is_smart_include = false,
icon_type = "ICON_TYPE_GENERIC_LIGHT_DIMMER_SWITCH",
wake_up_interval = 1500,
channels = {
{
id = 1,
classes = {
{
id = 1,
version = 1,
...
},
{
id = 2,
version = 1,
...
},
}
},
{
id = 2,
classes = {
...
}
},
...
}
}
| field | type | description |
|---|---|---|
| id | int | |
| manufacturer_id | int | |
| product_type | int | |
| product_id | int | |
| generic_type | int | |
| basic_type | int | |
| specific_type | int | |
| security | table | |
| security_class_started | table | |
| is_reachable | bool | |
| is_battery_powered | bool | |
| is_smart_include | bool | |
| wake_up_interval | int | Battery powered sleeping devices wake up interval |
| icon_type | int | |
| channels | table | |
| channels.id | int | |
| classes | table | |
| classes.id | int | |
| version | int |