Design Pattern: Switch & Dimmer

Solved it, by changing to

sendCommand(id + "ShortPress", "ON")
// etc.

after reading your post at: sendCommand() Documentation :slight_smile:

Obvious, but I missed it, that the call clearly needs two Strings. :wink: