Show real-time room metrics and improve sensor cards

Add a summary of real-time metrics per room, including energy, CO2,
sensor count, and occupancy. Sensor cards now display live readings from
the store instead of mock data. Refactor card logic for reactivity and
update navigation colors for clarity.
This commit is contained in:
rafaeldpsilva
2025-09-03 16:34:04 +01:00
parent eae15a111e
commit 55a2d6d097
6 changed files with 286 additions and 88 deletions

View File

@@ -182,7 +182,7 @@ const getUnit = () => {
const executeAction = async () => {
isExecuting.value = true
let parameters: any = {}
const parameters: any = {}
if (props.action.type === 'adjust') {
if (hasNumericRange.value) {