|  Developer
Updated on May 10, 2022

s2_show_device_side_key

  • Sends if including zwave device requests S2 keys for continue adding it to network
Edit

Result Fields:

Field Value Type Required Description
event string + Event name
key strings array + an array of 2 items controller specific key (public part)
plugin string + Plugin name
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.extensions.plugin.ui_broadcast",
    "result": {
        "event": "s2_show_device_side_key",
        "key": [ "58975", "37056" ],
        "plugin": "zwave"
    }
}