patch http://rest.cameramanager.com/rest/v2.1/cameras//wifi/status
Request a Wi-Fi status update, results in a bad request (http status code 400), if the camera doesn't support the given functionality. All successful requests result in a camera job. Currently supported changes (only one at a time):
- Enable or disable the Wi-Fi functionality of the camera. Done by setting the "enabled" field to either true or false. Job type: "camera.wifi.enableOrDisable".
- Request the camera to connect to a known network. Done by setting the "ssid" field to the ssid of a network in the list of known networks on the camera (Retrievable with GET /wifi/saved). Job type: "camera.wifi.connectNetwork".