irplus-remote / irplus-codes.github.io

Code updates for irplus
75 stars 47 forks source link

Can you please help me write a code that I can import #670

Open harshil1604 opened 3 months ago

harshil1604 commented 3 months ago

All IR Code are RC5 and have System = 29 Command = XX [ 0 – 63 ]. Below are raw IR codes for each key

All ON - 5000 0000 0000 0001 001D 0028 Where 1D Hex = 29 (System) and 28 Hex = 40 (Command)


IR Codes

All ON - 5000 0000 0000 0001 001D 0028

All OFF - 5000 0000 0000 0001 001D 0029

L0(-) - 5000 0000 0000 0001 001D 0010

L0 - 5000 0000 0000 0001 001D 0000

L0(+) - 5000 0000 0000 0001 001D 0008

L1 - 5000 0000 0000 0001 001D 0001 L2 - 5000 0000 0000 0001 001D 0002 L3 - 5000 0000 0000 0001 001D 0003 L4 - 5000 0000 0000 0001 001D 0004 L5 - 5000 0000 0000 0001 001D 0005

C1 [Open/Up] - 5000 0000 0000 0001 001D 000C C2 [Close / Dn] - 5000 0000 0000 0001 001D 0014

S1 - 5000 0000 0000 0001 001D 002A S2 - 5000 0000 0000 0001 001D 002B S3 - 5000 0000 0000 0001 001D 002C Screenshot_2024-06-19-15-19-22-48_6012fa4d4ddec268fc5c7112cbb265e7

harshil1604 commented 3 months ago

I would highly appreciate if anyone could help.