module

Quartz::Signal::Infrared

Parser for Flipper Zero .ir infrared remote files. An .ir file contains a 2-line FFF header followed by N signal blocks. Each block starts with name: <...> and is either:

  • parsed: type: parsed + protocol: + address: + command:
  • raw: type: raw + frequency: + duty_cycle: + data:

DATA ONLY. No IR emission helpers here.

Class methods

load(path : String) : File
Source
parse(source : String | IO) : File
Source

Nested types