irplus-remote / irplus-codes.github.io

Code updates for irplus
72 stars 45 forks source link

Codes for BRIO Train - IR 102 #629

Open Vaflan opened 11 months ago

Vaflan commented 11 months ago

Control BRIO Train - IR 102 for both channel A / B Here is video demo: https://www.youtube.com/watch?v=xrSN2cSOEis

BRIO.irpuls

<irplus>
 <device manufacturer="BRIO" model="IR 102" columns="12" format="WINLIRC_RAW" repeat="2">
  <button label="A" labelSize="25.0" span="5" backgroundColor="00000000"></button>
  <space multiple="2" />
  <button label="B" labelSize="25.0" span="5" backgroundColor="00000000"></button>

  <!-- Turbo Forward -->
  <button label="&#9195;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 1500 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500 500 500</button>
  <space multiple="2" />
  <button label="&#9195;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500 500 1500 500 500</button>

  <!-- Forward -->
  <button label="&#128316;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 1500 500 500 1500 1500 500 500 1500 1500 500 1500 500 500 1500 500</button>
  <space multiple="2" />
  <button label="&#128316;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 500 1500 1500 500 500 1500 1500 500 1500 550 1500 500 500 1500 500</button>

  <!-- Stop -->
  <button label="&#9210;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 1500 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500 500 1500</button>
  <space multiple="2" />
  <button label="&#9210;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500 500 1500 500 1500</button>

  <!-- Rear -->
  <button label="&#128317;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 1500 500 500 1500 1500 500 500 1500 1500 500 1500 500 500 1500 1500</button>
  <space multiple="2" />
  <button label="&#128317;" labelSize="25.0" span="5" backgroundColor="FF1E7854">6100 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500 500 500 1500 1500</button>

  <space multiple="12" />

  <!-- Light -->
  <button label="&#128161;" labelSize="25.0" span="5" backgroundColor="FFD6A81F">6100 500 1500 500 500 1500 1500 500 500 1500 500 1500 1500 500 1500 500 1500</button>
  <space multiple="2" />
  <button label="&#128161;" labelSize="25.0" span="5" backgroundColor="FFD6A81F">6100 500 500 1500 1500 500 500 1500 1500 500 500 1500 1500 500 1500 500 1500</button>

  <!-- Signal -->
  <button label="&#128266;" labelSize="25.0" span="5" backgroundColor="FFC84334">6100 500 1500 500 500 1500 1500 500 500 1500 1500 500 500 1500 1500 500 1500</button>
  <space multiple="2" />
  <button label="&#128266;" labelSize="25.0" span="5" backgroundColor="FFC84334">6100 500 500 1500 1500 500 500 1500 1500 500 1500 500 500 1500 1500 500 1500</button>
 </device>
</irplus>