-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
something like shown below
class SinricProSwitch {
}
class SinricPro {
}
def on_power_state(state) {
return true, newState
}
sinricpro_switch = SinricProSwitch("deviceId");
sinricpro_switch.on_power_state(on_power_state)
sinricpro = SinricPro();
sinricpro.add_device(sinricProSwitch);
sinricpro.start()
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request