Small bug fix

This commit is contained in:
Ziver Koc 2016-04-04 17:03:56 +02:00
parent 61252ddd11
commit cc57cd76c2
2 changed files with 1 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public class NutUPSClient {
public NutUPSClient(String host, int port){
this.upsDevices = new ArrayList<>();
this.host = host;
this.port = port;
this.pollTimer = new Timer(POLL_INTERVAL);