ProcessController
Table of contents
Constructors
Properties
Constructors
constructor
new ProcessController()
Properties
control
Readonly control: Object
Type declaration
| Name | Type |
|---|---|
Counter | typeof Counter |
CurrentTime | typeof CurrentTime |
Delay | typeof Delay |
InputSwitcher | typeof InputSwitcher |
Interval | typeof Interval |
Latch | typeof Latch |
OutputSwitcher | typeof OutputSwitcher |
StaticValue | typeof StaticValue |
Toggle | typeof Toggle |
logic
Readonly logic: Object
Type declaration
| Name | Type |
|---|---|
AND | typeof AND |
Any | typeof Any |
Empty | typeof Empty |
NAND | typeof NAND |
NOR | typeof NOR |
NotEmpty | typeof NotEmpty |
OR | typeof OR |
Operator | typeof Operator |
XOR | typeof XOR |
math
Readonly math: Object
Type declaration
| Name | Type |
|---|---|
Addition | typeof Addition |
Divider | typeof Divider |
Multiplier | typeof Multiplier |
Round | typeof Round |
RoundDown | typeof RoundDown |
RoundUp | typeof RoundUp |
Subtraction | typeof Subtraction |
parser
Readonly parser: Object
Type declaration
| Name | Type |
|---|---|
ArrayParser | typeof ArrayParser |
FloatParser | typeof FloatParser |
HTTPParser | typeof HTTPParser |
IntegerParser | typeof IntegerParser |
JSONParser | typeof JSONParser |
KNXParser | typeof KNXParser |
MIDIParser | typeof MIDIParser |
MQTTParser | typeof MQTTParser |
OSCParser | typeof OSCParser |
PingParser | typeof PingParser |
StringParser | typeof StringParser |
StringReplace | typeof StringReplace |
StringSplit | typeof StringSplit |
SyslogParser | typeof SyslogParser |
TCPParser | typeof TCPParser |
UDPParser | typeof UDPParser |
render
Readonly render: Object
Type declaration
| Name | Type |
|---|---|
RenderControl | typeof RenderControl |
RenderInterface | typeof RenderInterface |