Revoke command
Posted: Wednesday 17 January 2018 9:39
I use commands like:
Is there a possibility to revoke the last command between the first command (Off) and the last command (On) with a new script?
Are those afterMin() command stored somewhere?
Code: Select all
xxx.switchOff()
xxx.switchOn().afterMin(30)
Are those afterMin() command stored somewhere?