Shift X2 status from legacy to archived
[khatus.git] / x4 / bin / khatus_x4_sensor_energy
1 #! /bin/sh
2
3 set -e
4
5 bin_dir="$(dirname $(realpath $0))"
6
7 . "$bin_dir/khatus_x4_lib_common_sensor.sh"
8
9 sensor() {
10 stdbuf -o L upower --dump | stdbuf -o L "$bin_dir"/khatus_x4_parse_upower
11 stdbuf -o L upower --monitor-detail | stdbuf -o L "$bin_dir"/khatus_x4_parse_upower
12 }
13
14 run_as_streamer
This page took 0.043767 seconds and 4 git commands to generate.