@rfranzoi/scrypted-mqtt-securitysystem 1.0.28 → 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
@@ -99,10 +99,6 @@ Add this plugin’s device to the HomeKit plugin **(not as a Standalone accessor
99
99
  - Nothing happens on arm/disarm? Verify the **Set Target** topic and outgoing payloads.
100
100
  - MQTT connection issues? Check broker URL, credentials, TLS, and network reachability.
101
101
 
102
- ---
103
-
104
- ## Privacy
105
- 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.
106
102
 
107
103
  ---
108
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.28",
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",