Enable Alarm State Transitions to be written to Influxdb

Influxdb 9 RC4 fixed issue with storing strings.
Code was tested with Influxdb 9 RC4 in local dev env.

Change-Id: I88cd44479759eb55a30fb28c2f2eb98042a21a28
This commit is contained in:
Deklan Dieterly 2015-02-24 14:29:16 -07:00
parent f8c332b34d
commit 0d6db07bab

View File

@ -62,7 +62,7 @@ public class InfluxV9AlarmRepo extends InfluxAlarmRepo {
@Override
protected void write() throws Exception {
// this.influxV9RepoWriter.write(getInfluxPointArry());
this.influxV9RepoWriter.write(getInfluxPointArry());
}