@rfranzoi/scrypted-mqtt-securitysystem 1.0.3 → 1.0.6

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
@@ -10,16 +10,16 @@ Controlla e sincronizza un sistema Paradox via MQTT (PAI) esponendolo come **Sec
10
10
 
11
11
  ## Configurazione (Settings)
12
12
  ### MQTT
13
- - **Broker URL** es. `mqtt://192.168.1.10:1883`
13
+ - **Broker URL** es. `mqtt://0.0.0.0:1883`
14
14
  - Username/Password (se necessari)
15
15
  - Client ID, TLS, Reject Unauthorized
16
16
 
17
17
  ### Topics
18
- - **Set Target State (publish)**: es. `paradox/control/partitions/Area_1`
19
- - **Get Target State (subscribe)**: `paradox/states/partitions/Area_1/target_state`
20
- - **Get Current State (subscribe)**: `paradox/states/partitions/Area_1/current_state`
21
- - **Get Status Tampered (subscribe)**: `paradox/states/system/troubles/zone_tamper_trouble`
22
- - **Get Online (subscribe)**: `paradox/interface/availability`
18
+ - **Set Target State (publish)**: es. `SYSTEM/control/partitions/Area_1`
19
+ - **Get Target State (subscribe)**: `SYSTEM/states/partitions/Area_1/target_state`
20
+ - **Get Current State (subscribe)**: `SYSTEM/states/partitions/Area_1/current_state`
21
+ - **Get Status Tampered (subscribe)**: `SYSTEM/states/system/troubles/zone_tamper_trouble`
22
+ - **Get Online (subscribe)**: `SYSTEM/interface/availability`
23
23
 
24
24
  ### Publish Options
25
25
  - QoS / Retain
@@ -35,13 +35,13 @@ Controlla e sincronizza un sistema Paradox via MQTT (PAI) esponendolo come **Sec
35
35
  - In uscita, puoi cambiare i payload per aderire al tuo PAI.
36
36
 
37
37
  ## Mappa consigliata per PAI (esempio)
38
- - **Set**: `paradox/control/partitions/Area_1`
38
+ - **Set**: `SYSTEM/control/partitions/Area_1`
39
39
  - Disarm → `disarm`
40
40
  - Home → `arm_home`
41
41
  - Away → `arm_away`
42
42
  - Night → `arm_night`
43
- - **Get Target**: `paradox/states/partitions/Area_1/target_state`
44
- - **Get Current**: `paradox/states/partitions/Area_1/current_state`
45
- - **Tamper**: `paradox/states/system/troubles/zone_tamper_trouble` (`true`/`false`)
46
- - **Online**: `paradox/interface/availability` (`online`/`offline`)
43
+ - **Get Target**: `SYSTEM/states/partitions/Area_1/target_state`
44
+ - **Get Current**: `SYSTEM/states/partitions/Area_1/current_state`
45
+ - **Tamper**: `SYSTEM/states/system/troubles/zone_tamper_trouble` (`true`/`false`)
46
+ - **Online**: `SYSTEM/interface/availability` (`online`/`offline`)
47
47
 
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.3",
3
+ "version": "1.0.6",
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",
@@ -21,6 +21,18 @@
21
21
  "README.md",
22
22
  "package.json"
23
23
  ],
24
+ "keywords": [
25
+ "mqtt",
26
+ "paradox",
27
+ "paradox-alarm",
28
+ "security",
29
+ "security-system",
30
+ "alarm",
31
+ "home-alarm",
32
+ "home-security",
33
+ "paradox-mqtt",
34
+ "mqtt-security"
35
+ ],
24
36
  "scrypted": {
25
37
  "name": "Paradox MQTT SecuritySystem",
26
38
  "type": "Device",