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

v2.0.0 new field in the device configuration #31

Closed Maximus1 closed 4 years ago

Maximus1 commented 4 years ago

v2.0.0 (latest) Note - This version introduces a new field in the device configuration which will require a manual change to each device configuration.

what does this mean? I have a RM3 mini. What do i have to insert?

mlfunston commented 4 years ago

If you have one of the older devices that was working before, you just need to insert the default value in the new field in the config.

Maximus1 commented 4 years ago

what is the default value? it is empty and everything works. only node red is telling me the node is missconfugured. would be nice to have it without that notice.

mlfunston commented 4 years ago

The default value was in there as 272a. You just need to type that in or use the type from the discover.

mlfunston commented 4 years ago

Will change the default value behaviour here to add the default value and set it as a non required field.