DeviceRegistry
class DeviceRegistry extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $credentialsType | ||
protected | $credentialsDataType | ||
protected | $eventNotificationConfigsType | ||
protected | $eventNotificationConfigsDataType | ||
protected | $httpConfigType | ||
protected | $httpConfigDataType | ||
string | $id | ||
string | $logLevel | ||
protected | $mqttConfigType | ||
protected | $mqttConfigDataType | ||
string | $name | ||
protected | $stateNotificationConfigType | ||
protected | $stateNotificationConfigDataType |
Methods
setCredentials($credentials)
No description
getCredentials()
No description
setEventNotificationConfigs($eventNotificationConfigs)
No description
getEventNotificationConfigs()
No description
getHttpConfig()
No description
setId($id)
No description
string
getId()
No description
setLogLevel($logLevel)
No description
string
getLogLevel()
No description
getMqttConfig()
No description
setName($name)
No description
string
getName()
No description
getStateNotificationConfig()
No description
Details
setCredentials($credentials)
No description
RegistryCredential[]
getCredentials()
No description
setEventNotificationConfigs($eventNotificationConfigs)
No description
EventNotificationConfig[]
getEventNotificationConfigs()
No description
setHttpConfig(HttpConfig $httpConfig)
No description
HttpConfig
getHttpConfig()
No description
setId($id)
No description
string
getId()
No description
setLogLevel($logLevel)
No description
string
getLogLevel()
No description
setMqttConfig(MqttConfig $mqttConfig)
No description
MqttConfig
getMqttConfig()
No description
setName($name)
No description
string
getName()
No description
setStateNotificationConfig(StateNotificationConfig $stateNotificationConfig)
No description
StateNotificationConfig
getStateNotificationConfig()
No description