Re: Simple Serial Plugin - just to use for debugging

I wonder if you could rename the plug-in and therefore create a new instance? Not exactly the same as handling multiple devices, but would have the same effect.
Software Support and Home Automation Forum
https://forums.indigodomo.com/
simpleSerialId = indigo.server.getPlugin("org.yergeyjDoesntHaveaURL.simpleserial")
if simpleSerialId.isEnabled():
simpleSerialId.executeAction("hexToSerial", deviceId=577450175, props={"newCommand":"23, 50, 55, 4D, 50, 3F”})
Ksullivan wrote:Hi Jim
I have just noticed that the trigger from last Hex command is not working even when i copy the received code from the log. It does when when i use “has any change” but when you use “last response hex” becomes equal to” i get no trigger. This will be handy to update a variable.
Thank you
Keith
Sent from my iPad using Tapatalk
Vig wrote:This might be a dumb question but what variable is responsible for setting this device state that will show On/Off under the State column in Indigo?
thanks,
Vig