Interface AccessoryWithResetFilterIndication
-
public interface AccessoryWithResetFilterIndicationAccessory with filter reset characteristics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>resetFilterIndication(Integer indication)Request to reset the filter level
-
-
-
Method Detail
-
resetFilterIndication
CompletableFuture<Void> resetFilterIndication(Integer indication) throws Exception
Request to reset the filter level- Parameters:
indication- always 1, by HomeKit protocol. (to be ignored)- Returns:
- a future that completes when the change is made
- Throws:
Exception- when the change cannot be made
-
-