Actions
Changelog 3.1.5¶
3.1.5 (2022-12-02)
- New features:
- A new JS proxy function for doing DTX Re-Init from JS:
Controller.reInit();
- IP change watchdog
Added a possibility to control the watchdog that restart DTX when an bounded system IP address changes and stay changed for over 1 minute. This is now a checkbox in settings page.
- Smaller feature changes
- #10 Additional settings for Email SMTP TLS connection fro settings page
- Added os process id (PID) in the response from Controller.execCommand() executions. This PID can be used to track the process in OS.
Example of exec:print(Controller.execCommand("ping google.com"));
Response: {"exit_code":0, "pid":15260 ,"lines":
["","Pinging google.com [216.58.207.206] with 32 bytes of data:",
"Reply from 216.58.207.206: bytes=32 time=14ms TTL=53",
"Reply from 216.58.207.206: bytes=32 time=14ms TTL=53",
"Reply from 216.58.207.206: bytes=32 time=14ms TTL=53",
"Reply from 216.58.207.206: bytes=32 time=13ms TTL=53",
"",
"Ping statistics for 216.58.207.206:",
" Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
",
"Approximate round trip times in milli-seconds:",
" Minimum = 13ms, Maximum = 14ms, Average = 13ms"]}
- Bug fixes:
#11 Fixed the save of log files from UI
- Build:
No change
Updated by Torbjorn Carlqvist Admin about 2 years ago · 2 revisions