mirror of
https://github.com/liclac/ambient
synced 2025-02-16 12:28:24 +00:00
DE_ICE: Parse connectivity status (HIGH, WEAK, UNSTABLE)
This commit is contained in:
parent
8cfae681d6
commit
7524d79a1e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ echo $train_status | jq type >/dev/null 2>&1; or exit
|
|||
|
||||
echo $train_status | jq -r '{
|
||||
"AMBIENT_DE_ICE_CONNECTION": (.connection),
|
||||
"AMBIENT_DE_ICE_CONNECTIVITY_STATE": (.connectivity.currentState),
|
||||
"AMBIENT_DE_ICE_SERVICE_LEVEL": (.servicelevel),
|
||||
"AMBIENT_DE_ICE_INTERNET": (.internet),
|
||||
"AMBIENT_DE_ICE_SPEED": (.speed),
|
||||
|
|
Loading…
Add table
Reference in a new issue