alula-ruby 2.22.0 → 2.24.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: 7104a855c7ca8bf98c845a7bee459525d06cab8395e6fecedd79c558553bf97f
4
- data.tar.gz: 64a623f885fd19db2067ecff2ec8eca620a4ab18eb6f96779e7aa1ad2756b720
3
+ metadata.gz: c45c97a74b8359adbe282b56af55dc872abb0f7254dbf9302650a7e617726d5a
4
+ data.tar.gz: 688d1e8fa635ee6acb8d672dcf6660f9d64ce64b0de58cbb930470ce0657b1b2
5
5
  SHA512:
6
- metadata.gz: 50ce16cdf63e4a571e1523aa4434fed6ef330716570a17fc137a2887f8c36087246c14eddb79b6bd4b93ec179b783cbdfacfbe66a05b0fbdd30d144e1521feb5
7
- data.tar.gz: 7a9cd24f225022d0059cf3679fd05b69b034b482e09203b6a583cacfacab1dbc1778b1f366b96c022e7a6a15284d617daba359768b5a6b14ce7318aa53b32247
6
+ metadata.gz: 36079e853c703f56f6955b82a9d3f49899cd51170cce4d5b5327f59ea494fe5c9e8eb25ea34c8f68c3f0bcc0c4a8099f01c44b88fd08010f7713a58f0beffbf4
7
+ data.tar.gz: 8abb92be68ac4d7701da5b4cf7e10044f34e511fdfc58e6f3932c531783c26b0f7ee45685eb0a1fb2fb49c4b8a4bd462840f7bb3bad0005cdc9acf13f700d297
data/VERSION.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | ------------| --------------------------------------------------------------------------- |
5
+ | v2.24.0 | 2025-08-13 | Add app identifier fields to dealer branding |
6
+ | v2.23.0 | 2025-07-16 | Replace monitoring device feature with intrusion_services and video_monitoring_with_ai |
5
7
  | v2.22.0 | 2025-07-07 | Add is_default config_template field |
6
8
  | v2.21.0 | 2025-07-16 | Add monitoring device feature for EUFY-HOMEBASE-PRO |
7
9
  | v2.20.0 | 2025-07-07 | Add NFC Tags |
@@ -222,5 +222,32 @@ module Alula
222
222
  creatable_by: [],
223
223
  patchable_by: []
224
224
 
225
+ field :app_store_app_id,
226
+ type: :string,
227
+ sortable: false,
228
+ filterable: false,
229
+ creatable_by: [:system, :station, :dealer],
230
+ patchable_by: [:system, :station, :dealer]
231
+
232
+ field :app_store_app_name,
233
+ type: :string,
234
+ sortable: false,
235
+ filterable: false,
236
+ creatable_by: [:system, :station, :dealer],
237
+ patchable_by: [:system, :station, :dealer]
238
+
239
+ field :play_store_app_id,
240
+ type: :string,
241
+ sortable: false,
242
+ filterable: false,
243
+ creatable_by: [:system, :station, :dealer],
244
+ patchable_by: [:system, :station, :dealer]
245
+
246
+ field :play_store_app_name,
247
+ type: :string,
248
+ sortable: false,
249
+ filterable: false,
250
+ creatable_by: [:system, :station, :dealer],
251
+ patchable_by: [:system, :station, :dealer]
225
252
  end
226
253
  end
@@ -25,7 +25,8 @@ 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
+ field :intrusion_services, type: :boolean
29
+ field :video_monitoring_with_ai, type: :boolean
29
30
  end
30
31
 
31
32
  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.22.0'
4
+ VERSION = '2.24.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.22.0
4
+ version: 2.24.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-24 00:00:00.000000000 Z
11
+ date: 2025-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty