Interface AccessoryWithName
-
public interface AccessoryWithName
Accessory with name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.String>
getName()
Retrieves the name of service.
-