public interface GroupProgrammable extends HandlerBehaviour
| Modifier and Type | Method and Description | 
|---|---|
| default Collection<Group> | getGroups()Queries the groups from the device. | 
| void | performGroupOperation(DeviceId deviceId,
                     GroupOperations groupOps)Performs the Group operations for the specified device. | 
handler, setHandlervoid performGroupOperation(DeviceId deviceId, GroupOperations groupOps)
deviceId - ID of the devicegroupOps - operations to be performeddefault Collection<Group> getGroups()