forgot param in example

This commit is contained in:
Domeniko Gentner 2020-12-04 10:10:21 +01:00
parent 7d068991cf
commit c2e11b779e

View File

@ -36,7 +36,7 @@ function labertasche_callback(state)
// Callback for initiating and cancelling replies. // Callback for initiating and cancelling replies.
// Posstible message: 'on' and 'off' // Posstible message: 'on' and 'off'
function labertasche_reply_callback() function labertasche_reply_callback(state)
{ {
if (state === "on"){ if (state === "on"){
} }