mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-17 17:51:28 +01:00
24 lines
560 B
Text
24 lines
560 B
Text
config global 'global'
|
|
option enabled '1'
|
|
option debug '1'
|
|
option log_level '1'
|
|
option prototrace '0'
|
|
|
|
config mqtt 'mqtt'
|
|
option BrokerAddress '127.0.0.1'
|
|
option BrokerPort '9006'
|
|
option TransportProtocol 'TCP/IP'
|
|
|
|
config controller 'controller'
|
|
option EndpointID 'proto::discovery-usp-controller'
|
|
option Protocol 'MQTT'
|
|
option ResponseTopicConfigured '/usp/discovery/controller'
|
|
option mqtt 'mqtt'
|
|
|
|
config proxy 'usp'
|
|
option protocol 'USP'
|
|
option parent_dm 'Device.'
|
|
option mount_point 'Node'
|
|
|
|
config agent 'agent'
|
|
option Topic '/usp/endpoint'
|