diff --git a/src/config/urls.js b/src/config/urls.js index 87c9f45..3b0395a 100644 --- a/src/config/urls.js +++ b/src/config/urls.js @@ -46,6 +46,7 @@ export const ALARM_RESOLVE = (id) => `/v1/alarms/${id}/resolve` // Commands export const COMMANDS = '/v1/commands' +export const COMMAND = (id) => `/v1/commands/${id}` // Account export const ACCOUNT_PROFILE = '/v1/account/profile'