Fix bug in test.sh
This commit is contained in:
parent
f756189417
commit
a41d1a70ee
1 changed files with 5 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ echo "========= ICapGauge config"
|
||||||
./elbe config
|
./elbe config
|
||||||
rm elbe
|
rm elbe
|
||||||
|
|
||||||
|
unset label
|
||||||
|
|
||||||
|
|
||||||
# Monitor leclercmobile balance
|
# Monitor leclercmobile balance
|
||||||
|
|
@ -84,6 +84,7 @@ export do="get_current,619163,yahoo"
|
||||||
export import="from weboob.capabilities.weather import ICapWeather"
|
export import="from weboob.capabilities.weather import ICapWeather"
|
||||||
export attribvalue="temp/value"
|
export attribvalue="temp/value"
|
||||||
export attribid="temp/id"
|
export attribid="temp/id"
|
||||||
|
export label="id"
|
||||||
export title="Température à Rennes"
|
export title="Température à Rennes"
|
||||||
export vlabel="Température"
|
export vlabel="Température"
|
||||||
|
|
||||||
|
|
@ -94,3 +95,6 @@ echo "========= ICapWeather config"
|
||||||
./rennes config
|
./rennes config
|
||||||
rm rennes
|
rm rennes
|
||||||
|
|
||||||
|
unset label
|
||||||
|
unset vlabel
|
||||||
|
unset title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue