Function updateBroker

  • Update the MQTT broker data

    Parameters

    • id: string

      ID of the broker

    • form_data: Partial<PlaceMQTTBroker>

      New values for the broker

    • method: "put" | "patch" = 'patch'

      HTTP verb to use on request. Defaults to patch

    Returns Observable<PlaceMQTTBroker>