From Hentschel
(→Device Events) |
|||
| Line 113: | Line 113: | ||
</Event> | </Event> | ||
</pre> | </pre> | ||
| + | |||
| + | == Variable add/remove == | ||
| + | Evidently no useable WS updates for Variables :( | ||
| + | |||
| + | == Program add/remove == | ||
| + | Evidently no useable WS updates for Programs :( | ||
Revision as of 16:48, 9 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>
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 add/remove
Evidently no useable WS updates for Variables :(
Program add/remove
Evidently no useable WS updates for Programs :(