Name
global.DiscoveryDeviceStartedUtil
Description
Script include contains the condition used by the Discovery - Update device started count
Script
DiscoveryDeviceStartedUtil = {
updateDeviceStartedCount: function(current) {
return current.agent.startsWith("mid.server.") && current.agent_correlator.hasValue() && current.source.hasValue() && current.payload.hasValue() && current.queue == "output" && current.topic != "Ping" && current.topic != "Shazzam" && current.topic != "SystemCommand"
},
};
Sys ID
448a38ecc7272010597b824d5ec260ff