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 RW` #17

Closed aramperes closed 3 years ago

aramperes commented 3 years ago

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

Form:
    LIST RW <upsname>

Response:
    BEGIN LIST RW <upsname>
    RW <upsname> <varname> "<value>"
    ...
    END LIST RW <upsname>