-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having the choice on or off if the state of group/scene is mixted #1206
Comments
For a 'group' block you can set this behavior via the 'mixed' parameter. See: |
you are wright but it is fixed in the config.js, sometimes I need to set off in the group is mixted and sometimes I need to set on. If I set it up in the config.js to 'on' the and I want to go to off, all devices go 'On" and I am obliged to push the group button again to set 'Off'. If I set it up in the config.js to 'off' the and I want to go to on, all devices go 'Off" and I am obliged to push the group button again to set 'On'. If a popup would appear to choice, it will be easier And thanks for all the work already realised ! |
popup window would be an option, but is not supported (yet) Alternative: Then you will have two blocks: The first one will switch on all group devices, the second one will switch off all devices. |
so perhaps this could help someone : blocks['s9']={width:6,longpress:false,title:'all light',popup:'',ChoixMixed:true}; and in the custom.js : // AFTERGETDEVICES
} I tested with several domoticz scene/group, that works I Wish a good year to all |
It is more an improvement than an issue
The text was updated successfully, but these errors were encountered: