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

4
dist/homepage.d.ts vendored
View File

@@ -1,8 +1,8 @@
import type { GristRecord_PersonalGoals } from "./grist";
import type { API_HA_DeskPosition } from "./homeassistant";
import type { StatusComponentName } from "./status";
import type { StatsComponentName } from "./stats";
import type { TidalGetCurrent } from "./tidal";
export type FullInformation = Record<StatusComponentName, unknown> & {
export type FullInformation = Record<StatsComponentName, unknown> & {
ha_desk_position: API_HA_DeskPosition | null;
ha_temp: string | null;
tidal_current: TidalGetCurrent | null;