Open frspp opened 1 year ago
Example "senddemo" does not tell how to use send - what are the values. Is it send(decimal, bits)?
senddemo
/* Send decimal code */ mySwitch.send(5393, 24);
confirmed in docs https://github.com/sui77/rc-switch/wiki/HowTo_Send
Format is: send(decimal, bits);
Example "senddemo" does not tell how to use send - what are the values. Is it send(decimal, bits)?
senddemo