Interface AccessoryWithIdentifier
-
public interface AccessoryWithIdentifierAccessory with identifier characteristicIdentifierCharacteristic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Integer>getIdentifier()Retrieves the identifier of service.
-
-
-
Method Detail
-
getIdentifier
CompletableFuture<Integer> getIdentifier()
Retrieves the identifier of service.- Returns:
- a future with the identifier
-
-