About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- 指定した赤外線コマンドを機器に送信。【注意】このアクションは、メンテナンス用として残されているものです。将来予告なしに削除される予定です。 ご使用される場合は、お客様の自己責任でお使いください。 また、使用方法や設定値についてのご質問には回答できません。 サポート外であることを予めご了承ください。
- API endpoint slug
- Ratoc_remocon.irsend
- Filter code method
- RatocRemocon.irsend.skip(string?: reason)
- Runtime method
- runAction("Ratoc_remocon.irsend", {})
Action fields
Remoconaddress Dropdown list
- Label
- リモコン指定
- Helper text
- 赤外線を出力するリモコンを選択
- Slug
- remoconaddress
- Required
- true
- Can have default value
- false
Ir format Dropdown list
- Label
- 赤外線データフォーマット
- Helper text
- ソニーは1を指定、その他は0を選択
- Slug
- ir_format
- Required
- true
- Can have default value
- true
- Filter code method
- RatocRemocon.irsend.setIrFormat(string: irFormat)
Ircode Text input > Other
- Label
- 赤外線データ
- Helper text
- 赤外線データを16進数で指定
- Slug
- ircode
- Required
- true
- Can have default value
- true
- Filter code method
- RatocRemocon.irsend.setIrcode(string: ircode)