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