The mtglight turn on and off the Yeelight bulb when the online meeting starts and ends in cooperation with the OverSight.
# Install the latest version. (Install it into ./bin/ by default).
% curl -sfL https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s
# Specify installation directory ($(go env GOPATH)/bin/) and version.
% curl -sfL https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s -- -b $(go env GOPATH)/bin [vX.Y.Z]
# In alpine linux (as it does not come with curl by default)
% wget -O - -q https://raw.githubusercontent.com/Songmu/mtglight/main/install.sh | sh -s [vX.Y.Z]
# go install
% go install github.com/Songmu/mtglight/cmd/mtglight@latest