Skip to content

How to turn off/on a Shelly Pro 1? #141

Answered by windkh
Fr3d3rick83 asked this question in Q&A
Discussion options

You must be logged in to vote

@Fr3d3rick83
the Shelly Pro 1 is a gen 2 device. It should be something like


{
    method : 'Switch.Set'
	parameters : {
        id : 0,
        on : true,
        toggle_after : 2 // optional flip back time in seconds
    }
}

Replies: 1 comment

Comment options

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