ReportOfflineNodeStatus-add setTimeout, Handle broadcast cmd to rsPort

This commit is contained in:
rasta5man 2024-10-02 18:21:31 +02:00
parent 1c131d0b63
commit ed0fe5b15d
4 changed files with 101 additions and 101 deletions

View file

@ -32,12 +32,6 @@ class DataToTbHandler {
sendToTb(dataToTb, instance) {
if(!FLOW.OMS_brokerready)
{
instance.send(this.index, dataToTb);
return;
}
let keys = Object.keys(dataToTb);
if(keys.length == 0)