Homepoint icon indicating copy to clipboard operation
Homepoint copied to clipboard

Documentation question for config.json

Open ghosty-be opened this issue 4 years ago • 1 comments

*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?

ghosty-be avatar Mar 15 '21 22:03 ghosty-be

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")

ghosty-be avatar Mar 15 '21 23:03 ghosty-be