04.09.2019, 15:09
(04.09.2019, 12:31)admin Wrote: You need to send a reload signal after db update.
Code:pid = os.checkproc('reactorra')
if pid then
os.kill(pid, signal.SIGUSR1)
end
Hello admin,
Thanks a lot, it works perfectly!
The solution you propose here is quite different from the ones that were proposed for the schedulers and Modbus parameters update: there is no "unified" way to simulate web requests from a script?
Thanks again :-)