*What is the difference in your config_example.json between a type: light and a type: switch ?
both seem to have similar functionality? Are they interchangeable or is there added functionality for 1 or the other that I haven't discovered?
So that would probably be a no... :)
Just grepped through your code and found this in Homepoint-master/main/fs/ConfigReader.cpp:
if (sceneType == "Light" || sceneType == "Switch")
*What is the difference in your config_example.json between a type: light and a type: switch ? both seem to have similar functionality? Are they interchangeable or is there added functionality for 1 or the other that I haven't discovered?