alula-ruby 2.15.0 → 2.15.1
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.
- checksums.yaml +4 -4
- data/VERSION.md +1 -0
- data/lib/alula/resources/dcp/config/synchronize.rb +2 -2
- data/lib/alula/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4272ad9dbb49623ad0599bbd6a341c23b3ec55498ff1ddad91f1c2c0716e74ad
|
4
|
+
data.tar.gz: 71995cc0e81d17122f9345e1f9e6da1bd57c2d3477150129c78cdb2738b32cde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24f89a7f36b094153bf1c0895617d5968bd63e3cc7e2dbe86b68753dab66256861193f5167d37cea0003539d0b6d0bb058ce5d2b8cccc8093f3130c3f55e4403
|
7
|
+
data.tar.gz: c0d78aa748dd7fe7f1c2976d83d87ab178531d4da548b7c26a5d5582667efd7b0c389fc3405022ba09e1a49aa81cd4249fcad3de41f0cf2a4987ecf178d1812f
|
data/VERSION.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
| Version | Date | Description |
|
4
4
|
| ------- | ------------| --------------------------------------------------------------------------- |
|
5
|
+
| v2.15.1 | 2025-07-19 | Rename DCP-synchronizable fields to conform to the schema |
|
5
6
|
| v2.15.0 | 2025-06-10 | Add users relationship to stations |
|
6
7
|
| v2.14.0 | 2025-04-16 | Add camera reboot and format sd card procs |
|
7
8
|
| v2.13.2 | 2025-04-08 | Updated error handling |
|
@@ -22,7 +22,7 @@ module Alula
|
|
22
22
|
field :misc_nv_data, type: :boolean
|
23
23
|
field :wireless_peripherals, type: :boolean
|
24
24
|
field :mobile_device_names, type: :boolean
|
25
|
-
field :
|
25
|
+
field :wireless_settings, type: :boolean
|
26
26
|
field :outputs, type: :boolean
|
27
27
|
field :panel_options, type: :boolean
|
28
28
|
field :partitions, type: :boolean
|
@@ -34,7 +34,7 @@ module Alula
|
|
34
34
|
field :user_mapping, type: :boolean
|
35
35
|
field :users_data, type: :boolean
|
36
36
|
field :zone_data, type: :boolean
|
37
|
-
field :
|
37
|
+
field :zwave_device_data, type: :boolean
|
38
38
|
|
39
39
|
def self.call(device_id:, payload:)
|
40
40
|
request(
|
data/lib/alula/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alula-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.15.
|
4
|
+
version: 2.15.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Titus Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|