summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2017-07-28 12:39:04 +0300
committerAndriy Byzhynar <AByzhynar@luxoft.com>2017-07-28 12:39:04 +0300
commita0e5b2e6a4ad3ebf65c41a318eccf10406a5ce2f (patch)
tree2209fceb76aec0870699c085098c9adde13c486e
parente1f2fdd1ed4dec27b62095f619d66514b23f329c (diff)
downloadsdl_core-a0e5b2e6a4ad3ebf65c41a318eccf10406a5ce2f.tar.gz
Make radioEnable parameter settable
Type of radioEable parameter changed from READ ONLY to settable
-rw-r--r--src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
index 1a91eefba0..1874c40288 100644
--- a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
+++ b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
@@ -57,7 +57,6 @@ std::vector<std::string> GetModuleReadOnlyParams(
module_ro_params.push_back(kSignalStrength);
module_ro_params.push_back(kSignalChangeThreshold);
module_ro_params.push_back(kState);
- module_ro_params.push_back(kRadioEnable);
}
return module_ro_params;
}