I’m almost finished writing my first device plugin for the Vera, but there are still some dangling threads in my understanding.
Where is the proper place to put an eventList?
From all the examples I’ve looked at, the eventList that appears in the json file looks identical to the in the xml definition file. Based on some preliminary testing, it looks like only the the eventList in the json file is absolutely necessary.
Is this apparent redundancy an artifact of a past or upcoming API transition? Are the eventLists in the json vs xml feeding different parts of the framework? Some other explanation?