<%- include('partials/nav') %>
<% if (message) { %>
<%= message %>
<% } %> <% if (error) { %>
<%= error %>
<% } %>

<%= topicConfig.productKey %> · <%= topicConfig.deviceId %>

办公室灯光

<%= states.filter((item) => item.state === 'ON').length %> 组开启,<%= states.filter((item) => item.state === 'OFF').length %> 组关闭。 <% if (nextOccurrence) { %>下一次:<%= actionLabel(nextOccurrence.action) %>,<%= nextOccurrence.at %>。<% } else { %>暂无后续计划。<% } %>

设备每 5 分钟主动上报,也可以手动查询。

<% states.forEach((state) => { %>

<%= state.name %>

<%= state.state %>

最后更新:<%= state.last_seen_at ? dayjs(state.last_seen_at).format('YYYY-MM-DD HH:mm:ss') : '暂无' %>

<% }) %>