Solved it, by changing to
sendCommand(id + "ShortPress", "ON")
// etc.
after reading your post at: sendCommand() Documentation
Obvious, but I missed it, that the call clearly needs two Strings.
Solved it, by changing to
sendCommand(id + "ShortPress", "ON")
// etc.
after reading your post at: sendCommand() Documentation
Obvious, but I missed it, that the call clearly needs two Strings.