@apocaliss92/nodedreame 1.7.1 → 1.7.2
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/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -76,7 +76,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
76
76
|
|
|
77
77
|
// src/support/version.ts
|
|
78
78
|
var LIBRARY_NAME = "nodedreame";
|
|
79
|
-
var LIBRARY_VERSION = "1.7.
|
|
79
|
+
var LIBRARY_VERSION = "1.7.2";
|
|
80
80
|
|
|
81
81
|
// src/transport/errors.ts
|
|
82
82
|
var DreameError = class extends Error {
|
|
@@ -1657,6 +1657,9 @@ var VACUUM_CONSUMABLES = [
|
|
|
1657
1657
|
{ key: "silver-ion", label: "Silver-ion", life: { siid: 19, piid: 2 }, reset: { siid: 19, aiid: 1 } },
|
|
1658
1658
|
{ key: "detergent", label: "Detergent", life: { siid: 20, piid: 1 }, reset: { siid: 20, aiid: 1 } },
|
|
1659
1659
|
{ key: "squeegee", label: "Squeegee", life: { siid: 24, piid: 1 }, reset: { siid: 24, aiid: 1 } },
|
|
1660
|
+
{ key: "deodorizer", label: "Deodorizer", life: { siid: 29, piid: 2 }, reset: { siid: 29, aiid: 1 } },
|
|
1661
|
+
{ key: "wheel", label: "Wheel", life: { siid: 30, piid: 2 }, reset: { siid: 30, aiid: 1 } },
|
|
1662
|
+
{ key: "scale-inhibitor", label: "Scale Inhibitor", life: { siid: 31, piid: 2 }, reset: { siid: 31, aiid: 1 } },
|
|
1660
1663
|
{ key: "dust-bag", label: "Dust Bag", life: { siid: 27, piid: 17 }, reset: null }
|
|
1661
1664
|
];
|
|
1662
1665
|
function consumableSpec(key2) {
|