|  Developer
Updated on March 28, 2023

add_device_specific_association()

  • Add information about device association to be set after device inclusion
Edit

  • params
    • device_type_id (string),
    • association (object)
Edit
				
					require "zwave"

node_id = 2
channel_id = 0
cc_id = 93

zwave.add_device_specific_association( "0_0_0", {channel_id = 0, group_id = 1, target_channel_id = 0} )