30.05.2023, 09:35
(This post was last modified: 30.05.2023, 09:44 by christian.hegland@caverion.com.)
(21.06.2021, 06:42)admin Wrote: You can set the export field via a DB query:
Code:db:update('objects', { export = 1 }, { id = 1 })
db:update('objects', { export = 1 }, { id = 2 })
db:update('objects', { export = 0 }, { id = 3 })
db:update('objects', { export = 1 }, { id = 4 })
script.reloadbacnet()
Check if you have the latest firmware because there was a bug when the BACnet service stopped working after a certain number of reload calls.
Hi admin,
Would it be possible to "reverse" this function, and make a script that outputs all the objects that's already exported?
The usecase would be when I'll have to mass delete all knx objects and re-import them, I could run the script beforehand, to get all exported objects,
and then easily set them with the script you provided earlier in this thread.
Would be awesome if this functionallity were implemented in LM5. By using for instance the object filter, and filter by exported objects
Best regards
Christian
Christian