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

setHttpConfig(HttpConfig $httpConfig)

No description

getHttpConfig()

No description

setId($id)

No description

string
getId()

No description

setLogLevel($logLevel)

No description

string
getLogLevel()

No description

setMqttConfig(MqttConfig $mqttConfig)

No description

getMqttConfig()

No description

setName($name)

No description

string
getName()

No description

setStateNotificationConfig(StateNotificationConfig $stateNotificationConfig)

No description

Details

setCredentials($credentials)

No description

Parameters

$credentials

RegistryCredential[] getCredentials()

No description

Return Value

RegistryCredential[]

setEventNotificationConfigs($eventNotificationConfigs)

No description

Parameters

$eventNotificationConfigs

EventNotificationConfig[] getEventNotificationConfigs()

No description

Return Value

EventNotificationConfig[]

setHttpConfig(HttpConfig $httpConfig)

No description

Parameters

HttpConfig $httpConfig

HttpConfig getHttpConfig()

No description

Return Value

HttpConfig

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setLogLevel($logLevel)

No description

Parameters

$logLevel

string getLogLevel()

No description

Return Value

string

setMqttConfig(MqttConfig $mqttConfig)

No description

Parameters

MqttConfig $mqttConfig

MqttConfig getMqttConfig()

No description

Return Value

MqttConfig

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setStateNotificationConfig(StateNotificationConfig $stateNotificationConfig)

No description

Parameters

StateNotificationConfig $stateNotificationConfig

StateNotificationConfig getStateNotificationConfig()

No description