From 19915322da870db8bd267f0e0533a795eadde4d1 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 23 May 2013 16:52:58 +0200 Subject: [PATCH] Add address field to GaugeSensor --- weboob/capabilities/gauge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weboob/capabilities/gauge.py b/weboob/capabilities/gauge.py index 3c6f9e11..2de0404e 100644 --- a/weboob/capabilities/gauge.py +++ b/weboob/capabilities/gauge.py @@ -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')