Class DeviceBluetoothSettings
UpdateDeviceDeviceBluetoothSettings
[DataContract]
public class DeviceBluetoothSettings
- Inheritance
-
DeviceBluetoothSettings
- Inherited Members
Properties
Major
Desired major value of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "major")]
public int? Major { get; set; }
Property Value
- int?
Minor
Desired minor value of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "minor")]
public int? Minor { get; set; }
Property Value
- int?
Uuid
Desired UUID of the beacon. If the value is set to null it will reset to Dashboard's automatically generated value.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "uuid")]
public string Uuid { get; set; }