https://github.com/flipperdevices/irdb
Flipper IR database with device catalogs
https://github.com/flipperdevices/irdb
Last synced: 6 months ago
JSON representation
Flipper IR database with device catalogs
- Host: GitHub
- URL: https://github.com/flipperdevices/irdb
- Owner: flipperdevices
- License: mit
- Created: 2024-07-04T11:58:36.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-11T10:56:06.000Z (over 1 year ago)
- Last Synced: 2025-03-07T08:46:49.717Z (over 1 year ago)
- Homepage:
- Size: 22.5 MB
- Stars: 23
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRDB
## Contribute
For contribution guide see [IRDB Docs](./docs/index.md)
## Directory structure
```
database
└── categories
├── Air_Purifiers # Sample category of Air Purifiers
│ ├── .meta # Meta folder for this category
│ │ ├── icon.png
│ │ ├── icon.svg
│ │ └── manifest.json
│ └── Rovex # Sample folder for Rovex brand
│ └── RG57B_BGE # Sample folder for specific control model
│ ├── orders.json # Orders for configuring this remote
│ ├── RG57B_BGE.ir # Sample file with .ir content
│ └── vitalya_2007.ui.json # sample file with ui preset
├── Cameras
│ └── .meta
│ ├── icon.png
│ ├── icon.svg
│ └── manifest.json
├── Consoles
├── Fans
├── Toys
└── TVs
```