#!/bin/bash
# sends on signal to the USB relay
echo -e "\xFF\x07\x00" > /dev/ttyUSB0

