add homepage information type
This commit is contained in:
8
src/homepage.ts
Normal file
8
src/homepage.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { API_HA_DeskPosition } from "./homeassistant";
|
||||
import { TidalGetCurrent } from "./tidal";
|
||||
|
||||
export type FullInformation = {
|
||||
ha_desk_position: API_HA_DeskPosition;
|
||||
ha_temp: string;
|
||||
tidal_current: TidalGetCurrent;
|
||||
}
|
||||
Reference in New Issue
Block a user