Fix object > data error in template.

Closes #39.
This commit is contained in:
Orne Brocaar 2022-09-10 12:42:01 +01:00
parent 62f981fefe
commit 0fc548d6b4

View File

@ -34,7 +34,7 @@ class CreateDeviceProfileTemplate extends Component<RouteComponentProps> {
// - data = Object representing the decoded payload.
function decodeUplink(input) {
return {
object: {
data: {
temp: 22.5
}
};