Meshtastic App
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Meshtastic App
feature-firmware
/
org.meshtastic.feature.firmware.ota
/
OtaResponse
/
Ok
Ok
android
data
class
Ok
(
val
hwVersion
:
String
?
=
null
,
val
fwVersion
:
String
?
=
null
,
val
rebootCount
:
Int
?
=
null
,
val
gitHash
:
String
?
=
null
)
:
OtaResponse
(
source
)
Successful response with optional data
Members
Constructors
Ok
Link copied to clipboard
android
constructor
(
hwVersion
:
String
?
=
null
,
fwVersion
:
String
?
=
null
,
rebootCount
:
Int
?
=
null
,
gitHash
:
String
?
=
null
)
Properties
fw
Version
Link copied to clipboard
android
val
fwVersion
:
String
?
git
Hash
Link copied to clipboard
android
val
gitHash
:
String
?
hw
Version
Link copied to clipboard
android
val
hwVersion
:
String
?
reboot
Count
Link copied to clipboard
android
val
rebootCount
:
Int
?