more room for measurements.
argos does not support rightalign :(
This commit is contained in:
parent
782d5d1807
commit
5b71859821
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ weblink=`echo $boxMeta | jq -r '.weblink'`
|
||||||
echo $boxMeta | jq -r '.name'
|
echo $boxMeta | jq -r '.name'
|
||||||
|
|
||||||
echo "---"
|
echo "---"
|
||||||
echo $sensors | jq -r '.sensors[] | .title + ": " + .lastMeasurement.value + " " + .unit'
|
echo $sensors | jq -r '.sensors[] | .title + ":\t\t" + .lastMeasurement.value + " " + .unit'
|
||||||
|
|
||||||
echo "---"
|
echo "---"
|
||||||
echo "last measurement from `date -d $updated +'%d.%m. %H:%M'`"
|
echo "last measurement from `date -d $updated +'%d.%m. %H:%M'`"
|
||||||
|
|
Loading…
Add table
Reference in a new issue