diff --git a/lib/src/models/device.dart b/lib/src/models/device.dart index 289f9e1..ab561cb 100644 --- a/lib/src/models/device.dart +++ b/lib/src/models/device.dart @@ -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;