blob: 84e3a0461e663b44ffdcce9df081ff8f13720d62 [file] [log] [blame]
// This config is invalid because the wlan configuration specifies "imaginary_mode" as a system
// mode, which isn't a valid `fuchsia.power.systemmode.SystemMode`.
{
clients: {
wlan: {
mode_matches: [
{
mode: "imaginary_mode",
power_level: 0,
},
],
default_level: 1,
},
},
}