a7ade3f1d4ac8182214c5a9863731fcc2185a0b2
[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'
15 run
This page took 0.056838 seconds and 3 git commands to generate.