Hi, I would like to be able to query and react to the power status of my command station. E.g. ``` ONPOWER(mode) IFPOWERON() SET(POWER_LED) ENDIF IFPOWEROFF() RESET(POWER_LED) ENDIF DONE ``` Would this be possible?
Hi,
I would like to be able to query and react to the power status of my command station. E.g.
Would this be possible?