model.getInfo
Gets currently selected Model's information
Syntax
model.getInfo()
Parameters
none
Return values
table
containing model information with following fields:
name
string
Model's name set.
filename
string
bitmap
string
Name of model's picture file located on SD Card in /IMAGES/ folder
extendedLimits
boolean
true
if extended limits are enabled otherwise false
jitterFilter
number
bitmap field is not available on BW radios
API Status
Avail
Status
Comment
BW radios
active
Color radios
active
Change log
EdgeTX version
Change
2.4.0
Introduced
2.6.0
added filename
to return value table.
2.8.0
added extendedLimits
, jitterFilter
, labels
to return value table.
Examples
Displaying model's name
Displaying model's all information