@TheoL said:
- MySensors node for switching on/of cheap 433Mhz based Power outlets from the Action
 - Author Theo Leloux
 - Created 05-09-2015
 - Version 0.1alpha
 
*/
ould you give me hint how to change this for a kaku tranmitter?
The one that uses this command:
  //Switch off KaKu-device 10 on address M
  kaKuSwitch.sendSignal('M',10,false);
  //Switch on KaKu-device 10 on address M
  kaKuSwitch.sendSignal('M',10,true);
        