Class DeviceBluetoothSettings
UpdateDeviceDeviceBluetoothSettings
[DataContract]
public class DeviceBluetoothSettings
- Inheritance
-
DeviceBluetoothSettings
- Inherited Members
Constructors
DeviceBluetoothSettings()
public DeviceBluetoothSettings()
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?
Transmit
Bluetooth transmit settings - Undocumented added 2025-10-21
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "transmit")]
public DeviceBluetoothSettingsTransmit? Transmit { get; set; }
Property Value
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; }