matterbridge-dyson-robot 1.10.13 → 1.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/dist/ti/config-types.js +1 -1
- package/dist/ti/dyson-360-cloud-types.js +1 -1
- package/dist/ti/dyson-360-msg-types.js +1 -1
- package/dist/ti/dyson-360-types.js +1 -1
- package/dist/ti/dyson-air-cloud-types.js +1 -1
- package/dist/ti/dyson-air-msg-types.js +1 -1
- package/dist/ti/dyson-air-sensor-types.js +1 -1
- package/dist/ti/dyson-air-state-types.js +1 -1
- package/dist/ti/dyson-air-types.js +1 -1
- package/dist/ti/dyson-cloud-types.js +1 -1
- package/dist/ti/dyson-types.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [v1.10.14] - 2026-06-14
|
|
8
|
+
### Changed
|
|
9
|
+
* Dropped Node.js 20 support.
|
|
10
|
+
* Updated dependencies to latest versions.
|
|
11
|
+
|
|
7
12
|
## [v1.10.13] - 2026-06-14
|
|
8
13
|
### Fixed
|
|
9
14
|
* Avoid creating Thermostat endpoint for Composed Air Purifier devices without heating. (#35)
|
|
@@ -385,7 +390,8 @@ All notable changes to this project will be documented in this file.
|
|
|
385
390
|
|
|
386
391
|
Copyright © 2025-2026 Alexander Thoukydides
|
|
387
392
|
|
|
388
|
-
[Unreleased]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.
|
|
393
|
+
[Unreleased]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.14...HEAD
|
|
394
|
+
[v1.10.14]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.13...v1.10.14
|
|
389
395
|
[v1.10.13]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.12...v1.10.13
|
|
390
396
|
[v1.10.12]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.11...v1.10.12
|
|
391
397
|
[v1.10.11]: https://github.com/thoukydides/matterbridge-dyson-robot/compare/v1.10.10...v1.10.11
|
package/dist/ti/config-types.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.935Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-360-cloud-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-360-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.935Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-360-msg-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-360-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.936Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-air-cloud-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-air-state-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.936Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-air-msg-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-360-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.936Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-air-sensor-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-air-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.937Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-air-state-types-ti.js';
|
|
5
5
|
import { typeSuite as importedTypeSuite0 } from './dyson-air-types.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This module was automatically generated by node ts-interface-post.ts
|
|
2
|
-
// 2026-06-
|
|
2
|
+
// 2026-06-14T08:52:28.938Z
|
|
3
3
|
import { createCheckers } from 'ts-interface-checker';
|
|
4
4
|
import exportedTypeSuite from './dyson-cloud-types-ti.js';
|
|
5
5
|
// Type definitions
|
package/dist/ti/dyson-types.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "matterbridge-dyson-robot",
|
|
3
3
|
"description": "A Matterbridge plugin that connects Dyson robot vacuums and air treatment devices to the Matter smart home ecosystem via their local or cloud MQTT APIs.",
|
|
4
4
|
"displayName": "Dyson Robot",
|
|
5
|
-
"version": "1.10.
|
|
5
|
+
"version": "1.10.14",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"Matterbridge",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"type": "module",
|
|
59
59
|
"main": "dist/index.js",
|
|
60
60
|
"engines": {
|
|
61
|
-
"node": "^26.3.0 || ^24.16.0 || ^22.22.3
|
|
61
|
+
"node": "^26.3.0 || ^24.16.0 || ^22.22.3",
|
|
62
62
|
"matterbridge": "^3.9.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"pngjs": "^7.0.0",
|
|
69
69
|
"semver": "^7.8.4",
|
|
70
70
|
"ts-interface-checker": "^1.0.2",
|
|
71
|
-
"undici": "^
|
|
71
|
+
"undici": "^8.4.1",
|
|
72
72
|
"ws": "^8.21.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@actions/core": "^3.0.1",
|
|
76
76
|
"@eslint/eslintrc": "^3.3.5",
|
|
77
77
|
"@eslint/js": "^10.0.1",
|
|
78
|
-
"@tsconfig/
|
|
78
|
+
"@tsconfig/node22": "^22.0.5",
|
|
79
79
|
"@types/eslint__js": "^8.42.3",
|
|
80
|
-
"@types/node": "^
|
|
80
|
+
"@types/node": "^22.19.21",
|
|
81
81
|
"@types/node-persist": "^3.1.8",
|
|
82
82
|
"@types/semver": "^7.7.1",
|
|
83
83
|
"eslint": "^10.5.0",
|