irusb-adapter/manifest.json

20 lines
597 B
JSON
Raw Permalink Normal View History

2021-07-17 02:41:16 +02:00
{
"manifest_version": 1,
"id": "irusb-adapter",
"name": "IrUSB",
"short_name": "IrUSB",
2021-08-11 21:44:40 +02:00
"version": "1.0.1",
2021-07-17 02:41:16 +02:00
"description": "Adapter for Video Lan IrUSB devices (Android TV, nVidia Shield with an adapter)",
"homepage_url": "https://git.humanoids.be/freaktechnik/irusb-adapter",
"license": "MIT",
"author": "Martin Giger",
"gateway_specific_settings": {
"webthings": {
"exec": "{nodeLoader} {path}",
"strict_min_version": "0.10.0",
"strict_max_version": "*",
"primary_type": "adapter"
}
}
}