C# Class hacs.ScriptingActorElement

Mostra file Open project: bietiekay/hacs Class Usage Examples

Public Properties

Property Type Description
ActionToRunName actor_status
ActorToSwitchName String
EndHour System.Int32
SensorToWatchName String
SensorValue Double
StartHour System.Int32

Public Methods

Method Description
isCurrentlyWithinStartEndHours ( ) : System.Boolean

Method Details

isCurrentlyWithinStartEndHours() public method

public isCurrentlyWithinStartEndHours ( ) : System.Boolean
return System.Boolean

Property Details

ActionToRunName public_oe property

public actor_status ActionToRunName
return actor_status

ActorToSwitchName public_oe property

public String ActorToSwitchName
return String

EndHour public_oe property

public Int32,System EndHour
return System.Int32

SensorToWatchName public_oe property

public String SensorToWatchName
return String

SensorValue public_oe property

public Double SensorValue
return Double

StartHour public_oe property

public Int32,System StartHour
return System.Int32