@matterbridge/types 3.5.6-dev-20260226-42f2137 → 3.5.6-dev-20260227-3952eff
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.
|
@@ -160,7 +160,7 @@ export type WorkerMessageTypes = {
|
|
|
160
160
|
};
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
|
|
163
|
+
matterbridge_shelly_sys_update: {
|
|
164
164
|
request: {
|
|
165
165
|
params: {
|
|
166
166
|
available: boolean;
|
|
@@ -172,7 +172,7 @@ export type WorkerMessageTypes = {
|
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
|
-
|
|
175
|
+
matterbridge_shelly_main_update: {
|
|
176
176
|
request: {
|
|
177
177
|
params: {
|
|
178
178
|
available: boolean;
|
package/package.json
CHANGED