mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-23 01:40:11 +00:00
updated to new BL api lib added debug and fixed device build for BL in
app.js
This commit is contained in:
@@ -67,10 +67,10 @@ public class BroadlinkHome implements Home {
|
||||
|
||||
@Override
|
||||
public Object getItems(String type) {
|
||||
if(!validBroadlink || broadlinkMap == null)
|
||||
return null;
|
||||
BroadlinkEntry theResponse = null;
|
||||
List<BroadlinkEntry> deviceList = new ArrayList<BroadlinkEntry>();
|
||||
if(!validBroadlink || broadlinkMap == null)
|
||||
return deviceList;
|
||||
BroadlinkEntry theResponse = null;
|
||||
log.debug("consolidating devices for Broadlink");
|
||||
Iterator<String> keys = broadlinkMap.keySet().iterator();
|
||||
while(keys.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user