Skip to content

Commit

Permalink
RunKeeper API supports the "equipment" field now, so I can set activites
Browse files Browse the repository at this point in the history
to "Rowing Machine" instead of "None"
  • Loading branch information
nugget committed Oct 18, 2012
1 parent 947fdc5 commit 4a43846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ergkeeper/runkeeper.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ proc runkeeper_post_activity {id} {
set yo [yajl create #auto]
$yo map_open
$yo string start_time string [clock format [clock scan $buf(start_time)] -format "%a, %d %b %Y %H:%M:%S"]
$yo string equipment "Row Machine"
foreach f {type notes} {
$yo string $f string $buf($f)
}
Expand Down

0 comments on commit 4a43846

Please sign in to comment.