Skip to content

Commit

Permalink
Update device.dart
Browse files Browse the repository at this point in the history
Adds extra comment
  • Loading branch information
hayribakici authored and rinukkusu committed Nov 27, 2023
1 parent 7b480d5 commit ce57ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/models/device.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class Device extends Object {

/// [DeviceType], such as [DeviceType.Computer], [DeviceType.Smartphone] or
/// [DeviceType.Speaker].
///
/// Sets to [DeviceType.Unknown] if the type is not supported.
@JsonKey(unknownEnumValue: DeviceType.Unknown)
DeviceType? type;

Expand Down

0 comments on commit ce57ec8

Please sign in to comment.