The example in
https://rawgit.com/w3c/automotive-bg/master/snapshots/vehicle_spec_snapshot_latest.html
,
section 13, shows a typical use of the .set method:

var zone = Zone
vehicle.door.set({"lock" : true}, zone.driver).then(resolve, reject);

My question is: for a given AMB property that is not a W3C standard
property, what to use for
the tag? For example, If I have a property ABCDE, I would set it via

var zone = Zone
vehicle.aBCDE.set({"???" : true}, zone.driver).then(resolve, reject);

What do I use in place of the ??? I have tried "value"; but that is
not working; How dou you determine the correct names to use here?

Thank you,


-- 
*Jeff Eastwood*
Software Engineer

*T: *+1.971.256.9736 x1036 | *M:* +1.503.936.2895
*Email:*  [email protected] <[email protected]>


Jaguar Land Rover North America, LLC
1419 NW 14th Ave, Portland, OR 97209
*JaguarUSA.com | LandRoverUSA.com <http://www.jaguarusa.com/index.html>*
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to