kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh
/
DeviceAlreadyProvisioned
Device
Already
Provisioned
data
class
DeviceAlreadyProvisioned
(
val
uuid
:
String
,
val
recoveryHint
:
String
=
"Device is already provisioned on another network. Reset the device first."
)
:
ProvisioningError
Members
Constructors
Device
Already
Provisioned
Link copied to clipboard
constructor
(
uuid
:
String
,
recoveryHint
:
String
=
"Device is already provisioned on another network. Reset the device first."
)
Properties
recovery
Hint
Link copied to clipboard
val
recoveryHint
:
String
uuid
Link copied to clipboard
val
uuid
:
String