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 `LIST RANGE`

aramperes opened this issue · comments

Form:
	LIST RANGE <upsname> <varname>

Response:
	BEGIN LIST RANGE <upsname> <varname>
	RANGE <upsname> <varname> "<min>" "<max>"
	...
	END LIST RANGE <upsname> <varname>