27.04.2026, 20:47
(27.04.2026, 12:19)admin Wrote: Poll interval - use Mass edit > Object properties > Field list = Poll interval (seconds). Set to 0 and save.
Scripts - use grp.checkwrite instead of grp.write to lower the bus load.
grp.read - go to Scripting > Tools > Print script listing. Use find to look for any grp.read calls.
If I want to change the `grp.write("address group")` command to `grp.checkwrite`, I have to use this command:
For example, how do we modify `>>>>> grp.write(GA_MAX_TEMP, 0)`?