alula-ruby 2.20.0 → 2.22.0

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: 91928304c0ae5bf4b3314ee3c76f88e7ce0fd8f533472391b13be7166f74b86a
4
- data.tar.gz: 96c3c4b1ca210019151d2faf64bd327befe6ada7a05b9980eebfbe3bbf7d0195
3
+ metadata.gz: 7104a855c7ca8bf98c845a7bee459525d06cab8395e6fecedd79c558553bf97f
4
+ data.tar.gz: 64a623f885fd19db2067ecff2ec8eca620a4ab18eb6f96779e7aa1ad2756b720
5
5
  SHA512:
6
- metadata.gz: d2b1c52667420e81bbb29b3424aa44e45b522eb7ec8003a5a0c614d1413d0ae2c8772ff3dcbf968952addcbdea61c17451030755740b962dfac1ae8e51e9c9de
7
- data.tar.gz: 4705740e6065e11a0aab3c3d46989aba60f777616a765611ccc42b4d5332fdd7d60495ae1fc3a25863ed5090afc2c6b8f428f65495786bed09b9f1593a860ecd
6
+ metadata.gz: 50ce16cdf63e4a571e1523aa4434fed6ef330716570a17fc137a2887f8c36087246c14eddb79b6bd4b93ec179b783cbdfacfbe66a05b0fbdd30d144e1521feb5
7
+ data.tar.gz: 7a9cd24f225022d0059cf3679fd05b69b034b482e09203b6a583cacfacab1dbc1778b1f366b96c022e7a6a15284d617daba359768b5a6b14ce7318aa53b32247
data/VERSION.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | ------------| --------------------------------------------------------------------------- |
5
+ | v2.22.0 | 2025-07-07 | Add is_default config_template field |
6
+ | v2.21.0 | 2025-07-16 | Add monitoring device feature for EUFY-HOMEBASE-PRO |
5
7
  | v2.20.0 | 2025-07-07 | Add NFC Tags |
6
8
  | v2.19.0 | 2025-07-03 | Add line_num_alphanumeric to Receiver model |
7
9
  | v2.18.0 | 2025-07-02 | Add remote_central_station_id to Receiver model |
@@ -35,6 +35,13 @@ module Alula
35
35
  filterable: true,
36
36
  sortable: true
37
37
 
38
+ field :is_default,
39
+ type: :boolean,
40
+ patchable_by: %i[system station dealer],
41
+ creatable_by: %i[system station dealer],
42
+ filterable: true,
43
+ sortable: false
44
+
38
45
  field :name,
39
46
  type: :string,
40
47
  patchable_by: %i[system station dealer],
@@ -25,6 +25,7 @@ module Alula
25
25
  field :sms_notification, type: :boolean
26
26
  field :panel_downloading, type: :boolean
27
27
  field :onvif_video_hub, type: :boolean
28
+ field :monitoring, type: :boolean # EUFY-HOMEBASE-PRO
28
29
  end
29
30
 
30
31
  resource_path 'devices'
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.20.0'
4
+ VERSION = '2.22.0'
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.20.0
4
+ version: 2.22.0
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-07-09 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty