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
/
FirmwareReleaseEntity
Firmware
Release
Entity
common
constructor
(
id
:
String
=
""
,
pageUrl
:
String
=
""
,
releaseNotes
:
String
=
""
,
title
:
String
=
""
,
zipUrl
:
String
=
""
,
lastUpdated
:
Long
=
nowMillis
,
releaseType
:
FirmwareReleaseType
=
FirmwareReleaseType.STABLE
)
(
source
)