Overview
Table of contents
Enumerations
- ConnectivityProtocol
- InterfaceControlProperty
- OperatorType
- ProcessBlockType
- ProcessOperatorType
- SolarTime
Root Controller Classes
Controller Classes
- EngineAction
- EngineChannel
- EngineConnector
- EngineContext
- EngineControl
- EngineEvent
- EngineInput
- EngineInterface
- EngineInterfaceControl
- EngineLog
- EngineProcess
- EngineProtocol
Control Classes
- ControlBlock
- Counter
- CurrentTime
- Delay
- InputSwitcher
- Interval
- Latch
- OutputSwitcher
- StaticValue
- Toggle
Event Classes
Logic Classes
Math Classes
Other Classes
Parser Classes
- ArrayParser
- FloatParser
- HTTPParser
- IntegerParser
- JSONParser
- KNXParser
- MIDIParser
- MQTTParser
- OSCParser
- ParserBlock
- PingParser
- StringParser
- StringReplace
- StringSplit
- SyslogParser
- TCPParser
- UDPParser
Render Classes
Type Aliases
- CounterOpts
- CronOpts
- CurrentTimeOpts
- EngineModuleOpts
- EventType
- HTTPMethods
- KeyValue
- ProcessType
- SolarEventOpts
- TimeOpts
Type Aliases
CounterOpts
CounterOpts: Object
Type declaration
| Name | Type |
|---|---|
maximum? | number |
minimum? | number |
start? | number |
step? | number |
CronOpts
CronOpts: Object
Type declaration
| Name | Type |
|---|---|
cron? | string |
CurrentTimeOpts
CurrentTimeOpts: Object
Type declaration
| Name | Type |
|---|---|
format? | string |
EngineModuleOpts
EngineModuleOpts: Object
Type declaration
| Name | Type |
|---|---|
id? | string |
type? | "endpoints" | "events" |
EventType
EventType: "start" | "time" | "cron" | "solar_event"
HTTPMethods
HTTPMethods: "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "OPTIONS" | "PROPFIND" | "PROPPATCH" | "MKCOL" | "COPY" | "MOVE" | "LOCK" | "UNLOCK" | "TRACE" | "SEARCH"
KeyValue
KeyValue: Object
Index signature
▪ [key: string]: any
ProcessType
ProcessType: "code" | "visual"
SolarEventOpts
SolarEventOpts: Object
Type declaration
| Name | Type |
|---|---|
event? | SolarTime |
location? | string |
offset? | number |
TimeOpts
TimeOpts: Object
Type declaration
| Name | Type |
|---|---|
time? | string |