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 DESC`

aramperes opened this issue · comments

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

Form:
	GET DESC <upsname> <varname>
	GET DESC su700 ups.status

Response:
	DESC <upsname> <varname> "<description>"
	DESC su700 ups.status "UPS status"

	<description> is a string that gives a brief explanation of the named variable. upsd may return "Unavailable" if the file which provides this description is not installed.

Different versions of this file may be used in some situations to provide for localization and internationalization.