Package io.github.hapjava.accessories
Interface Bridge
-
- All Superinterfaces:
HomekitAccessory
public interface Bridge extends HomekitAccessory
HomeKit bridge service.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
identify()
Performs an operation that can be used to identify the accessory.-
Methods inherited from interface io.github.hapjava.accessories.HomekitAccessory
getFirmwareRevision, getId, getManufacturer, getModel, getName, getPrimaryService, getSerialNumber, getServices
-
-
-
-
Method Detail
-
identify
default void identify()
Description copied from interface:HomekitAccessory
Performs an operation that can be used to identify the accessory. This action can be performed without pairing.- Specified by:
identify
in interfaceHomekitAccessory
-
-