deviceId property

  1. @JsonKey(name: 'DeviceID')
String deviceId
final

Identifier for this FRITZ!DECT device that seems to be a fix id that does not change. Example: "17"

Implementation

@JsonKey(name: 'DeviceID')
final String deviceId;