2024-12-15, 07:08 PM
You don't have to deal with KEY_ if you don't want just don't put it in the conf file as a number I pad mine so the have leading zeroes and the
Martin
Code:
.
digits=00$1
digital=${digits: -3}
irsend SEND_ONCE RNG-150 KEY_${digital:0:1}
irsend SEND_ONCE RNG-150 KEY_${digital:1:1}
irsend SEND_ONCE RNG-150 KEY_${digital:2:1} KEY_OK
Martin