Closed lindseysimple closed 5 years ago
The REST API to update device adminState property has been changed to call PUT http://localhost:48081/api/v1/device/57bc6d80555e5218873e5a30 with body
adminState
http://localhost:48081/api/v1/device/57bc6d80555e5218873e5a30
{"adminState":"unlocked"} or {"operatingState":"enabled"}
Update the UI backend UpdateLockMode method to call the new API.
UpdateLockMode
Change based on the metadata RAML API document: https://docs.edgexfoundry.org/core-metadata.html#device__id__put
The REST API to update device
adminState
property has been changed to call PUThttp://localhost:48081/api/v1/device/57bc6d80555e5218873e5a30
with bodyUpdate the UI backend
UpdateLockMode
method to call the new API.Change based on the metadata RAML API document: https://docs.edgexfoundry.org/core-metadata.html#device__id__put