This is historical information of device classes implemented in MQTT device server.
Use this link to find the valid information.
Development status:
Released
Information status: New
Contact:
Class Description
MQTTAccess is a simple device server which provides MQTT topics data via Sub method and allows to publish via Pub method.
Families: Communication
Key words:
Platform: All Platforms
Language: PythonHL
License: Custom
Contact:
Hardware
Manufacturer: S2Innovation
Product:
MQTT Device Server
Class interface
Attributes:
Commands:
Name | Description |
---|---|
SubInput: DevVoid Output: DevVoid |
— |
PubInput: pogoDsl:DevVarString Output: DevVoid |
— |
ConnectInput: DevVoid Output: DevVoid |
— |
DisconnectInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
HostDevString | — |
PortDevLong | — |
MQTTHostDevString | — |
MQTTPortDevLong | 1883 standard port. 8883 port with encryption |
MQTTKeepaliveDevLong | — |
MQTTUserDevString | — |
MQTTPasswordDevString | — |
MQTTCaCertDevString | path to ca cert |
MQTTClientCertDevString | path to client cert |
MQTTClientKeyDevString | path to client key |
MQTTTokenDevString | — |
README
b'# MQTTAccess\nMQTTAccess is a simple device server which provides MQTT topics data via Sub method and allows to publish via Pub method.\n### Commands:\n\n Sub(topic)
\n * Parameters: \n topic
(String) - Topic name e.g. "home/temperature/t1"
\n * Returns:\n String - last msg on topic.\n\n\n Pub(args)
\n * Parameters:\n args
(List of 2 String):\n topic
\n message
\n\n'
Updated:
The device class has been updated.
You are looking at this version now.
1 Sep 2020,
Created:
The device class has been added to catalogue.