Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
FirmwareReleaseEntity
Firmware
Release
Entity
@
Serializable
data
class
FirmwareReleaseEntity
(
val
id
:
String
=
""
,
val
pageUrl
:
String
=
""
,
val
releaseNotes
:
String
=
""
,
val
title
:
String
=
""
,
val
zipUrl
:
String
=
""
,
val
lastUpdated
:
Long
=
System.currentTimeMillis()
,
val
releaseType
:
FirmwareReleaseType
=
FirmwareReleaseType.STABLE
)
Members
Members & Extensions
Constructors
Firmware
Release
Entity
Link copied to clipboard
constructor
(
id
:
String
=
""
,
pageUrl
:
String
=
""
,
releaseNotes
:
String
=
""
,
title
:
String
=
""
,
zipUrl
:
String
=
""
,
lastUpdated
:
Long
=
System.currentTimeMillis()
,
releaseType
:
FirmwareReleaseType
=
FirmwareReleaseType.STABLE
)
Properties
id
Link copied to clipboard
val
id
:
String
last
Updated
Link copied to clipboard
val
lastUpdated
:
Long
page
Url
Link copied to clipboard
val
pageUrl
:
String
release
Notes
Link copied to clipboard
val
releaseNotes
:
String
release
Type
Link copied to clipboard
val
releaseType
:
FirmwareReleaseType
title
Link copied to clipboard
val
title
:
String
zip
Url
Link copied to clipboard
val
zipUrl
:
String
Functions
as
Device
Version
Link copied to clipboard
fun
FirmwareReleaseEntity
.
asDeviceVersion
(
)
:
DeviceVersion
as
External
Model
Link copied to clipboard
fun
FirmwareReleaseEntity
.
asExternalModel
(
)
:
FirmwareRelease