#!/bin/bash

BasePath=../../..;source $BasePath/Commons.sh

function Wake-upCall()
{
    DelayCall $RelayBoards Chiller@InfrastructureSockets ON

}

function Sleep-downCall()
{
    DelayCall $RelayBoards  Chiller@InfrastructureSockets OFF
}




