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
BridgeConfigInflux
Interface BridgeConfigInflux
InfluxDB Bridge configuration interface
interface
BridgeConfigInflux
{
buckets
:
BridgeConfigBuckets
;
host
:
string
;
org
:
string
;
password
:
string
;
port
:
number
;
token
:
string
;
user
:
string
;
}
Index
Properties
buckets
host
org
password
port
token
user
Properties
buckets
buckets
:
BridgeConfigBuckets
host
host
:
string
org
org
:
string
password
password
:
string
port
port
:
number
token
token
:
string
user
user
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buckets
host
org
password
port
token
user
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.12
Loading...
InfluxDB Bridge configuration interface