added upgrade rule to handle value renaming issues

This commit is contained in:
Peli de Halleux 2017-03-15 09:24:59 -07:00
parent 4fa49bc31b
commit a9d8f8e5f7

View File

@ -64,6 +64,12 @@
"map": {
"device_get_acceleration": "device_acceleration"
}
},
{
"type": "blockValue",
"map": {
"device_print_message.message": "text"
}
}
]
},