added tizen engineer mode to system
[profile/ivi/wrt-plugins-ivi.git] / src / Vehicle / Vehicle.idl
index 324b09a..5657799 100644 (file)
@@ -99,10 +99,10 @@ interface Vehicle  {
        /**
         *  \brief set the given objectType to value
         *  \param objectType object type to set
-        *  \param value value to set, should contain zone information ie "zone" : 0
-        *  \param errorCallback callback if error has been called.
+        *  \param value value to set, should contain zone information if there is a zone ie "zone" : 0
+        *  \param errorCallback callback if error during set.
         **/
-       void set(DOMString objectType, VehiclePropertyType value, optional VehiclePropertyErrorCallback errorCallback);
+       void set(DOMString objectType, object value, optional VehiclePropertyErrorCallback errorCallback);
 
        /**
         *  \brief get values for a given objectType within a certain past time period between 'startTime' and 'endTime'