| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
bankId | number | ✅ | - | The index in the Config.Banks table |
doorId | string | ✅ | - | Internal id to refer the door, generally can be one of the following values: vault, prevault, shutters |
status | boolean | ✅ | - | True to open the door, false to close it (for shutters its inverted, so true = closed) |
Example
Example