Logic Machine Forum
disable wright - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: disable wright (/showthread.php?tid=4884)



disable wright - Dré - 23.07.2023

Hi,

I have 2 Wiser for KNX devices, One i currently use for checking problems.

My Wiser is connected to the KNX bus by TP.
Is it possible to only read from KNX bus, but not have write permission to the KNX bus, without change all scripts who I have run?

I use it only to try to found out a problem why he is boot-up sometimes, it looks like by a script I have running, but not sure about that.


RE: disable wright - admin - 24.07.2023

Add these lines to Common functions to disable writing to objects from them:
Code:
grp.write = function() end
grp.update = function() end

Note that this won't affect scenes, schedulers etc.