ezsp 6.0.1

Ember ZNet Serial Protocol
Documentation
1
2
3
4
5
6
7
//! Parameters for the [`Networking::clear_stored_beacons`](crate::Networking::clear_stored_beacons) command.

crate::frame::parameters::frame!(
    0x003C,
    {},
    {} => Networking(networking)::ClearStoredBeacons,
);