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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 917d86a3d08ca320da2a38abb85b5d850ba44314f0cb2dd147c3e21b1fbc9872
4
- data.tar.gz: 784330e311c0d2efee5980f8215ab991d2fa17d8a823ec15f955e8ece778e68b
3
+ metadata.gz: 4272ad9dbb49623ad0599bbd6a341c23b3ec55498ff1ddad91f1c2c0716e74ad
4
+ data.tar.gz: 71995cc0e81d17122f9345e1f9e6da1bd57c2d3477150129c78cdb2738b32cde
5
5
  SHA512:
6
- metadata.gz: 5ed849ec201dd37a5548322bf1aeacb91e86659ef6f6d31cdb297492bf5616a93a1aa2dc7662c2e8f65ae7104160cdfb169cb73466f1c0cb5cc2df71379b3c17
7
- data.tar.gz: 1b3ae4371d0824cf63abd506fd00a3e1fb1efebf7fb9b40c8d928f116df87b03a87f9882acb06cc16910a7ac14cc14aeedf176d2a5ad86b151b0f7b80d5c26f4
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 :mobile_device_settings, type: :boolean
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 :zwave_device_names, type: :boolean
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alula
4
- VERSION = '2.15.0'
4
+ VERSION = '2.15.1'
5
5
  end
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2025-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty