# !/bin/sh
#
# oxy_off script
#
#  turns off oxy, cdom, flow, cnsl 
#  using ts7500ctl
#
ts7500ctl --address=0x6c --poke16=0x0200 # direction = OUT
ts7500ctl --address=0x6a --poke16=0x0000 # OFF
echo "OXY CDOM FLOW CNSL ARE OFF"
