mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-21 12:35:19 +00:00
reflect api selected function value in the view and connect dialog
This commit is contained in:
@ -1166,7 +1166,9 @@ mixin SceneOperationsDataHelper {
|
||||
icon: Assets.assetsTempreture,
|
||||
operationName: 'Set Temperature',
|
||||
code: 'temp_set',
|
||||
functionValue: executorProperty.functionValue,
|
||||
functionValue: executorProperty.functionValue != null
|
||||
? ((executorProperty.functionValue / 10) as double).toInt()
|
||||
: null,
|
||||
operationalValues: [
|
||||
SceneOperationalValue(
|
||||
icon: Assets.assetsCelsiusDegrees,
|
||||
|
Reference in New Issue
Block a user