{
  "VTConfig" : {
    "title" : "F150 <2015",
    "revision": "1.0",
    "manufacturer" : [ "1FT" ],
    "modelCode" : [ "?F1??","?W1??","?X1??" ],
	"startyear" : [ "8" ],
	"endyear"   : [ "E" ],
    "messages" : [
      {
        "CANId"          : "0x340",
      	"CANIdMask"      : "0x7FF",
        "reportPeriodms" : 10000,
		"dataFieldMatch" : [ "0x0", "0x0", "0x0", "0x0", "0x0", "0x0", "0x0", "0x0" ],
      	"dataFieldMask"  : [ "0x0", "0x0", "0x0", "0x0", "0x0", "0x0", "0x0", "0x0" ],
      	"signals": [
      	  {
      	    "itemId"      : 59024,
			"name"        : "SeatBelt",
			"dataLocation": [ 6 ],
			"msbDiscard"  : 1,
			"lsbDiscard"  : 6,
			"datatype"    : "number",
			"multiplier"  : 1,
			"divider"     : 1,
			"offset"      : 0,
			"maxRawValue" : 1,
			"minRawValue" : 0
		  }
        ]
      },
      {
        "CANId"          : "0x430",
      	"CANIdMask"      : "0x7FF",
        "reportPeriodms" : 10000,
      	"signals": [
      	  {
      	    "itemId"      : 59010,
			"name"        : "Odometer",
			"dataLocation": [ 3, 4, 5 ],
			"msbDiscard"  : 0,
			"lsbDiscard"  : 0,
			"datatype"    : "number",
			"multiplier"  : 1000,
			"divider"     : 1,
			"offset"      : 0,
			"maxRawValue" : 16777215,
			"minRawValue" : 0
		  }
        ]
      }
      
    ]
  }
}
