Changes

Talk:OpenHAB ISY Binding rework

1,932 bytes added, 09:01, 11 May 2018
/* Scene Link Event */
= Device Events =
== Device Add Event ==
 
<pre>
<?xml version="1.0"?>
</Event>
</pre>
 
== Device Remove Event ==
<pre>
<?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>
</pre>
 
= Scene Events =
== Scene Add Event ==
<pre>
<?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>
</pre>
 
== Scene Rename Event ==
<pre>
<?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>
</pre>
 
== Scene Remove Event ==
<pre>
<?xml version="1.0"?>
<Event seqnum="557" sid="uuid:32">
<control>_3</control>
<action>GR</action>
<node>31553</node>
<eventInfo></eventInfo>
</Event>
</pre>
 
== Scene Link Event ==
<pre>
<?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>
</pre>
 
"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 ==
<pre>
<?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>
</pre>
 
= Variable Events =
Evidently no useable WS add/remove events for Variables :(
 
= Program Events =
Evidently no useable WS add/remove events for Programs :(
Bureaucrat, administrator
963
edits