@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/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apocaliss92/scrypted-reolink-native",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Use any reolink camera with Scrypted, even older/unsupported models without HTTP protocol support",
5
5
  "author": "@apocaliss92",
6
6
  "license": "Apache",
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();