Interface AccessoryWithResetFilterIndication


  • public interface AccessoryWithResetFilterIndication
    Accessory with filter reset characteristics
    • 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