Skip to content

Commit

Permalink
filter generated device groups
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Oct 14, 2024
1 parent 2bb3322 commit b4866dc
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 23 deletions.
1 change: 1 addition & 0 deletions lib/models/device_group.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class DeviceGroup {
List<DeviceGroupCriteria> criteria;
List<String> device_ids;
List<Attribute>? attributes;
String? auto_generated_by_device;

@JsonKey(ignore: true)
@ignore
Expand Down
Loading

0 comments on commit b4866dc

Please sign in to comment.