add homepage information type
This commit is contained in:
8
dist/homepage.d.ts
vendored
Normal file
8
dist/homepage.d.ts
vendored
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;
|
||||
};
|
||||
//# sourceMappingURL=homepage.d.ts.map
|
||||
Reference in New Issue
Block a user