aramperes / nut-rs

rups: A Network UPS Tools (NUT) implementation in Rust.

Home Page:https://crates.io/crates/rups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `GET CMDDESC`

aramperes opened this issue · comments

https://networkupstools.org/docs/developer-guide.chunked/ar01s09.html

Form:
	GET CMDDESC <upsname> <cmdname>
	GET CMDDESC su700 load.on

Response:
	CMDDESC <upsname> <cmdname> "<description>"
	CMDDESC su700 load.on "Turn on the load immediately"

This is like DESC above, but it applies to the instant commands.