Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 17:16:39 +01:00
parent c9357d0371
commit a2a0c963ea
5 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
import type {
HomeAssistantDeskPositionResult,
HomeAssistantEntity,
import {
BaseService,
type HomeAssistantDeskPositionResult,
type HomeAssistantEntity,
type ServiceResult,
} from "@dpu/shared";
import { BaseService, type ServiceResult } from "@dpu/shared/dist/fastify.js";
import { logWarning } from "@dpu/shared/dist/logger.js";
import { calculateSecondsBetween } from "@dpu/shared/dist/timehelper.js";
import { Config } from "../config.js";