Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.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
=
nowMillis
,
val
releaseType
:
FirmwareReleaseType
=
FirmwareReleaseType.STABLE
)
(
source
)
Members
Members & Extensions
Constructors
Firmware
Release
Entity
Link copied to clipboard
constructor
(
id
:
String
=
""
,
pageUrl
:
String
=
""
,
releaseNotes
:
String
=
""
,
title
:
String
=
""
,
zipUrl
:
String
=
""
,
lastUpdated
:
Long
=
nowMillis
,
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