public interface HomeAutomation
Modifier and Type | Method and Description |
---|---|
String |
getAinForName(String deviceName)
get the ain for the given devicename
|
DeviceList |
getDeviceListInfos()
getdevicelistinfos
|
Double |
getSwitchEnergy(String ain)
getswitchenergy
|
List<String> |
getSwitchList()
getswitchlist
|
String |
getSwitchName(String ain)
getswitchname
|
Double |
getSwitchPowerWatt(String ain)
getswitchpower
|
String |
getSwitchPresent(String ain)
getswitchpresent
|
boolean |
getSwitchState(String ain)
getswitchstate
|
Double |
getTemperature(String ain)
gettemperature
|
String |
setSwitchOnOff(String ain,
boolean newState)
setswitchon / setswitchoff
|
List<String> getSwitchList() throws Exception
Exception
String setSwitchOnOff(String ain, boolean newState) throws Exception
ain
- newState
- Exception
boolean getSwitchState(String ain) throws Exception
ain
- Exception
String getSwitchPresent(String ain) throws Exception
ain
- Exception
Double getSwitchPowerWatt(String ain) throws Exception
ain
- Exception
Double getSwitchEnergy(String ain) throws Exception
ain
- Exception
String getSwitchName(String ain) throws Exception
ain
- Exception
DeviceList getDeviceListInfos() throws Exception
Exception
Double getTemperature(String ain) throws Exception
ain
- Exception
Copyright © 2018 BITPlan GmbH. All rights reserved.