25.05.2023, 08:45
(16.03.2018, 10:17)admin Wrote: This feature will be available in the next version
Code:knxlib.restart('1.1.100')
Code:
require('knxlib')
value = event.getvalue()
if (value == true) then
knxlib.restart('1.1.22')
log (value)
end
I get the log, but not the reset of the device
I've tried to include the library, but it had not helped
Hope someone can point out my mistake.
Best regards!