Add address field to GaugeSensor

This commit is contained in:
Florent 2013-05-23 16:52:58 +02:00
commit 19915322da

View file

@ -65,6 +65,7 @@ class GaugeSensor(CapBaseObject):
name = StringField('Name of the sensor')
unit = StringField('Unit of values')
forecast = StringField('Forecast')
address = StringField('Address')
lastvalue = Field('Last value', GaugeMeasure)
history = Field('Value history', list) # lastvalue not included
gaugeid = StringField('Id of the gauge')