mimmi20/browser-detector

View on GitHub
data/devices/hyundai/tablet.json

Summary

Maintainability
Test Coverage
{
  "hyundai t10": {
    "deviceName": "T10",
    "marketingName": "T10",
    "manufacturer": "hyundai",
    "brand": "hyundai",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 10.1
    },
    "type": "tablet",
    "platform": "android"
  },
  "hyundai t7": {
    "deviceName": "T7",
    "marketingName": "T7",
    "manufacturer": "hyundai",
    "brand": "hyundai",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  },
  "hyundai t7s": {
    "deviceName": "T7S",
    "marketingName": "T7S",
    "manufacturer": "hyundai",
    "brand": "hyundai",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 1280,
      "height": 800,
      "touch": true,
      "size": 7
    },
    "type": "tablet",
    "platform": "android"
  }
}