Updated Node msg Conventions (markdown)

zobalogh 2014-12-10 03:46:02 -08:00
parent 1c30ab3d45
commit 003284de17
1 changed files with 4 additions and 4 deletions

@ -21,8 +21,8 @@ There are a few reserved properties within the structure of the msg objects bein
### For Fitness/activity based nodes/flows: ###
* ** msg.payload.duration** - Duration of the activity in **seconds**
* ** msg.payload.distance** - Distance of activity in **metres**
* ** msg.payload.calories** - Calories burned during activity in **kilocalories**
* ** msg.payload.starttime** - JavaScript Date object representing the start time of the activity
* **msg.payload.duration** - Duration of the activity in **seconds**
* **msg.payload.distance** - Distance of activity in **metres**
* **msg.payload.calories** - Calories burned during activity in **kilocalories**
* **msg.payload.starttime** - JavaScript Date object representing the start time of the activity