mimmi20/browser-detector

View on GitHub
data/devices/nintendo/tv-console.json

Summary

Maintainability
Test Coverage
{
  "nintendo wii": {
    "deviceName": "Wii",
    "marketingName": "Wii",
    "manufacturer": "nintendo",
    "brand": "nintendo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "tv-console",
    "platform": null
  },
  "nintendo wiiu": {
    "deviceName": "WiiU",
    "marketingName": "WiiU",
    "manufacturer": "nintendo",
    "brand": "nintendo",
    "dualOrientation": null,
    "simCount": null,
    "display": {
      "width": null,
      "height": null,
      "touch": false,
      "size": null
    },
    "type": "tv-console",
    "platform": null
  }
}