# `WEBSOCKET_STATUS`

#### Represents the status of the websocket connection to the Poparazzi streaming API.

## Enum Values

- ### `OK` = 0
  - Returned when the secure websocket connection to **poparazzi.com:443** was successful.
- ### `FAILED` = 1
  - Returned upon any error encountered after attempting to connect to Poparazzi.
