fix parse signature for generic multiattribute example tile

This commit is contained in:
Jim Anderson
2016-05-05 15:36:08 -05:00
parent 36c0af82fe
commit 69ae9973da

View File

@@ -110,7 +110,7 @@ def installed() {
sendEvent(name: "multilineText", value: "Line 1 YES\nLine 2 YES\nLine 3 NO")
}
def parse() {
def parse(String description) {
// This is a simulated device. No incoming data to parse.
}