mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
update GatewayMasterState.getOperationalValues
to match what the api expects.
This commit is contained in:
@ -69,12 +69,12 @@ final class GatewayMasterState extends GatewayFunctions {
|
||||
GatewayOperationalValue(
|
||||
icon: Assets.assetsAcPower,
|
||||
description: "Normal",
|
||||
value: 'Normal',
|
||||
value: 'normal',
|
||||
),
|
||||
GatewayOperationalValue(
|
||||
icon: Assets.assetsAcPowerOFF,
|
||||
description: "Alarm",
|
||||
value: 'Alarm',
|
||||
value: 'alarm',
|
||||
),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user