cli: Update upload OTA image API

This commit is contained in:
Shivani Tipnis
2020-09-04 12:19:15 +05:30
parent 5d664fc283
commit dc1d6b82b0

View File

@@ -233,7 +233,7 @@ class Service:
:type: str | None
"""
socket.setdefaulttimeout(100)
path = 'user/ota_image'
path = 'user/otaimage'
request_payload = {
'image_name': img_name,
'base64_fwimage': fw_img