matterbridge-roborock-vacuum-plugin-regions 1.1.1-jb.1 → 1.1.1-jb.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/settings.js CHANGED
@@ -1 +1 @@
1
- export const PLUGIN_NAME = 'matterbridge-roborock-vacuum-plugin-jb';
1
+ export const PLUGIN_NAME = 'matterbridge-roborock-vacuum-plugin-regions';
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "matterbridge-roborock-vacuum-plugin",
2
+ "name": "matterbridge-roborock-vacuum-plugin-regions",
3
3
  "type": "DynamicPlatform",
4
4
  "version": "1.1.1-rc10",
5
5
  "whiteList": [],
@@ -43,4 +43,4 @@
43
43
  "debug": true,
44
44
  "unregisterOnShutdown": false,
45
45
  "enableExperimentalFeature": false
46
- }
46
+ }
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "title": "Matterbridge Roborock Vacuum Plugin",
3
- "description": "matterbridge-roborock-vacuum-plugin v. 1.1.1-rc09 by https://github.com/RinDevJunior",
3
+ "description": "matterbridge-roborock-vacuum-plugin-regions v. 1.1.1-jb.1 by https://github.com/RinDevJunior",
4
4
  "type": "object",
5
- "required": ["username"],
5
+ "required": [
6
+ "username"
7
+ ],
6
8
  "properties": {
7
9
  "name": {
8
10
  "description": "Plugin name",
@@ -33,7 +35,11 @@
33
35
  "type": "string",
34
36
  "title": "Region",
35
37
  "description": "Roborock account region (eu, us, or cn). Overrides auto-detection.",
36
- "enum": ["eu", "us", "cn"]
38
+ "enum": [
39
+ "eu",
40
+ "us",
41
+ "cn"
42
+ ]
37
43
  },
38
44
  "authentication": {
39
45
  "description": "Authentication method to use",
@@ -55,7 +61,9 @@
55
61
  "maxLength": 6
56
62
  }
57
63
  },
58
- "required": ["authenticationMethod"]
64
+ "required": [
65
+ "authenticationMethod"
66
+ ]
59
67
  },
60
68
  {
61
69
  "title": "Password",
@@ -72,11 +80,13 @@
72
80
  "ui:widget": "password"
73
81
  }
74
82
  },
75
- "required": ["authenticationMethod", "password"]
83
+ "required": [
84
+ "authenticationMethod",
85
+ "password"
86
+ ]
76
87
  }
77
88
  ]
78
89
  },
79
-
80
90
  "refreshInterval": {
81
91
  "description": "Refresh interval in seconds (default: 60)",
82
92
  "type": "number",
@@ -100,7 +110,9 @@
100
110
  "const": true
101
111
  }
102
112
  },
103
- "required": ["enableExperimentalFeature"]
113
+ "required": [
114
+ "enableExperimentalFeature"
115
+ ]
104
116
  },
105
117
  "then": {
106
118
  "properties": {
@@ -162,7 +174,9 @@
162
174
  "const": true
163
175
  }
164
176
  },
165
- "required": ["enableCleanModeMapping"]
177
+ "required": [
178
+ "enableCleanModeMapping"
179
+ ]
166
180
  },
167
181
  "then": {
168
182
  "properties": {
@@ -207,7 +221,9 @@
207
221
  "default": 25
208
222
  }
209
223
  },
210
- "required": ["distanceOff"]
224
+ "required": [
225
+ "distanceOff"
226
+ ]
211
227
  }
212
228
  }
213
229
  ]
@@ -244,7 +260,9 @@
244
260
  "default": 25
245
261
  }
246
262
  },
247
- "required": ["distanceOff"]
263
+ "required": [
264
+ "distanceOff"
265
+ ]
248
266
  }
249
267
  }
250
268
  ]
@@ -274,20 +292,36 @@
274
292
  "fanMode": {
275
293
  "type": "string",
276
294
  "description": "Suction power mode to use (e.g., 'Quiet', 'Balanced', 'Turbo', 'Max', 'MaxPlus').",
277
- "enum": ["Quiet", "Balanced", "Turbo", "Max", "MaxPlus"],
295
+ "enum": [
296
+ "Quiet",
297
+ "Balanced",
298
+ "Turbo",
299
+ "Max",
300
+ "MaxPlus"
301
+ ],
278
302
  "default": "Balanced"
279
303
  },
280
304
  "waterFlowMode": {
281
305
  "type": "string",
282
306
  "description": "Water flow mode to use (e.g., 'Low', 'Medium', 'High', 'CustomizeWithDistanceOff').",
283
- "enum": ["Low", "Medium", "High", "CustomizeWithDistanceOff"],
307
+ "enum": [
308
+ "Low",
309
+ "Medium",
310
+ "High",
311
+ "CustomizeWithDistanceOff"
312
+ ],
284
313
  "default": "Medium"
285
314
  },
286
315
  "mopRouteMode": {
287
316
  "type": "string",
288
317
  "description": "Mop route intensity to use (e.g., 'Standard', 'Deep', 'DeepPlus', 'Fast').",
289
- "enum": ["Standard", "Deep", "DeepPlus", "Fast"],
318
+ "enum": [
319
+ "Standard",
320
+ "Deep",
321
+ "DeepPlus",
322
+ "Fast"
323
+ ],
290
324
  "default": "Standard"
291
325
  }
292
326
  }
293
- }
327
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-roborock-vacuum-plugin-regions",
3
- "version": "1.1.1-jb.1",
3
+ "version": "1.1.1-jb.2",
4
4
  "description": "Matterbridge Roborock Vacuum Plugin (Forked for testing)",
5
5
  "author": "https://github.com/RinDevJunior",
6
6
  "license": "MIT",
package/src/settings.ts CHANGED
@@ -1 +1 @@
1
- export const PLUGIN_NAME = 'matterbridge-roborock-vacuum-plugin-jb';
1
+ export const PLUGIN_NAME = 'matterbridge-roborock-vacuum-plugin-regions';