File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1+ cp /usr/local/smarthome/plugins/piusv/__init__.py ./piusv
2+ cp /usr/local/smarthome/plugins/piusv/plugin.yaml ./piusv
3+ cp /usr/local/smarthome/plugins/piusv/user_doc.rst ./piusv
4+ cp /usr/local/smarthome/plugins/piusv/locale.yaml ./piusv
5+ cp -r /usr/local/smarthome/plugins/piusv/webif ./piusv
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def poll_device(self):
210210
211211 pass
212212
213- def v_batt (self ):
213+ def u_batt (self ):
214214 return self .get_parameter (0 )
215215
216216 def i_rasp (self ):
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ item_attributes:
4444 de : ' Funktion des piusv Plugins'
4545 en : ' Function of piusv Plugins'
4646 valid_list :
47- - ' v_batt '
47+ - ' u_batt '
4848 - ' i_rasp'
4949 - ' u_rasp'
5050 - ' u_usb'
@@ -73,9 +73,9 @@ item_structs:
7373 type : bool
7474 piusv_sys : update
7575
76- v_batt :
76+ u_batt :
7777 type : num
78- piusv_func : v_batt
78+ piusv_func : u_batt
7979 visu_acl : ro
8080
8181 i_rasp :
@@ -115,9 +115,9 @@ item_structs:
115115 type : bool
116116 piusv_sys : update
117117
118- v_batt :
118+ u_batt :
119119 type : num
120- piusv_func : v_batt
120+ piusv_func : u_batt
121121 visu_acl : ro
122122
123123 i_rasp :
@@ -153,7 +153,7 @@ item_structs:
153153item_attribute_prefixes : NONE
154154
155155plugin_functions :
156- v_batt :
156+ u_batt :
157157 type : int
158158 description :
159159 de : ' Batteriespannung'
Original file line number Diff line number Diff line change 2929{% endblock pluginscripts %}
3030
3131{% block headtable %}
32- < span id ='suspended ' style ="display:inone "> {{ p.suspended }}</ span >
32+ < span id ='suspended ' style ="display:none "> {{ p.suspended }}</ span >
3333
3434< table class ="table table-striped table-hover ">
3535 < tbody >
You can’t perform that action at this time.
0 commit comments