|  Developer

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 = {
                ...
            }
        },
        ...
    }
}				
			
fieldtypedescription
idint 
manufacturer_idint 
product_typeint 
product_idint 
generic_typeint 
basic_typeint 
specific_typeint 
securitytable 
security_class_startedtable 
is_reachablebool 
is_battery_poweredbool 
is_smart_includebool 
wake_up_intervalintBattery powered sleeping devices wake up interval
icon_typeint 
channelstable 
channels.idint 
classestable 
classes.idint 
versionint