Skip to content

Commit

Permalink
feat: added Wireless Synchronization to v2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel committed Nov 5, 2024
1 parent ee72be9 commit 8f730c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ type Wired struct {
}

type Wireless struct {
Profiles []WirelessProfile `yaml:"profiles"`
IsWirelessSynchronized bool `yaml:"isWirelessSynchronized"`
Profiles []WirelessProfile `yaml:"profiles"`
}

type WirelessProfile struct {
Expand Down

0 comments on commit 8f730c9

Please sign in to comment.