This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

groups mass edit
#1
is there a way to edit groups not one by one? like mass edit in object tab.

for example - I imported KNX project and need to set E flag to all objects. how can I do that&
Reply
#2
(06.11.2023, 12:30)AEK Wrote: is there a way to edit groups not one by one? like mass edit in object tab.

for example - I imported KNX project and need to set E flag to all objects. how can I do that&
found temporary solution

Code:
db:query('UPDATE canx_groups SET export = 1')
Reply
#3
No other solution at the moment. After making db changes you need to reload CANx daemon:
Code:
require('applibs.canxcore').reload()
Reply
#4
(06.11.2023, 15:05)admin Wrote: No other solution at the moment. After making db changes you need to reload CANx daemon:
Code:
require('applibs.canxcore').reload()

I've reboot LM complitly
Reply


Forum Jump: