Appearance
Home > resol-vbus-core-toolbox > Script > connect
Script.connect() method
Signal that this script wants to connect and wait for all other scripts to do the same.
Signature:
typescript
connect(): Promise<void>;
Returns:
Promise<void>