|
453 | 453 | "title": "UART test", |
454 | 454 | "description": "Simple UART loopback test that sends periodic messages and prints received data." |
455 | 455 | }, |
| 456 | + { |
| 457 | + "fname": "the_pill/ys_irtm/ysirtm.shelly.js", |
| 458 | + "title": "YS-IRTM infrared UART library", |
| 459 | + "description": "UART protocol implementation for YS-IRTM to send and receive NEC IR codes." |
| 460 | + }, |
| 461 | + { |
| 462 | + "fname": "the_pill/ys_irtm/btn2ir.shelly.js", |
| 463 | + "title": "YS-IRTM button-to-IR example", |
| 464 | + "description": "Maps Shelly buttons and inputs to IR codes using YS-IRTM." |
| 465 | + }, |
| 466 | + { |
| 467 | + "fname": "the_pill/ys_irtm/ir2sw.shelly.js", |
| 468 | + "title": "YS-IRTM IR-to-switch example", |
| 469 | + "description": "Maps received IR codes to Shelly switch actions." |
| 470 | + }, |
| 471 | + { |
| 472 | + "fname": "the_pill/ys_irtm/ir_full.shelly.js", |
| 473 | + "title": "YS-IRTM advanced IR automation example", |
| 474 | + "description": "Bidirectional IR automation with scenes, HTTP calls, and switch integration." |
| 475 | + }, |
| 476 | + { |
| 477 | + "fname": "the_pill/ys_irtm/ir_learn.shelly.js", |
| 478 | + "title": "YS-IRTM IR learn mode", |
| 479 | + "description": "Captures and prints NEC IR codes for reuse in other scripts." |
| 480 | + }, |
| 481 | + { |
| 482 | + "fname": "the_pill/ys_irtm/tv_ir.shelly.js", |
| 483 | + "title": "YS-IRTM TV remote codes", |
| 484 | + "description": "Preconfigured NEC IR codes for common TV brands using YS-IRTM." |
| 485 | + }, |
456 | 486 | { |
457 | 487 | "fname": "weather-env/cover-control-weather.shelly.js", |
458 | 488 | "title": "Control a Shelly 2.5 (Gen1) depending on current cloud conditions", |
|
0 commit comments