Updated with new Configurator changes and cleaned up imports
This commit is contained in:
parent
6109f66ea0
commit
e1618604c9
66 changed files with 297 additions and 198 deletions
|
|
@ -3,7 +3,8 @@ package se.hal.plugin.zigbee.deconz.zigbee.deconz.rest;
|
|||
import zutil.net.ws.WSInterface.WSPath;
|
||||
import zutil.net.ws.WSInterface.WSRequestType;
|
||||
|
||||
import static zutil.net.ws.WSInterface.RequestType.*;
|
||||
import static zutil.net.ws.WSInterface.RequestType.DELETE;
|
||||
import static zutil.net.ws.WSInterface.RequestType.GET;
|
||||
|
||||
/**
|
||||
* Rules provide the ability to trigger actions of lights or groups when a specific sensor condition is met.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ package se.hal.plugin.zigbee.deconz.zigbee.deconz.rest;
|
|||
import zutil.net.ws.WSInterface.WSPath;
|
||||
import zutil.net.ws.WSInterface.WSRequestType;
|
||||
|
||||
import static zutil.net.ws.WSInterface.RequestType.*;
|
||||
import static zutil.net.ws.WSInterface.RequestType.GET;
|
||||
import static zutil.net.ws.WSInterface.RequestType.POST;
|
||||
|
||||
/**
|
||||
* The touchlink endpoint allows to communicate with near by located devices.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue