mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-24 05:04:10 +00:00
Merge pull request #441 from tpmanley/bugfix/arrival_readattr_events
arrival: Keep 'read attr' messages from being turned into events
This commit is contained in:
@@ -76,6 +76,8 @@ def parse(String description) {
|
|||||||
if (description?.startsWith('read attr -')) {
|
if (description?.startsWith('read attr -')) {
|
||||||
handleReportAttributeMessage(description)
|
handleReportAttributeMessage(description)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
private handleReportAttributeMessage(String description) {
|
private handleReportAttributeMessage(String description) {
|
||||||
|
|||||||
Reference in New Issue
Block a user