Office Light <% const navPath = typeof currentPath !== 'undefined' ? currentPath : '/'; %>
首页 计划 记录 节假日 设置
<% const navMqttStatus = typeof getMqttStatus === 'function' ? getMqttStatus() : { connected: false, message: '未连接' }; %>
MQTT <%= navMqttStatus.connected ? '已连接' : (navMqttStatus.message || '未连接') %>