diff --git a/public-interface/engine/api/v1/commands.js b/public-interface/engine/api/v1/commands.js index 2463ea6..0507445 100644 --- a/public-interface/engine/api/v1/commands.js +++ b/public-interface/engine/api/v1/commands.js @@ -125,7 +125,7 @@ var command = function (accountId, commands, complexCommands, resultCallback) { type: MESSAGE_TYPE_COMMAND, transport: command.transport, content: { - accountId: accountId, + domainId: accountId, deviceUID: command.deviceUID, deviceId: command.deviceId, gatewayId: command.gatewayId,