mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-22 17:30:11 +00:00
Fixed closing homes to actually call the close on the homes. Updated the
lowest setting on the test dim function to b 1. Fixes #438 Fixes #440
This commit is contained in:
@@ -94,10 +94,10 @@ public class NestHome implements com.bwssystems.HABridge.Home {
|
||||
public void closeHome() {
|
||||
if(theSession != null) {
|
||||
theNest.endNestSession();
|
||||
theNest = null;
|
||||
theSession = null;
|
||||
nestItems = null;
|
||||
}
|
||||
theNest = null;
|
||||
theSession = null;
|
||||
nestItems = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user