python -m pip install --user --upgrade setuptools wheel
python setup.py sdist bdist_wheel
Get state of each valve
python zone_control.py get
Get state of specific zone
python zone_control.py get --zone 1
Set state of specific valve
python zone_control.py set --zone 1 --state 1
Set state of each valve
python zone_control.py set --state 1
Toggle state of specific valve
python zone_control.py toggle --zone 1