mlfunston / node-red-contrib-broadlink-control

Set of node-red nodes to manage the Broadlink home automation device suite
MIT License
44 stars 24 forks source link

SP2 and SP3 msg.payload values? #54

Closed S474N closed 3 years ago

S474N commented 3 years ago

Hi, what variables are available for mgs.payloads for Broadlink Outlets SP2 and SP3?

I tried to find them, but I didn't find anything. Thank you.

S474N commented 3 years ago

I'm sorry, it's in help :)

SP2 A node that allows you to manage your Broadlink SP2.

Choose an action, or install through msg.payload.action

Get Status msg.payload.action = 'getState'; Set Status

msg.payload.action = 'setState';
msg.payload.state = false;