From Hentschel
(→Scene Link Event) |
(→Scene Link Event) |
||
| Line 101: | Line 101: | ||
</pre> | </pre> | ||
| − | "linkType" is the type of link in the scene (Controller or Responder). "16" is controller, "32" is a responder. There | + | "linkType" is the type of link in the scene (Controller or Responder). "16" is controller, "32" is a responder. There can be at most one controller in a scene, but it doesn't have to have one. (Need to figure how this has an impact in OpenHAB scenes). |
== Scene Unlink Event == | == Scene Unlink Event == | ||
Latest revision as of 03:01, 11 May 2018
Contents
Device Events
Device Add Event
<?xml version="1.0"?>
<Event seqnum="366" sid="uuid:32">
<control>_3</control>
<action>ND</action>
<node>1F 50 60 2</node>
<eventInfo>
<node flag="32">
<address>1F 50 60 2</address>
<name>IO Linc-Relay</name>
<type>7.0.65.0</type>
<enabled>true</enabled>
<deviceClass>0</deviceClass>
<wattage>0</wattage>
<dcPeriod>0</dcPeriod>
<startDelay>0</startDelay>
<endDelay>0</endDelay>
</node>
</eventInfo>
</Event>
Device Rename Event
<?xml version="1.0"?>
<Event seqnum="224" sid="uuid:39">
<control>_3</control>
<action>NN</action>
<node>1F 50 60 2</node>
<eventInfo>
<newName>The IO Linc-Relay</newName>
</eventInfo>
</Event>
Device Remove Event
<?xml version="1.0"?>
<Event seqnum="569" sid="uuid:32">
<control>_3</control>
<action>NR</action>
<node>1F 50 60 2</node>
<eventInfo></eventInfo>
</Event>
Scene Events
Scene Add Event
<?xml version="1.0"?>
<Event seqnum="473" sid="uuid:32">
<control>_3</control>
<action>GD</action>
<node>31553</node>
<eventInfo>
<groupName>new_scene</groupName>
<groupType>164</groupType>
</eventInfo>
</Event>
Scene Rename Event
<?xml version="1.0"?>
<Event seqnum="214" sid="uuid:39">
<control>_3</control>
<action>GN</action>
<node>9308</node>
<eventInfo>
<newName>z scene</newName>
</eventInfo>
</Event>
Scene Remove Event
<?xml version="1.0"?>
<Event seqnum="557" sid="uuid:32">
<control>_3</control>
<action>GR</action>
<node>31553</node>
<eventInfo></eventInfo>
</Event>
Scene Link Event
<?xml version="1.0"?>
<Event seqnum="487" sid="uuid:32">
<control>_3</control>
<action>MV</action>
<node>31553</node>
<eventInfo>
<movedNode>1F 50 60 1</movedNode>
<linkType>16</linkType>
</eventInfo>
</Event>
"linkType" is the type of link in the scene (Controller or Responder). "16" is controller, "32" is a responder. There can be at most one controller in a scene, but it doesn't have to have one. (Need to figure how this has an impact in OpenHAB scenes).
Scene Unlink Event
<?xml version="1.0"?>
<Event seqnum="525" sid="uuid:32">
<control>_3</control>
<action>RG</action>
<node>31553</node>
<eventInfo>
<removedNode>1F 50 60 1</removedNode>
</eventInfo>
</Event>
Variable Events
Evidently no useable WS add/remove events for Variables :(
Program Events
Evidently no useable WS add/remove events for Programs :(