mimmi20/browser-detector

View on GitHub
data/devices/motorola/watch.json

Summary

Maintainability
Test Coverage
{
  "motorola f100": {
    "deviceName": "F100",
    "marketingName": "F100",
    "manufacturer": "motorola",
    "brand": "motorola",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": true,
      "size": null
    },
    "type": "watch",
    "platform": null
  },
  "motorola moto 360": {
    "deviceName": "Moto 360",
    "marketingName": "Moto 360 (1st Gen)",
    "manufacturer": "motorola",
    "brand": "motorola",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 320,
      "height": 290,
      "touch": true,
      "size": 1.56
    },
    "type": "watch",
    "platform": null
  },
  "motorola motoactv": {
    "deviceName": "MOTOACTV",
    "marketingName": "MOTOACTV",
    "manufacturer": "motorola",
    "brand": "motorola",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": 220,
      "height": 176,
      "touch": true,
      "size": 1.6
    },
    "type": "watch",
    "platform": null
  }
}