Removing zones for now, plus a AMB subscribe fix 08/28908/1 accepted/tizen/3.0.m14.3/ivi/20141017.215152 accepted/tizen/ivi/20141017.030828 submit/tizen_3.0.m14.3_ivi/20141016.183406 submit/tizen_ivi/20141016.183406
authorBrian Jones <brian.j.jones@intel.com>
Thu, 16 Oct 2014 18:23:05 +0000 (11:23 -0700)
committerBrian Jones <brian.j.jones@intel.com>
Thu, 16 Oct 2014 18:25:19 +0000 (11:25 -0700)
Change-Id: I920365fef7f67c4f0513176c2bcf32c64c55d563

js/services/carIndicator.js
packaging/Modello-Common.spec
packaging/modello-common.changes

index a8fabfe..2b3a84d 100644 (file)
@@ -169,29 +169,29 @@ CarIndicator.prototype._mappingTable = {
                attributeName : "leftFront",
                callBackPropertyName : "tirePressureLeftFront",
                interfaceName : "tire",
-               conversionFunction : parseTirePressure,
-               zone : new Zone(["Front","Left"])
+               conversionFunction : parseTirePressure
+               //zone : new Zone(["Front","Left"])
        },
        "TirePressureRightFront" : {
                attributeName : "rightFront",
                callBackPropertyName : "tirePressureRightFront",
                interfaceName : "tire",
-               conversionFunction : parseTirePressure,
-               zone : new Zone(["Front","Right"])
+               conversionFunction : parseTirePressure
+               //zone : new Zone(["Front","Right"])
        },
        "TirePressureLeftRear" : {
                attributeName : "leftRear",
                callBackPropertyName : "tirePressureLeftRear",
                interfaceName : "tire",
-               conversionFunction : parseTirePressure,
-               zone : new Zone(["Rear","Left"])
+               conversionFunction : parseTirePressure
+               //zone : new Zone(["Rear","Left"])
        },
        "TirePressureRightRear" : {
                attributeName : "rightRear",
                callBackPropertyName : "tirePressureRightRear",
                interfaceName : "tire",
-               conversionFunction : parseTirePressure,
-               zone : new Zone(["Rear","Right"])
+               conversionFunction : parseTirePressure
+               //zone : new Zone(["Rear","Right"])
        },
        "ChildLock" : {
                attributeName : "childLock",
@@ -201,14 +201,14 @@ CarIndicator.prototype._mappingTable = {
        "FrontDefrost" : {
                attributeName : "defrostWindow",
                callBackPropertyName : "frontDefrost",
-               interfaceName : "defrost",
-               zone : new Zone(["Front"])
+               interfaceName : "defrost"
+               //zone : new Zone(["Front"])
        },
        "RearDefrost" : {
                attributeName : "defrostWindow",
                callBackPropertyName : "rearDefrost",
-               interfaceName : "defrost",
-               zone : new Zone(["Rear"])
+               interfaceName : "defrost"
+               //zone : new Zone(["Rear"])
        },
        "FanSpeed" : {
                attributeName : "fanSpeed",
@@ -220,15 +220,15 @@ CarIndicator.prototype._mappingTable = {
                attributeName : "targetTemperature",
                callBackPropertyName : "targetTemperatureRight",
                interfaceName : "climateControl",
-               conversionFunction : parseInteger,
-               zone : new Zone(["Right"])
+               conversionFunction : parseInteger
+               //zone : new Zone(["Right"])
        },
        "TargetTemperatureLeft" : {
                attributeName : "targetTemperature",
                callBackPropertyName : "targetTemperatureLeft",
                interfaceName : "climateControl",
-               conversionFunction : parseInteger,
-               zone : new Zone(["Left"])
+               conversionFunction : parseInteger
+               //zone : new Zone(["Left"])
        },
        "Hazard" : {
                attributeName : "hazard",
@@ -243,14 +243,14 @@ CarIndicator.prototype._mappingTable = {
        "SeatHeaterRight" : {
                attributeName : "seatHeater",
                callBackPropertyName : "seatHeaterRight",
-               interfaceName : "climateControl",
-               zone : new Zone(["Right"])
+               interfaceName : "climateControl"
+               //zone : new Zone(["Right"])
        },
        "SeatHeaterLeft" : {
                attributeName : "seatHeater",
                callBackPropertyName : "seatHeaterLeft",
-               interfaceName : "climateControl",
-               zone : new Zone(["Left"])
+               interfaceName : "climateControl"
+               //zone : new Zone(["Left"])
        },
        "Parking" : {
                attributeName : "parking",
@@ -473,7 +473,7 @@ CarIndicator.prototype.addListener = function(aCallbackObject) {
                                        var interfaceName = signal;
 
                                        if (mapping.interfaceName !== "undefined") {
-                                               interfaceName = mapping.subscribeName;
+                                               interfaceName = mapping.interfaceName;
                                        }
 
                                        if (mapping.callBackPropertyName.toLowerCase() === prop.toLowerCase() && !mapping.subscribeCount) {
index 12a5685..44f3730 100644 (file)
@@ -1,6 +1,6 @@
 Name:       Modello-Common
 Summary:    Pure html5 UI
-Version:    0.0.2
+Version:    0.0.3
 Release:    0
 Group:      Automotive/Modello
 License:    Apache-2.0
index 452ddf1..4fa8f2b 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Oct 16 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141016.164956-1-g9a44462
+- Removing zones for now, plus a AMB subscribe fix
+
 * Wed Oct 15 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141015.162448-1-gfba0135
 - Remove totally TC-1388 Work around.
 - Updating AMB calls