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