Added some initial docs

This commit is contained in:
Monica Goward
2017-02-04 19:04:34 +00:00
parent 6b8a714959
commit e5871e61b5
3 changed files with 25 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ public class HomeManager {
//setup the Somfy configuration if available
aHome = new SomfyHome(bridgeSettings);
homeList.put(DeviceMapTypes.SOMFY_DEVICE[DeviceMapTypes.typeIndex], aHome);
resourceList.put(DeviceMapTypes.SOMFY_DEVICE[DeviceMapTypes.typeIndex], aHome);
}
public Home findHome(String type) {