diff --git a/src/App.vue b/src/App.vue index 60fbe92..d033d5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -68,8 +68,13 @@
-

Main

-
+

ocs: + + {{ configs[config_index].name }} + ▲▲▲ + ▼▼▼ +

+
  • +
+
{{ k[0] }} [?]
{ + if (k.trim().toLowerCase().includes(filter_text)) + return filtered.push([k, byc]); + let keepers = []; + byc.forEach(addr => { + let to_match = this.tracked_agents[addr].instance_id.trim().toLowerCase(); + if (to_match.includes(filter_text)) + keepers.push(addr); + }); + if (keepers.length) + filtered.push([k, keepers]); + }); + return filtered; + }, }, methods: { selectAgent(key, debug) { @@ -94,4 +114,7 @@ .missing { background-color: #f00; } + input { + width: 100%; + } diff --git a/src/panels/ACUAgent.vue b/src/panels/ACUAgent.vue index 242be92..86c6b60 100644 --- a/src/panels/ACUAgent.vue +++ b/src/panels/ACUAgent.vue @@ -791,7 +791,7 @@ goto_target: null, goto_target_stop: true, - hvac_view: "Set Fans", + hvac_view: "Summary", hvac_setpoints: {}, sun_disable_time: 30, },