Nice one!
I will add your plugin to the main SIP plugin repo.
I ordered a waveshare RPi Relay Board (B) so I can try it out.
Dan
P.S.
There was a bug in waveshare_relay_board.py line 188:
I changed it to:
I will add your plugin to the main SIP plugin repo.
I ordered a waveshare RPi Relay Board (B) so I can try it out.
Dan
P.S.
There was a bug in waveshare_relay_board.py line 188:
Code:
return template_render.relay_board(params)
Code:
return template_render.waveshare_relay_board(params)
<p><br></p>