mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 18:34:55 +00:00
push integer step dialog design
This commit is contained in:
@ -166,6 +166,10 @@ mixin SceneOperationsDataHelper {
|
||||
required functionValue,
|
||||
required bool isAutomation,
|
||||
}) {
|
||||
if (isAutomation) {
|
||||
return HumanPresenceHelperFunctions.automationHumanPresenceFunctions(
|
||||
deviceId, deviceName, functionValue);
|
||||
}
|
||||
return HumanPresenceHelperFunctions.tabToRunHumanPresenceFunctions(
|
||||
deviceId, deviceName, functionValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user