alula-ruby 2.21.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: 8731a124b735b09d08e76279d9eade64a11dfaf01b344ce7a5d0b21151f2e2fe
4
- data.tar.gz: '099ba9bcd8da94e4f79dcdc3369c817b4f8bddb74279bb99510f951309eda01a'
3
+ metadata.gz: 7104a855c7ca8bf98c845a7bee459525d06cab8395e6fecedd79c558553bf97f
4
+ data.tar.gz: 64a623f885fd19db2067ecff2ec8eca620a4ab18eb6f96779e7aa1ad2756b720
5
5
  SHA512:
6
- metadata.gz: ee32e72cb40844a2a0d20be994695a7a434106ca97523f6587250dbb7c7c4ceaa7db7e3a884efd7584a7add06353c03fc4f563f3aab51953714a17115a26b181
7
- data.tar.gz: 3dd67f502902e735d7fba725b6046d74a42291124db8df9109a32390d7d9c3bbb546c1cf01950c29e28f76eb1f13be098533f3634ae797293117a39c82b08bff
6
+ metadata.gz: 50ce16cdf63e4a571e1523aa4434fed6ef330716570a17fc137a2887f8c36087246c14eddb79b6bd4b93ec179b783cbdfacfbe66a05b0fbdd30d144e1521feb5
7
+ data.tar.gz: 7a9cd24f225022d0059cf3679fd05b69b034b482e09203b6a583cacfacab1dbc1778b1f366b96c022e7a6a15284d617daba359768b5a6b14ce7318aa53b32247
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | ------------| --------------------------------------------------------------------------- |
5
+ | v2.22.0 | 2025-07-07 | Add is_default config_template field |
5
6
  | v2.21.0 | 2025-07-16 | Add monitoring device feature for EUFY-HOMEBASE-PRO |
6
7
  | v2.20.0 | 2025-07-07 | Add NFC Tags |
7
8
  | v2.19.0 | 2025-07-03 | Add line_num_alphanumeric 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],
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.21.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.21.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-16 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