Improved IEC 104 plugin

This commit is contained in:
Luca Deri 2020-09-16 23:24:17 +02:00
parent d8d8ee08ee
commit 8db941c31e
10 changed files with 171 additions and 12 deletions

View file

@ -538,6 +538,15 @@ function alerts_api.influxdbEntity(dburl)
}
end
-- ##############################################
function alerts_api.iec104Entity(flow)
return {
alert_entity = alert_consts.alert_entities.flow,
alert_entity_val = "flow"
}
end
-- ##############################################
-- type_info building functions
-- ##############################################