Skip to content

relay active low clicking on restart/boot #2183

Answered by duku602
duku602 asked this question in Q&A
Discussion options

You must be logged in to vote

I found the problem, I needed to add the following in the io array
"io":[ [[0],6], [[5,4,14,12],2,1,1], [[13],6,1] ],

so, the final script is

{ "c":{ "io":[ [[0],6], [[5,4,14,12],2,1,1], [[13],6,1] ], "b":[[0,5]], "u":1 }, "a":[ { "t":1, "s":5, "0":{"r":[[12,1]]}, "1":{"r":[[12,0]]}, "es": [ { "t":1, "s":5, "0":{"r":[[4,1]]}, "1":{"r":[[4,0]]} }, { "t":1, "s":5, "0":{"r":[[5,1]]}, "1":{"r":[[5,0]]} }, { "t":1, "s":5, "0":{"r":[[14,1]]}, "1":{"r":[[14,0]]} }, { "t":1, "s":5, "g0":[[13]], "g1":[[13,0]] }] } ] }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by duku602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant