Appearance
resol-vbus-core-script package
Accessory library for providing scripting functionality and interfaces.
This library is part of the resol-vbus-core
ecosystem.
- [Documentation](https://resol-vbus-core.bugstu.be/) - [Code](https://codeberg.org/DanielWippermann/resol-vbus-core)
Functions
Function | Description |
---|---|
Parse the provided script contents into a function. |
Interfaces
Interface | Description |
---|---|
Options passed to ScriptDollar.createDatagram(). | |
Options passed to ScriptDollar.createPacket(). | |
Options passed to ScriptDollar.createTelegram(). | |
The event passed to callbacks registered with ScriptDollar.onIdle(). | |
The event passed to callbacks registered with ScriptDollar.onJunkData(). | |
The result of parseScript(). | |
The event passed to callbacks registered with ScriptDollar.onRawData(). | |
The type of the | |
The result of the parsed script. |
Type Aliases
Type Alias | Description |
---|---|
The type of the | |
The argument passed to | |
The type of the | |
The value of | |
The script function produced by parseScript(). | |
The value of |