Modifier and Type | Method and Description |
---|---|
GatewayConfig |
GatewayApi.get(HashMap<String,Object> filters) |
GatewayConfig |
GatewayApi.get(Integer gatewayId) |
GatewayConfig |
GatewayApi.getGateway(GatewayTable gatewayTable) |
Modifier and Type | Method and Description |
---|---|
void |
GatewayApi.add(GatewayConfig gatewayConfig) |
void |
GatewayApi.update(GatewayConfig gatewayConfig) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GatewayHandler.addGateway(GatewayConfig gatewayConfig) |
javax.ws.rs.core.Response |
GatewayHandler.updateGateway(GatewayConfig gatewayConfig) |
Modifier and Type | Method and Description |
---|---|
GatewayConfig |
IGateway.config() |
GatewayConfig |
GatewayAbstract.config() |
static GatewayConfig |
GatewayUtils.getGateway(GatewayTable gatewayTable) |
static GatewayConfig |
GatewayUtils.getGateway(Integer gatewayId) |
Modifier and Type | Method and Description |
---|---|
static String |
GatewayUtils.gwLogReference(GatewayConfig _config) |
Constructor and Description |
---|
GatewayAbstract(GatewayConfig gatewayConfig) |
Modifier and Type | Class and Description |
---|---|
class |
GatewayConfigEthernet |
class |
GatewayConfigMQTT |
class |
GatewayConfigPhantIO |
class |
GatewayConfigPhilipsHue |
class |
GatewayConfigSerial |
class |
GatewayConfigWunderground |
Constructor and Description |
---|
RestDriverAbstract(GatewayConfig _config,
long pollInterval) |
Modifier and Type | Method and Description |
---|---|
GatewayConfig |
IEngine.config() |
GatewayConfig |
EngineAbstract.config() |
Modifier and Type | Method and Description |
---|---|
IMessage |
IMessageParser.getMessage(GatewayConfig config,
T gatewayData) |
Constructor and Description |
---|
EngineAbstract(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
IMessage |
MessageParserMyController.getMessage(GatewayConfig _config,
MessageMQTT mqttData) |
Constructor and Description |
---|
MyControllerEngine(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
IMessage |
MessageParserSerial.getMessage(GatewayConfig config,
byte[] gatewayData) |
IMessage |
MessageParserEthernet.getMessage(GatewayConfig config,
byte[] gatewayData) |
IMessage |
MessageParserMQTT.getMessage(GatewayConfig config,
MessageMQTT gatewayData) |
Constructor and Description |
---|
MySensorsEngine(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
IMessage |
MessageParserPhantIO.getMessage(GatewayConfig config,
MessagePhantIO rawMessage) |
Constructor and Description |
---|
PhantIOEngine(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
IMessage |
MessageParserPhilipsHue.getMessage(GatewayConfig _config,
MessagePhilipsHue rawMessage) |
Constructor and Description |
---|
PhilipsHueEngine(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
IMessage |
MessageParserRFLink.getMessage(GatewayConfig _config,
byte[] gatewayData) |
Constructor and Description |
---|
MessageParserRFLink(GatewayConfig _config,
IQueue<IMessage> _queue) |
RFLinkEngine(GatewayConfig _config) |
Constructor and Description |
---|
WundergroundEngine(GatewayConfig _config) |
Modifier and Type | Method and Description |
---|---|
GatewayConfig |
UtilsApi.getGateway(GatewayTable gatewayTable) |
Copyright © 2015–2019. All rights reserved.