Changes for page UDP Input
Last modified by Alexander Mott on 2024/06/14 19:07
From version 5.1
edited by Alexander Mott
on 2024/06/14 19:07
on 2024/06/14 19:07
Change comment:
There is no comment for this version
To version 1.1
edited by Mark Kohlmann
on 2021/01/20 18:13
on 2021/01/20 18:13
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -SHOWRUNNER™ IntegrationsGuide.IntegrationOptions.WebHome1 +SHOWRUNNER™ User Guide & Wiki.SHOWRUNNER™ Appendix.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a lexander\.mott@chiefintegrations\.com1 +XWiki.mark\.kohlmann@chiefintegrations\.com - Content
-
... ... @@ -1,23 +1,20 @@ 1 -ShowRunner CLC™can accept commands via UDP. Feedback is not provided.1 +ShowRunner can accept commands via UDP. Feedback is not provided. 2 2 3 3 Enable the UDP listener by specifying a port in the config: 4 4 5 -(% class="box" %) 6 -((( 7 -##"UdpListener": 5 +## "UdpListener": 8 8 { 9 9 "ListenPort": 45794 10 10 },## 11 -))) 12 12 13 -Commands are sent to objects by GlobalId followed by the Action and then any relevant Properties (Properties are interpreted in the order shown) .Theyare dot delimited and terminated with a carriage return.14 - Format: ##GlobalId.ActionName[.ActionPropertyValue]\x0D##10 +Commands are sent to objects by GlobalId followed by the Action and then any relevant Properties (Properties are interpreted in the order shown) and terminated with a carriage return. 11 +(GlobalId).(ActionName)[.(ActionPropertyValue)]\x0D 15 15 16 -To obtain a list of GlobalIds for objects use console command ##sr show global ids## . Global Actions use a GlobalId of 0.13 +To obtain a list of GlobalIds for objects use console command ##sr show global ids## 17 17 18 -To obtain a list of Actions available by object type use console command ##sr show actions## .15 +To obtain a list of Actions available by object type use console command ##sr show actions## 19 19 20 -Example Recall Scene 1on Area 51:17 +Example Recall Scene on Area 51: 21 21 22 22 From "sr show global ids": 23 23