status => stats

This commit is contained in:
Darius
2026-03-05 19:47:14 +01:00
parent d73d98068a
commit 1085ce870b
13 changed files with 41 additions and 32 deletions

12
dist/stats.js vendored Normal file
View File

@@ -0,0 +1,12 @@
export const StatsComponent = {
HA_DESK_POSITION: "ha_desk_position",
HA_TEMP: "ha_temp",
TIDAL_CURRENT: "tidal_current",
GRIST_PERSONAL_GOALS: "grist_personal_goals",
};
export function createComponentUpdate(component, data) {
return {
component: component,
data: data,
};
}