It looks like `device.identified` is an integer, not a boolean, as it says in the ReadMe. Is there any significance to the number? ``` "device": { "type": "gaming", "subtype": "console", "identified": 4, "generic": false, "hidden": false, "manufacturer": "Sony", "model": "PlayStation 4", "series": null, "carrier": null, "identifier": null }, ```