use crate::;
/// Disable - Command (0x09)
///
/// This single byte command disables the unit. This means the unit will enter its disabled state
/// and not execute any further commands or perform any other actions. A poll to the unit
/// while in this state will report disabled (0xE8)
impl_command_display!;
impl_message_from_buf!;
impl_message_ops!;
impl_command_ops!;