@rfranzoi/scrypted-mqtt-securitysystem 1.0.29 → 1.0.30

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
@@ -1,6 +1,7 @@
1
- # MQTT SecuritySystem (Scrypted)
1
+ # Paradox MQTT SecuritySystem (Scrypted)
2
+
3
+ Control and sync a Paradox (PAI/PAI-MQTT–like) alarm via MQTT, exposed in Scrypted as a **SecuritySystem**. Optional child sensors (contact, motion, occupancy) can also be surfaced.
2
4
 
3
- Control and sync alarm panels over MQTT (e.g. Paradox with PAI/PAI-MQTT), exposed in Scrypted as a SecuritySystem. Optional child sensors (contact, motion, occupancy) can also be integrated.
4
5
  ---
5
6
 
6
7
  ## Features
@@ -98,10 +99,6 @@ Add this plugin’s device to the HomeKit plugin **(not as a Standalone accessor
98
99
  - Nothing happens on arm/disarm? Verify the **Set Target** topic and outgoing payloads.
99
100
  - MQTT connection issues? Check broker URL, credentials, TLS, and network reachability.
100
101
 
101
- ---
102
-
103
- ## Privacy
104
- You can set a noreply email in git to avoid exposing your name in commit metadata. For npm, ensure your account privacy settings are configured appropriately.
105
102
 
106
103
  ---
107
104
 
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.29",
3
+ "version": "1.0.30",
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",