Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 500 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 500 Bytes

egctl docker wrapper

$ docker run -it ghcr.io/matti/egctl 192.168.56.65
socket 1 - off
socket 2 - off
socket 3 - off
socket 4 - off
$ docker run -it ghcr.io/matti/egctl 192.168.56.65 on off left left
socket 1 - on
socket 2 - off
socket 3 - <whatever it was>
socket 4 - <whatever it was>

compose loop

services:
  egctl:
    image: ghcr.io/matti/egctl
    environment:
      - EGCTL_LOOP=yes
      - EGCTL_IP=192.168.56.65
      - EGCTL_STATES=off off off off