Difference between revisions of "Insteon PLM Ruby Code 788"

From LinuxMCE
Jump to: navigation, search
 
Line 4: Line 4:
 
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>

Revision as of 00:22, 12 March 2008

#### Written by Dan Damron
#788
#First, Let's see if we actually 'get this command'
log($yellow+ '*#*#*#*#*#*#*#*# GOT #788 Status Report! *#*#*#*#*#*#*#*#*'+ $grey)