Skip to content

Commit

Permalink
pub hostsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Aug 13, 2024
1 parent d40262c commit ae7e5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/hpos_connect_hc/src/hha_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ pub struct SetHappPreferencesInput {

#[derive(Debug, Serialize, Deserialize, SerializedBytes, Clone, Default)]
pub struct HostSettings {
is_enabled: bool,
pub is_enabled: bool,
pub is_host_disabled: bool,
is_auto_disabled: bool,
pub is_auto_disabled: bool,
}

#[derive(Debug, Clone, Deserialize)]
Expand Down

0 comments on commit ae7e5db

Please sign in to comment.