Skip to content

Commit

Permalink
Fix API Message
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Aug 2, 2019
1 parent 0f90574 commit aa291a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v1/light/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const controller = {
const { value, duration } = req.body
const args = [Color(value + 'k', 'temperature'), { duration }]

controller.generic('changeColor', 'color changed to ' + value, args)(req, res)
controller.generic('changeColor', 'temperature changed to ' + value, args)(req, res)
}
}

Expand Down

0 comments on commit aa291a0

Please sign in to comment.