update Sa 18. Jan 11:03:44 CET 2020
This commit is contained in:
parent
6f6fd88e67
commit
f9d770a84a
@ -34,7 +34,7 @@ module.exports = function(app_cfg, waip, sql) {
|
||||
function send_message(message) {
|
||||
udp_server.send(message, 0, message.length, app_cfg.global.udpport, 'localhost', function(err, bytes) {
|
||||
if (err) throw err;
|
||||
sql.db_log('UDP-Testalarm an localhost Port ' + app_cfg.global.udpport + ' gesendet.');
|
||||
sql.db_log('UDP-Testalarm an Localhost (Port ' + app_cfg.global.udpport + ') gesendet.');
|
||||
//client.close();
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user