Statusok not changing value

  • Important: The value of !statusOK does not change back to “true” once it is false!!! You need to manually reset it with store | true | !statusOK (this is by design)

  • The value of !lastcommandOK does change back to “true” after each successful command (including commands like ECHO, so after truly any command)

See also:

1 Like