@apocaliss92/scrypted-reolink-native 0.5.2 → 0.5.3
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/main.nodejs.js +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
- package/src/camera.ts +0 -1
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/camera.ts
CHANGED
|
@@ -608,7 +608,6 @@ export class ReolinkCamera
|
|
|
608
608
|
"Capture all API responses for this device and save as fixture files. " +
|
|
609
609
|
"Useful for regression testing and debugging capability detection.",
|
|
610
610
|
type: "button",
|
|
611
|
-
hide: true,
|
|
612
611
|
immediate: true,
|
|
613
612
|
onPut: async () => {
|
|
614
613
|
await this.dumpModelFixtures();
|