mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Currently these DTHs return null when they parse a message that they don't have specific handling for. This ends up sending the message up to the cloud as an event, which prevented us from potentially parsing that message in the cloud. By instead returning an empty map we can instead send the message up to the cloud to be parsed there. This allows us to add handling in the cloud for new message without requiring and AppEngine deploy for them to work. This resolves: https://smartthings.atlassian.net/browse/DPROT-200