public_mode #38

Merged
muellerr merged 2 commits from public_mode into main 2023-02-28 13:18:29 +01:00
Showing only changes of commit cf9b12b1dc - Show all commits

View File

@ -39,8 +39,8 @@ impl ModeAndSubmode {
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct ModeCommand {
address: TargetId,
mode_submode: ModeAndSubmode,
pub address: TargetId,
pub mode_submode: ModeAndSubmode,
}
impl ModeCommand {