dsc-itv2-client 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,12 +5,17 @@ Not affiliated with DSC or DSC Alarm in any way, shape or form. Use at your own
5
5
 
6
6
  ## Features
7
7
 
8
- **Event-Driven Architecture** - Subscribe to zone changes with EventEmitter
9
- ✅ **Full Protocol Implementation** - Complete ITV2 handshake with Type 1 and 2 encryption
10
- **Real-Time Notifications** - Automatic zone status updates from panel
11
- ✅ **Partition Control** - Arm and disarm partitions
12
- **Encrypted Communication** - AES-128-ECB with dynamic key exchange
13
- ✅ **Auto-Reconnect** - Graceful handling of disconnections
8
+ **Event-Driven Architecture** - Subscribe to zone changes with EventEmitter
9
+
10
+ **Full Protocol Implementation** - Complete ITV2 handshake with Type 1 and 2 encryption
11
+
12
+ **Real-Time Notifications** - Automatic zone status updates from panel
13
+
14
+ **Partition Control** - Arm and disarm partitions
15
+
16
+ **Encrypted Communication** - AES-128-ECB with dynamic key exchange
17
+
18
+ **Auto-Reconnect** - Graceful handling of disconnections
14
19
 
15
20
  ## Quick Start
16
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsc-itv2-client",
3
3
  "author": "fajitacat",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "description": "Reverse engineered DSC ITV2 Protocol Client Library for TL280R Communicator - Monitor and control DSC alarm panels",
6
6
  "main": "src/index.js",
7
7
  "type": "module",