Interface AccessoryWithVolumeSelector
-
public interface AccessoryWithVolumeSelectorAccessory with volume selectorVolumeSelectorCharacteristic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>setVolumeSelector(VolumeSelectorEnum value)Sets the volume selector
-
-
-
Method Detail
-
setVolumeSelector
CompletableFuture<Void> setVolumeSelector(VolumeSelectorEnum value) throws Exception
Sets the volume selector- Parameters:
value- the volume selector- Returns:
- a future that completes when the volume selector is changed
- Throws:
Exception- when the volume selector cannot be set
-
-