增加日志推送,增加房态变化的时候 断电功能
This commit is contained in:
@@ -388,6 +388,17 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th align="right">
|
||||
<label for="IsPowerOff1"> <%: Html.Language("RoomStatusSwitch")%>: </label>
|
||||
</th>
|
||||
<td>
|
||||
<input id="SwitchRoomStatus_PowerOff2" type="checkbox" name="SwitchRoomStatus_PowerOff2" style="vertical-align: top;" value="2" <%: Model.SwitchRoomStatus_PowerOff2==2 ? "checked='checked'" : "" %> /> <%: Html.Language("ChuZu")%>
|
||||
<input id="SwitchRoomStatus_PowerOff4" type="checkbox" name="SwitchRoomStatus_PowerOff4" style="vertical-align: top;" value="4" <%: Model.SwitchRoomStatus_PowerOff4==4 ? "checked='checked'" : "" %> /> <%: Html.Language("DaiZu")%>
|
||||
<input id="SwitchRoomStatus_PowerOff8" type="checkbox" name="SwitchRoomStatus_PowerOff8" style="vertical-align: top;" value="8" <%: Model.SwitchRoomStatus_PowerOff8==8 ? "checked='checked'" : "" %> /> <%: Html.Language("TuiFang")%>
|
||||
</td>
|
||||
</tr>
|
||||
<%-- TCL 功能--%>
|
||||
<%-- <tr>
|
||||
<th align="right">
|
||||
|
||||
Reference in New Issue
Block a user