mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 03:04:54 +00:00
added automation flag in the the bloc and event
This commit is contained in:
@ -201,6 +201,10 @@ mixin SceneOperationsDataHelper {
|
||||
required functionValue,
|
||||
required bool isAutomation,
|
||||
}) {
|
||||
if (isAutomation) {
|
||||
return ThreeGangHelperFunctions.threeGangAutomationFunctions(
|
||||
deviceId, deviceName, functionValue);
|
||||
}
|
||||
return ThreeGangHelperFunctions.threeGangHelperFunctions(
|
||||
deviceId, deviceName, functionValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user