amclain / stingray

Build farm automation and remote management
Other
5 stars 0 forks source link

Turn target power on and off #20

Closed amclain closed 1 year ago

amclain commented 1 year ago

Resolves #10

This PR makes it possible to turn a target dev kit on and off via the console with #on and #off, or via the PowerManager module. Target and host implementations of PowerManager were also split out, requiring an update to DI. DI now supports compile-time and runtime mappings as well.