Skip to content

Commit bb42f17

Browse files
committed
HB-DIS-EP-75BW: add new icons (measure_battery_0, measure_battery_25, measure_battery_50, measure_battery_75, measure_battery_100)
1 parent 1c69ed2 commit bb42f17

File tree

7 files changed

+17
-1
lines changed

7 files changed

+17
-1
lines changed

src/addon/www/config/easymodes/HB-DIS-EP-75BW_dev_master.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proc getHelpIcon {topic x y} {
1010
}
1111

1212
proc getIconOverviewIcon {topic} {
13-
set ret "<img src=\"/ise/img/visible.png\" style=\"cursor: pointer; width:18px; height:18px; position:relative; top:2px\" onclick=\"showParamHelp('$topic', '440', '525')\">"
13+
set ret "<img src=\"/ise/img/visible.png\" style=\"cursor: pointer; width:18px; height:18px; position:relative; top:2px\" onclick=\"showParamHelp('$topic', '440', '575')\">"
1414
return $ret
1515
}
1616

src/addon/www/config/easymodes/MASTER_LANG/HB-DIS-EP-75BW_HELP.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,22 @@ jQuery.extend(true,langJSON, {
9494
"<td>0x9c</td>"+
9595
"<td>0x9d</td>"+
9696
"</tr>"+
97+
"<tr>"+
98+
"<td><img src=/ise/img/icons_hb_dis_ep_75bw/measure_battery_0.png></td>"+
99+
"<td><img src=/ise/img/icons_hb_dis_ep_75bw/measure_battery_25.png></td>"+
100+
"<td><img src=/ise/img/icons_hb_dis_ep_75bw/measure_battery_50.png></td>"+
101+
"<td><img src=/ise/img/icons_hb_dis_ep_75bw/measure_battery_75.png></td>"+
102+
"<td><img src=/ise/img/icons_hb_dis_ep_75bw/measure_battery_100.png></td>"+
103+
"<td></td>"+
104+
"</tr>"+
105+
"<tr>"+
106+
"<td>0x9e</td>"+
107+
"<td>0x9f</td>"+
108+
"<td>0xa0</td>"+
109+
"<td>0xa1</td>"+
110+
"<td>0xa2</td>"+
111+
"<td></td>"+
112+
"</tr>"+
97113
"</table><br/>Icons from <a target='_blank' href=\"https://github.com/OpenAutomationProject/knx-uf-iconset\">OpenAutomationProject</a>"
98114
},
99115
"en" :{
636 Bytes
Loading
1.13 KB
Loading
769 Bytes
Loading
934 Bytes
Loading
1.06 KB
Loading

0 commit comments

Comments
 (0)