Go Cmd [signal]:HOLD
U/L (Kbps):72
D/L (Kbps):500
Target:T-041
Schedule Group:Group 1
NBT:00:05:00
TLM Sources:DSN
Date: 09-26-25
GO Cmd
Target T-E(41)
Signal Strength
```chartjs
{
"type": "bar",
"data": {
"labels": ["Signal"],
"datasets": [{
"label": "Strength",
"data": [75],
"backgroundColor": "#00ff00",
"borderColor": "#00ffaa",
"borderWidth": 1
}]
},
"options": {
"scales": {
"y": {
"beginAtZero": true,
"max": 100,
"ticks": {
"display": false
}
},
"x": {
"ticks": {
"display": false
}
}
},
"plugins": {
"legend": {
"display": false
}
},
"maintainAspectRatio": false,
"height": 100
}
}