Add additional data cleanse

This commit is contained in:
Rob Lee 2020-04-10 21:37:47 +01:00
parent ad8cfadedf
commit 97554ff8bb

View File

@ -48,6 +48,7 @@ def prom_exporter():
if info['value'] is not None:
info['value'] = info['value'].replace("dBm", "")
info['value'] = info['value'].replace("dB", "")
info['value'] = info['value'].replace(">=", "")
# Populate response
response=[]
for attribute, info in signal.items():