mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
fixed automation and tab to run bugs
This commit is contained in:
@ -74,7 +74,7 @@ class _AutomationDialogState extends State<AutomationDialog> {
|
||||
DeviceFunctionData(
|
||||
entityId: widget.automationId,
|
||||
functionCode: 'automation',
|
||||
value: _isEnabled,
|
||||
value: _isEnabled ? 'rule_enable' : 'rule_disable',
|
||||
operationName: 'Automation',
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user