mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 00:10:20 +00:00
Remove test call for FHEM devices
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.bwssystems.HABridge</groupId>
|
<groupId>com.bwssystems.HABridge</groupId>
|
||||||
<artifactId>ha-bridge</artifactId>
|
<artifactId>ha-bridge</artifactId>
|
||||||
<version>5.2.0RC2</version>
|
<version>5.2.0RC3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>HA Bridge</name>
|
<name>HA Bridge</name>
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ public class FHEMHome implements Home {
|
|||||||
List<FHEMDevice> deviceList = new ArrayList<FHEMDevice>();
|
List<FHEMDevice> deviceList = new ArrayList<FHEMDevice>();
|
||||||
while(keys.hasNext()) {
|
while(keys.hasNext()) {
|
||||||
String key = keys.next();
|
String key = keys.next();
|
||||||
theResponse = fhemMap.get(key).testGetDevices(httpClient);
|
theResponse = fhemMap.get(key).getDevices(httpClient);
|
||||||
if(theResponse != null)
|
if(theResponse != null)
|
||||||
addFHEMDevices(deviceList, theResponse, key);
|
addFHEMDevices(deviceList, theResponse, key);
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user