fix autorization in requests and many changes. All working, except device statuses. Dont know how to do that.

This commit is contained in:
Dmitriy Ponomarev
2017-09-25 03:04:01 +03:00
parent 924f3059fb
commit 31fe05fe2b
18 changed files with 705 additions and 258 deletions

View File

@@ -2,8 +2,8 @@ package com.bwssystems.HABridge;
public class NamedIP {
private String name;
private String ip;
private String webhook;
private String ip;
private String webhook;
private String port;
private String username;
private String password;