@rfranzoi/scrypted-mqtt-securitysystem 1.0.24 → 1.0.26

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/README.md CHANGED
@@ -17,7 +17,7 @@ Control and sync a Paradox (PAI/PAI-MQTT–like) alarm via MQTT, exposed in Scry
17
17
  npm i
18
18
  npm run build # produces dist/plugin.zip
19
19
  ```
20
- Then in **Scrypted → Manage Plugins → Install from file** and upload `dist/plugin.zip`.
20
+ Then in **Scrypted → Manage Plugins → Install
21
21
 
22
22
  > Alternatively: `npm run deploy` (requires `npx scrypted-cli login` one time).
23
23
 
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rfranzoi/scrypted-mqtt-securitysystem",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Scrypted plugin: Paradox Security System via MQTT (PAI/PAI-MQTT style).",
5
5
  "license": "MIT",
6
6
  "main": "dist/main.nodejs.js",