Implement JsonRpc command for commands without output

This commit is contained in:
AsamK 2021-08-10 15:26:43 +02:00
parent 6826e3cb49
commit 5d8d0dcad6
13 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@ import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
public class AddDeviceCommand implements LocalCommand {
public class AddDeviceCommand implements JsonRpcLocalCommand {
private final static Logger logger = LoggerFactory.getLogger(AddDeviceCommand.class);