-
public interface ISwitch
create by dongdaqingmibo 2023/8/29 14:57
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ISwitch.Companion
-
Method Summary
Modifier and Type Method Description abstract List<String>
getSwitchDpIds()
all dp ids belong to this abstract Boolean
getValue(String dpId)
abstract Integer
getSwitchType()
SWITCH_TYPE_NORMAL, SWITCH_TYPE_WRITE_ONLY abstract Integer
getSwitchStatus()
SWITCH_STATUS_ON, SWITCH_STATUS_OFF abstract String
getCommands(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)
-
-
-
-