# Initialize Hub Pairing Mode Initializes the HUB into Sensor Pairing Mode by the thingName of the hub. The HUB's LED colour will change to a flashing green during Pairing Mode, and will return to a steady blue when no longer in Pairing Mode. A longer timeout can be short circuited to a shorter one by making a subsequent call with a shorter timeout. Endpoint: POST /sensors/pair/{HUB_THING_NAME} ## Path parameters: - `HUB_THING_NAME` (string, required) A Hub ThingName, must be prefixed with HUB_ ## Request fields (application/json): - `timeout` (integer) Timeout value in seconds. ## Response 201 fields