There are a couple of methods in the Controller class to do with system power:
systemPowerOn()
systemPowerOff()
These each define and run an Aldates-specific macro. This code doesn't belong here!
It should be possible to define these macros in client code, and poke them into the scheduler. This isn't trivially possible since they rely quite heavily on access to the controller and its members, but will be necessary for a proper client-side macro implementation.
There are a couple of methods in the Controller class to do with system power:
These each define and run an Aldates-specific macro. This code doesn't belong here!
It should be possible to define these macros in client code, and poke them into the scheduler. This isn't trivially possible since they rely quite heavily on access to the controller and its members, but will be necessary for a proper client-side macro implementation.