commit | 2a0c4498f9ede93e8be9a25fd72340101f881cf4 | [log] [tgz] |
---|---|---|
author | Rohan Agrawal <rohan.agrawal01@infosys.com> | Mon Jun 29 11:55:06 2020 +0000 |
committer | Rohan Agrawal <rohan.agrawal01@infosys.com> | Tue Jun 30 05:00:19 2020 +0000 |
tree | f00f7c5d90f1aee2ec9b1c0f008459a1f688836a | |
parent | 9ae1313169f227106eee69d245e3dbaef489a6d9 [diff] |
Fix update_pm_config rpc case letter Change-Id: Ibc991ca239dfe8c30382900a50d148f719134813
diff --git a/rw_core/core/device/remote/adapter_proxy.go b/rw_core/core/device/remote/adapter_proxy.go index 6bb318b..939f301 100755 --- a/rw_core/core/device/remote/adapter_proxy.go +++ b/rw_core/core/device/remote/adapter_proxy.go
@@ -328,7 +328,7 @@ if err != nil { return nil, err } - rpc := "Update_pm_config" + rpc := "update_pm_config" args := []*kafka.KVArg{ {Key: "device", Value: device}, {Key: "pm_configs", Value: pmConfigs},