Samsung / SamsungAutomationStudio

Samsung Automation Studio is to provide development tools and execution environment that can easily configure application logic by connecting both Samsung service and 3rd party service. This project is to share the node for open source NodeRED developed by Samsung Automation Studio team to the community. If you are using nodered, you can easily install the node we provide. And you can use Samsung's IoT and AI-related services more easily, and you can have an extended experience in conjunction with your own services.
Apache License 2.0
56 stars 29 forks source link

Suggest to change to standard config nodes #3

Open crxporter opened 3 years ago

crxporter commented 3 years ago

I’ve noticed your “device profile” and “installed device” nodes don’t have inputs or outputs. While they work well, it would make more sense to have these nodes be “configuration nodes” as is typical in the nodered environment.

I’ve just started using the plugin, it works great so far! Thanks!

dplaya-min commented 3 years ago

Thank you for your interest.

Initially, we used a "configuration nodes". However, we determined that expressing the device information as an individual node is more intuitive to use. In fact, it was intentionally modified for NodeRED cloud service (https://sasm.developer.samsung.com).

Your opinion is right. We agree to follow the basic idea of NodeRED. Following your opinion, we will reconsider to use the "configuration nodes".

Thanks for the good comment.