Class RfProfilesByDeviceItemRfProfile
Rf Profiles By Device Item RF Profile
[DataContract]
public class RfProfilesByDeviceItemRfProfile
- Inheritance
-
RfProfilesByDeviceItemRfProfile
- Inherited Members
Properties
Id
The ID of the RF Profile the device belongs to.
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
IsIndoorDefault
Status to show if this profile is default indoor profile.
[DataMember(Name = "isIndoorDefault")]
public bool IsIndoorDefault { get; set; }
Property Value
IsOutdoorDefault
Status to show if this profile is default outdoor profile.
[DataMember(Name = "isOutdoorDefault")]
public bool IsOutdoorDefault { get; set; }
Property Value
Name
The name of the RF Profile the device belongs to.
[DataMember(Name = "name")]
public string Name { get; set; }