ezsp 7.3.1

Ember ZNet Serial Protocol
Documentation
1
2
3
4
5
6
//! Handlers for the trust center commands.

pub use self::trust_center_join::Handler as TrustCenterJoin;

mod trust_center_join;
crate::frame::parameters::parameter_enum!(Handler, TrustCenterJoin);