Documentation
Plugin Connectors
| Connector | Type | Description |
| Data | input, object | Data that is to pass through the Gate if locks are open. |
| Data | output, object | Data that is successfuly sent through the Gate. |
| Lock 1 | input, trigger | This locks lock #1. |
| Lock 2 | input, trigger | This locks lock #2. |
| Lock 3 | input, trigger | This locks lock #3. |
| Unlock 1 | input, trigger | This unlocks lock #1. |
| Unlock 2 | input, trigger | This unlocks lock #2. |
| Unlock 3 | input, trigger | This unlocks lock #3. |
Plugin Settings
| Setting | Valuetype | Description |
| Number of locks | 1/2/3 | Number of locks to use in gate. When all are unlocked, data can pass through gate. |
| Lock 1 start value | open/close | The state of Lock 1 from start. |
| Lock 2 start value | open/close | The state of Lock 2 from start. |
| Lock 3 start value | open/close | The state of Lock 3 from start. |
| Lock 1 AutoClose | Yes/No | Automatically locks number 1 when data has passed through |
| Lock 2 AutoClose | Yes/No | Automatically locks number 2 when data has passed through |
| Lock 3 AutoClose | Yes/No | Automatically locks number 3 when data has passed through |