mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-08 23:23:38 +00:00
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
---
|
|
title: PSN Client
|
|
sidebar:
|
|
label: Client
|
|
order: 1
|
|
---
|
|
|
|
- **type**: `psn.client`
|
|
|
|
This module listens on the [PosiStageNet](http://posistage.net/) multicast address and emits tracker states anytime a new PSN message is received.
|
|
|
|
### Example
|
|
|
|
```yaml
|
|
- id: psnClient
|
|
type: psn.client
|
|
```
|