From 9dc413bece61a3a1df373765b3b9082f9328381b Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Sun, 27 Sep 2020 16:27:26 +0200 Subject: [PATCH] Command-API: moved accountId to domainId to comply with Alert-processor format Signed-off-by: Marcel Wagner --- public-interface/engine/api/v1/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-interface/engine/api/v1/commands.js b/public-interface/engine/api/v1/commands.js index 2463ea66..0507445a 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,