HomeSeer devices and events both have a "Amazon Alexa Discovery" checkbox.
At the Plugin API level for devices this checkbox setting is stored in the HsDevice.Misc bit encoded value, and is checked using the EMiscFlag.AmazonDiscoveryEnabled value.
But at the PlugIn API level, the EventData object is VERY different. Instead of the bit encoded Misc flag, it instead has a bunch of bool properties such as Flag_Do_Not_Log, Flag_Include_in_Powerfail, etc. But there is no Flag_xxx property related to Amazon Alexa Discovery.
Where is the setting of the Amazon Alexa Discovery checkbox stored for an event?
At the Plugin API level for devices this checkbox setting is stored in the HsDevice.Misc bit encoded value, and is checked using the EMiscFlag.AmazonDiscoveryEnabled value.
But at the PlugIn API level, the EventData object is VERY different. Instead of the bit encoded Misc flag, it instead has a bunch of bool properties such as Flag_Do_Not_Log, Flag_Include_in_Powerfail, etc. But there is no Flag_xxx property related to Amazon Alexa Discovery.
Where is the setting of the Amazon Alexa Discovery checkbox stored for an event?