-
public interface ISwitchcreate by dongdaqingmibo 2023/8/29 14:57
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classISwitch.Companion
-
Method Summary
Modifier and Type Method Description abstract List<String>getSwitchDpIds()all dp ids belong to this abstract BooleangetValue(String dpId)abstract IntegergetSwitchType()SWITCH_TYPE_NORMAL, SWITCH_TYPE_WRITE_ONLY abstract IntegergetSwitchStatus()SWITCH_STATUS_ON, SWITCH_STATUS_OFF abstract StringgetCommands(Object obj)-
-
Method Detail
-
getSwitchDpIds
abstract List<String> getSwitchDpIds()
all dp ids belong to this
-
getValue
abstract Boolean getValue(String dpId)
-
getSwitchType
abstract Integer getSwitchType()
-
getSwitchStatus
abstract Integer getSwitchStatus()
-
getCommands
abstract String getCommands(Object obj)
-
-
-
-