plm

Crates.ioplm
lib.rsplm
version0.1.1
sourcesrc
created_at2020-08-28 22:51:26.780347
updated_at2020-08-30 19:35:24.327937
descriptionInteract with INSTEON home automation devices.
homepage
repository
max_upload_size
id282102
size127,016
James Willcox (snorp)

documentation

README

License Crates.io Doc.rs

plm

plm is a crate for interacting with INSTEON® home automation devices via a PowerLinc Modem. Although most of the public API is async, plm-rs is intended to be runtime-agnostic to allow maximum flexibility for apps.

There is a command line app included as a demo. Install it with:

cargo install plm

Turn on the device with address 22.33.44 via the modem on /dev/ttyUSB0

plm -d /dev/ttyUSB0 device on 22.33.44

Copyright © 2020 James Willcox snorp@snorp.net

Commit count: 0

cargo fmt