src/streamfer-client: *.last: Use ".new" + rename
[nethome.git] / bin / psu
1 #! /bin/bash
2 acpi|&grep -Eq 'Battery 0: Not charging|Battery 0: Charging|No support for device type: power_supply' || exit 1
3 grpcurl -v -plaintext -d '{"get_status":{}}' 192.168.1.1:9000 SpaceX.API.Device.Device/Handle &>/dev/null || exit 1
4 exit 0