Shift X2 status from legacy to archived
[khatus.git] / x4 / bin / khatus_x4_sensor_energy
CommitLineData
4411059d
SK
1#! /bin/sh
2
3set -e
4
5bin_dir="$(dirname $(realpath $0))"
6
7. "$bin_dir/khatus_x4_lib_common_sensor.sh"
8
9sensor() {
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
930af02f 14run_as_streamer
This page took 0.024881 seconds and 4 git commands to generate.