Files
home-assistant-addons/vhclient/rootfs/usr/bin/vh_list_devices
Hans Karlinius ce84af66b0 test
2024-12-01 05:10:40 +01:00

4 lines
131 B
Plaintext
Executable File

#!/command/with-contenv bashio
/usr/bin/vhclient -t list | awk '{ if ($1 ~ /-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'