Updated with new Configurator changes and cleaned up imports

This commit is contained in:
Ziver Koc 2021-05-08 01:41:13 +02:00
parent 6109f66ea0
commit e1618604c9
66 changed files with 297 additions and 198 deletions

View file

@ -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.

View file

@ -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.