Skip to content

Commit 431d581

Browse files
committed
dphttp.html added missing select/td end tag
added counter creation back for dummy sensors
1 parent cc8b81a commit 431d581

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

hardware/Dummy.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ namespace http {
274274
bCreated = true;
275275
break;
276276
case pTypeRFXMeter:
277+
m_sql.UpdateValue(HwdID, ID, 1, pTypeRFXMeter, sTypeRFXMeterCount, 10, 255, 0, "0", devname);
278+
bCreated = true;
277279
break;
278280
case pTypeAirQuality:
279281
m_sql.UpdateValue(HwdID, ID, 1, pTypeAirQuality, sTypeVoltcraft, 12, 255, 0, devname);

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 1063
2+
# ref 1064
33

44
CACHE:
55
# CSS

www/views/dphttp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2 data-i18n="Edit link">Edit link</h2><br>
3838
<tr id="variabletosend">
3939
<td align="right" style="width:110px"><label for="name"><span data-i18n="Value to send"></span>:</label></td>
4040
<!--<td><input type="text" id="valuetosend" value="0" style="width: 50px; padding: .2em;" class="text ui-widget-content ui-corner-all" /> (<span data-i18n="0 = nvalue, 1 = svalue field 1, 2 = svalue field 2, etc."></span>)</td>-->
41-
<td><select id="combosendvalue" style="width:160px" class="combobox ui-corner-all">
41+
<td><select id="combosendvalue" style="width:160px" class="combobox ui-corner-all"></select></td>
4242
</tr>
4343
<tr id="scenevariabletosend" style="display:none;">
4444
<td align="right" style="width:110px"><label for="sendvaluescene"><span data-i18n="Start scene on"></span>:</label></td>

0 commit comments

Comments
 (0)