dsc-itv2-client 1.0.8 → 1.0.9

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Not affiliated with DSC or DSC Alarm in any way, shape or form. Use at your own
6
6
  ## Features
7
7
 
8
8
  ✅ **Event-Driven Architecture** - Subscribe to zone changes with EventEmitter
9
- ✅ **Full Protocol Implementation** - Complete ITV2 handshake with Type 1 encryption
9
+ ✅ **Full Protocol Implementation** - Complete ITV2 handshake with Type 1 and 2 encryption
10
10
  ✅ **Real-Time Notifications** - Automatic zone status updates from panel
11
11
  ✅ **Partition Control** - Arm and disarm partitions
12
12
  ✅ **Encrypted Communication** - AES-128-ECB with dynamic key exchange
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsc-itv2-client",
3
3
  "author": "fajitacat",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
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",