dont need volume

This commit is contained in:
Darius
2026-02-05 00:47:23 +01:00
parent d23c89c3c9
commit b7ea7bc552
3 changed files with 1 additions and 3 deletions

View File

@@ -5,5 +5,4 @@ export type FullInformation = {
ha_desk_position: API_HA_DeskPosition | null;
ha_temp: string | null;
tidal_current: TidalGetCurrent | null;
tidal_volume: number | null;
}