Preparing search index...
The search index is not available
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
IQRF Gateway Webapp JavaScript client
Types
Config
BridgeConfigMqtt
Interface BridgeConfigMqtt
InfluxDB Bridge MQTT configuration interface
interface
BridgeConfigMqtt
{
client
:
string
;
host
:
string
;
password
:
string
;
port
:
number
;
topics
:
string
[]
;
user
:
string
;
}
Index
Properties
client
host
password
port
topics
user
Properties
client
client
:
string
host
host
:
string
password
password
:
string
port
port
:
number
topics
topics
:
string
[]
user
user
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
host
password
port
topics
user
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
Loading...
InfluxDB Bridge MQTT configuration interface