updatey
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { AxiosInstance } from "axios";
|
||||
import { logWarning } from "./logger";
|
||||
import { logWarning } from "./logger.js";
|
||||
|
||||
export type ServiceResult<T = unknown> = {
|
||||
result: T;
|
||||
|
||||
@@ -28,7 +28,6 @@ export interface HomeAssistantDeskPositionResult {
|
||||
}
|
||||
|
||||
export type API_HA_DeskPosition = {
|
||||
position: string;
|
||||
is_standing: boolean;
|
||||
last_changed: string;
|
||||
last_changed_seconds: number;
|
||||
|
||||
Reference in New Issue
Block a user