-
Notifications
You must be signed in to change notification settings - Fork 1
Configuring Gateways
Gateways are the abstraction for interfacing with devices that can be controlled. These may be gateways such as Zigbee, ModBus, HTTP, etc. These are not interfaces that clients should control the controller with. Please see Configuring Interfaces for technologies such as HTTP(S), WS(S) or MQTT.
At current Gateways must be configured by adding a file to the appropriate configuration directory, they can not yet be configured at runtime.
Configuration files must be located in the <config>/gateways
directory, see Running for the default location on your operating system, each interface is defined by a JSON file.
The name of the file will be the name of the gateway, and will be exposed by various APIs and interfaces.
Getting Started
HTTP Interface (v1)
Capability Actions