inetrg / inet-nm

INET Node Manager
MIT License
1 stars 1 forks source link

Power control: option to use cached locations #20

Closed leandrolanzieri closed 4 months ago

leandrolanzieri commented 4 months ago

This proposes to (optionally) allow passing the configuration directory to the power control so it can access the cached locations (if any). This allows still controlling nodes that are assumed to be present at a given location.

This feature is useful if the port has been turned off by a different script. Currently there's no way of turning it back on because the UID collection only occurs on connected devices.

leandrolanzieri commented 4 months ago

I forgot to import Optional. This broke the CI

leandrolanzieri commented 4 months ago

See #21