ISY Developers:API:V5:Appendix:Link Definitions: Difference between revisions

From Universal Devices, Inc. Wiki
Jump to navigation Jump to search
(Created page with "<!-- ** DO NOT EDIT ON THE WIKI WEBSITE - Source file is v5.appendix.linkDefinitions.wiki.txt ** --> ISY_Developers : API : ISY_Developers:...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!--
<!--
   ** DO NOT EDIT ON THE WIKI WEBSITE - Source file is v5.appendix.linkDefinitions.wiki.txt **
   ** DO NOT EDIT ON THE WIKI WEBSITE - Source file is v5.appendix.linkDefinitions.wiki.txt **
  [[ISY_Developers:API:V5:Appendix:Link_Definitions]]
  -->
  -->


[[ISY_Developers]] : [[ISY_Developers:API | API]] : [[ISY_Developers:API:V5 | V5]] : [[ISY_Developers:API:V5:Node_Server | Node Server]] : Link Definitions
[[ISY_Developers]] : [[ISY_Developers:API | API]] : [[ISY_Developers:API:V5 | V5]] : [[ISY_Developers:API:V5:Appendix | Appendix]] : Link Definitions


== Link Definitions ==
== Link Definitions ==
Line 57: Line 58:
|cmd
|cmd
|[True/False] If true then parameters cannot be specified, instead, the link contains a
|[True/False] If true then parameters cannot be specified, instead, the link contains a
native command defined in the ''<accepts>'' section of the [[ISY Developers:API:V5:Appendix:Node_definitions | node definition]].
native command defined in the ''<accepts>'' section of the [[ISY Developers:API:V5:Appendix:Node_Definitions | node definition]].
|- style="vertical-align:top;"
|- style="vertical-align:top;"
|}
|}

Latest revision as of 18:36, 18 January 2019


ISY_Developers : API : V5 : Appendix : Link Definitions

Link Definitions

<linkdefs>
  <linkdef id="I_TSTAT" protocol="I_STD">
     <p id="CLISPH" editor="I_CLISPH_DEG"><init val="70.0" uom="F" /></p>
     <p id="CLISPC" editor="I_CLISPC_DEG"><init val="74.0" uom="F" /></p>
     <p id="CLIFS"  editor="I_TSTAT_FAN_MODE"><init val="0" uom="99" /></p>
     <p id="CLIMD"  editor="I_TSTAT_MODE"><init val="74.0" uom="98" /></p>
  </linkdef>
  ...
</linkdefs>
<linkDef> id Name of this link definition
protocol Name used to correlate compatibility between controllers and responders
<p> id Name of the link parameter.
editor The id of the editor to use for this parameter
<init> val The initial value to use for an new link
uom The unit of measure of the initial value
 <linkdefs>
    <linkdef id="ASSOC_CMD" protocol="ASSOC_CMD" cmd="true" />
    ...
 </linkdefs>
<linkDef> id Name of this link definition
protocol Name used to correlate compatibility between controllers and responders
cmd [True/False] If true then parameters cannot be specified, instead, the link contains a

native command defined in the <accepts> section of the node definition.