# WeaviateApi.DeviceChannelPubsub

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connectionStatusHint** | **String** | Device&#39;s connection status, as set by the pubsub subscriber. | [optional] 
**topic** | **String** | Pubsub topic to publish to with device notifications. | [optional] 


<a name="ConnectionStatusHintEnum"></a>
## Enum: ConnectionStatusHintEnum


* `offline` (value: `"offline"`)

* `online` (value: `"online"`)

* `unknown` (value: `"unknown"`)




