Module rzw::basic[][src]

ZWave basic functionality - top layer

This is the top layer which handles the whole ZWave interface and allows to easy access all nodes and their functionality.

It's proposed to use this module from the crate. The Controller provides the functionality to connected to a Z-Wave network, to send messages and to receive them.

Re-exports

pub use cmds::powerlevel::PowerLevelOperationStatus;
pub use cmds::powerlevel::PowerLevelStatus;
pub use cmds::MeterData;

Structs

Controller
Node

Traits

Handler