Files
Multi-Sensor/POCloud/html-templates/Sidebar.html
Patrick McDonagh c7f8d30446 Fix to get real data working with Micro850
Micro800s do not treat instructions as controller scope tags even though they show up in the controller tag list
2018-08-13 17:42:54 -05:00

16 lines
788 B
HTML

<a href="#"
data-channelId="<%= channels["multisensor.log"].channelId %>"
class="data-table btn-block btn btn-theme animated"
title="Device Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Device Log</a>
<a href="#"
data-refreshpause="1"
data-staticsend="1"
data-channelId="<%= channels["multisensor.sync"].channelId %>"
data-techname="<%=channels["multisensor.sync"].techName %>"
data-name="<%= channels["multisensor.sync"].name%>"
data-nodechannelcurrentId="<%= channels["multisensor.sync"].nodechannelcurrentId %>"
id="<%= channels["multisensor.sync"].channelId %>"
class="btn btn-large btn-block btn-theme animated setstatic mqtt">
<i class="icon-repeat icon-white mqtt" ></i>Sync All Data</a>