update deps

This commit is contained in:
Darius
2026-02-06 21:38:27 +01:00
parent 008eda6f71
commit f027818046
2 changed files with 2 additions and 3 deletions

4
package-lock.json generated
View File

@@ -28,8 +28,8 @@
} }
}, },
"node_modules/@dpu/shared": { "node_modules/@dpu/shared": {
"version": "1.8.4", "version": "1.9.1",
"resolved": "git+https://git.dariusbag.dev/DarDarBinks/dpu-shared.git#ff4248961b97a84bfdbeed85cd83b007332378ac", "resolved": "git+https://git.dariusbag.dev/DarDarBinks/dpu-shared.git#2b85020d52e9f79956e2fde3833eef071f6b73af",
"dependencies": { "dependencies": {
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"axios": "^1.7.9", "axios": "^1.7.9",

View File

@@ -79,7 +79,6 @@ export class HomeAssistantService extends BaseService<HomeAssistantClient> {
position: HomeAssistantDeskPositionResult, position: HomeAssistantDeskPositionResult,
): API_HA_DeskPosition { ): API_HA_DeskPosition {
return { return {
position: position.as_text(),
is_standing: position.as_boolean, is_standing: position.as_boolean,
last_changed: position.last_changed.toReadable(true), last_changed: position.last_changed.toReadable(true),
last_changed_seconds: position.last_changed.seconds, last_changed_seconds: position.last_changed.seconds,