aramperes / nut-rs

rups: A Network UPS Tools (NUT) implementation in Rust.
https://crates.io/crates/rups
MIT License
24 stars 3 forks source link

Support `LIST RANGE` #20

Closed aramperes closed 3 years ago

aramperes commented 3 years ago
Form:
    LIST RANGE <upsname> <varname>

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