add homepage information type pt2
This commit is contained in:
7
dist/homepage.d.ts
vendored
7
dist/homepage.d.ts
vendored
@@ -1,8 +1,9 @@
|
|||||||
import { API_HA_DeskPosition } from "./homeassistant";
|
import { API_HA_DeskPosition } from "./homeassistant";
|
||||||
import { TidalGetCurrent } from "./tidal";
|
import { TidalGetCurrent } from "./tidal";
|
||||||
export type FullInformation = {
|
export type FullInformation = {
|
||||||
ha_desk_position: API_HA_DeskPosition;
|
ha_desk_position: API_HA_DeskPosition | null;
|
||||||
ha_temp: string;
|
ha_temp: string | null;
|
||||||
tidal_current: TidalGetCurrent;
|
tidal_current: TidalGetCurrent | null;
|
||||||
|
tidal_volume: number | null;
|
||||||
};
|
};
|
||||||
//# sourceMappingURL=homepage.d.ts.map
|
//# sourceMappingURL=homepage.d.ts.map
|
||||||
2
dist/homepage.d.ts.map
vendored
2
dist/homepage.d.ts.map
vendored
@@ -1 +1 @@
|
|||||||
{"version":3,"file":"homepage.d.ts","sourceRoot":"","sources":["../src/homepage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;IAC7B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,eAAe,CAAC;CAC/B,CAAA"}
|
{"version":3,"file":"homepage.d.ts","sourceRoot":"","sources":["../src/homepage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,MAAM,eAAe,GAAG;IAC7B,gBAAgB,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC7C,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,eAAe,GAAG,IAAI,CAAC;IACtC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAA"}
|
||||||
@@ -2,7 +2,8 @@ import { API_HA_DeskPosition } from "./homeassistant";
|
|||||||
import { TidalGetCurrent } from "./tidal";
|
import { TidalGetCurrent } from "./tidal";
|
||||||
|
|
||||||
export type FullInformation = {
|
export type FullInformation = {
|
||||||
ha_desk_position: API_HA_DeskPosition;
|
ha_desk_position: API_HA_DeskPosition | null;
|
||||||
ha_temp: string;
|
ha_temp: string | null;
|
||||||
tidal_current: TidalGetCurrent;
|
tidal_current: TidalGetCurrent | null;
|
||||||
|
tidal_volume: number | null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user