Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.node.components
/
NodeItem
Node
Item
@
Composable
fun
NodeItem
(
thisNode
:
Node
?
,
thatNode
:
Node
,
distanceUnits
:
Int
,
tempInFahrenheit
:
Boolean
,
modifier
:
Modifier
=
Modifier
,
onAction
:
(
NodeMenuAction
)
->
Unit
=
{}
,
expanded
:
Boolean
=
false
,
currentTimeMillis
:
Long
,
isConnected
:
Boolean
=
false
)