Infrared
You can create Homey apps that use Infrared signals to control devices. This allows you to automate devices such as TVs and speakers that don't have "smart" capabilities.
Installation
npm install homey-rfdriverUsage
{
"name": { "en": "TV" },
"class": "tv",
"capabilities": ["onoff", "channel_up", "channel_down"],
"images": {
"small": "/drivers/my_driver/assets/images/small.jpg",
"large": "/drivers/my_driver/assets/images/large.jpg"
},
"infrared": {
"satelliteMode": true
},
"pair": [
{
"id": "rf_ir_remote_learn",
"navigation": { "next": "rf_ir_remote_add" },
"options": {
"title": { "en": "Pair your IR remote" },
"instruction": { "en": "Press next to pair your remote." }
}
},
{
"id": "rf_ir_remote_add"
}
]
}Signal definition
Classes
Prontohex
Properties
Attribute
Description
Remark
Commands
Last updated
Was this helpful?