ezsp 6.0.1

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

crate::frame::parameters::frame!(
    0x010B,
    {},
    {} => GreenPower(green_power)::TranslationTableClear,
);