-
-
Notifications
You must be signed in to change notification settings - Fork 427
RFE: Add a way for drivers to pass commands to device via CLI #1677
Copy link
Copy link
Open
Labels
Low-hanging fruitA proposal or issue that is good for newcomers to codebase or otherwise a quick winA proposal or issue that is good for newcomers to codebase or otherwise a quick winenhancementservice/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
Milestone
Metadata
Metadata
Assignees
Labels
Low-hanging fruitA proposal or issue that is good for newcomers to codebase or otherwise a quick winA proposal or issue that is good for newcomers to codebase or otherwise a quick winenhancementservice/daemon start/stopGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/DebugGeneral subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
As highlighted in #1673 discussion, there may be a practical need to send shutdown start/abort commands to locally managed UPS and similar devices, while the driver daemon and
upsdare no longer running.This RFE is about investigation if this ability exists. If not, it should be commonly implemented (in
drivers/main.cprobably) and documented.