Fix ping
This commit is contained in:
parent
73a631decf
commit
76bed9016a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class OsMoControlDevice implements OsMoReactor {
|
|||
this.plugin = plugin;
|
||||
this.service = service;
|
||||
this.tracker = tracker;
|
||||
service.registerReactor(this);
|
||||
}
|
||||
|
||||
public JSONObject getBatteryLevel() throws JSONException {
|
||||
|
|
Loading…
Reference in a new issue