dea.hc.jds.actions
Class AtDark

java.lang.Object
  extended bydea.hc.jds.actions.BaseJDSAction
      extended bydea.hc.jds.actions.AtDark
All Implemented Interfaces:
IDebugLevels

public class AtDark
extends BaseJDSAction

Title: At dark
Description: Turn on lights when dark sensor says it's dark and shut them off in the morning if need be.
Copyright: Copyright (c) 2005
Company: RMRR

@author David Abigt
@version 1.0


Field Summary
 
Fields inherited from class dea.hc.jds.actions.BaseJDSAction
display
 
Fields inherited from interface dea.common.IDebugLevels
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS
 
Constructor Summary
AtDark()
           
 
Method Summary
 java.lang.String process(Hc_echo echo, Hc_devices dev, Db db, int newVal)
          Turns on M1 if ON for device is sent to asociated device
 
Methods inherited from class dea.hc.jds.actions.BaseJDSAction
logAction, sendChanges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtDark

public AtDark()
Method Detail

process

public java.lang.String process(Hc_echo echo,
                                Hc_devices dev,
                                Db db,
                                int newVal)
Turns on M1 if ON for device is sent to asociated device

Specified by:
process in class BaseJDSAction
Parameters:
echo - command type
dev - action type transmitted / recieved
db -
newVal - unit
Returns:
error string


Copyright © 2001-2005 Round Mountain Rescue Ranch. All Rights Reserved.