Merge pull request #857 from jimmyjames/fix-generic-tile

fix parse signature for generic multiattribute example tile
This commit is contained in:
Jim Anderson
2016-05-09 12:28:27 -05:00

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.
}