Jump to content

Insteon PLM Ruby Code 788: Difference between revisions

From LinuxMCE
Ddamron (talk | contribs)
No edit summary
 
RayBe (talk | contribs)
m Added category: GSD
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Versioninfo}}
[[category: Insteon]]
[[Category: GSD]]
<pre>#### Written by Dan Damron
<pre>#### Written by Dan Damron
#788
#788
Line 4: Line 7:
log($yellow+ '*#*#*#*#*#*#*#*# GOT #788 Status Report! *#*#*#*#*#*#*#*#*'+ $grey)
log($yellow+ '*#*#*#*#*#*#*#*# GOT #788 Status Report! *#*#*#*#*#*#*#*#*'+ $grey)


cmd = Command.new(90,90,1,1,184)
 
cmd.params_[76] = '69'
SendCommand(cmd)
</pre>
</pre>

Latest revision as of 14:29, 7 July 2016

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Unknown N/A N/A
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information
#### Written by Dan Damron
#788
#First, Let's see if we actually 'get this command'
log($yellow+ '*#*#*#*#*#*#*#*# GOT #788 Status Report! *#*#*#*#*#*#*#*#*'+ $grey)