mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-19 19:45:17 +00:00
push integer step dialog design
This commit is contained in:
@ -187,8 +187,11 @@ class ACFunctionsHelper {
|
||||
operationalValues: [
|
||||
SceneOperationalValue(
|
||||
icon: Assets.assetsCelsiusDegrees,
|
||||
value: 0,
|
||||
description: 'COOL TO',
|
||||
value: 0.0,
|
||||
description: '°C',
|
||||
minValue: 20,
|
||||
maxValue: 30,
|
||||
stepValue: 0.5,
|
||||
),
|
||||
],
|
||||
),
|
||||
@ -203,8 +206,11 @@ class ACFunctionsHelper {
|
||||
operationalValues: [
|
||||
SceneOperationalValue(
|
||||
icon: Assets.assetsCelsiusDegrees,
|
||||
value: 0,
|
||||
description: 'COOL TO',
|
||||
value: 0.0,
|
||||
description: '°C',
|
||||
minValue: -9.9,
|
||||
maxValue: 99.9,
|
||||
stepValue: 0.1,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user