ESTRequestV2DevicesUpdate

Deprecated

Deprecated since 4.31.0. Will be removed with next major release.


@interface ESTRequestV2DevicesUpdate : ESTRequestGetJSON

ESTRequestV2DevicesUpdate allows to fetch information about all devices having pending changes to be applied. List includes both settings and firmware update.

  • Methods allows to send request with completion block invoked as a result.

    Declaration

    Objective-C

    - (void)sendRequestWithCompletion:
        (nonnull ESTRequestV2DevicesUpdateBlock)completion;

    Swift

    func sendRequest(completion: @escaping ESTRequestV2DevicesUpdateBlock)

    Parameters

    completion

    Request completion block. No error means request was successful.