Crates.io | plm |
lib.rs | plm |
version | 0.1.1 |
source | src |
created_at | 2020-08-28 22:51:26.780347 |
updated_at | 2020-08-30 19:35:24.327937 |
description | Interact with INSTEON home automation devices. |
homepage | |
repository | |
max_upload_size | |
id | 282102 |
size | 127,016 |
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