follesoe / suunto-ambit-intervals

Application to generate Suunto Ambit Apps for interval training
http://ambitintervals.com/
24 stars 3 forks source link

RESULT MUST BE THE OUTPUT VARIABLE #10

Open AlexObukhoff opened 8 years ago

AlexObukhoff commented 8 years ago

Hi, While I try to save Duration app movescount talk to me "RESULT MUST BE THE OUTPUT VARIABLE." What am I doing wrong?

Also user 'Stamatis' talk: Hi there I've been waiting for something like that for a long time.I'm having trouble saving the Int Duration app though. I've followed the instructions given and when I press save I get the message "RESULT MUST BE THE OUTPUT VARIABLE".Any ideas?Thanks in advance and again congrats for your effort!

My trening: { "name": "Run Trening", "id": "7751273980829865", "description": "", "defaultDurationType": "Distance", "defaultTargetType": "Pace", "durationAlarm": true, "targetAlarm": true, "lightAlarm": true, "imperial": false, "steps": [ { "type": "WarmUp", "duration": { "type": "Time", "value": "10:00" }, "target": { "type": "HR", "from": 115, "to": 125 } }, { "type": "Interval", "duration": { "type": "Distance", "value": 8 }, "target": { "type": "HR", "from": 120, "to": 135 } }, { "type": "CoolDown", "duration": { "type": "Time", "value": "05:00" }, "target": { "type": "None" } } ] }

follesoe commented 8 years ago

Thanks for reporting this issue. I'll see if I can get around to investigating this some time during this week. I'll post a comment on the ambitintervals.com site as well as here on GitHub once resolved.