Closed bebelhub closed 8 years ago
Hi,
There is the same issue at line 495.
should be: $request = $client->getClient()->createRequest('GET', get_url(Config::get('iss-domo.domoticz_url'), "json.htm?type=command¶m={$actionName}&idx={$deviceId}&switchcmd=$actionParam")); instead of:
$request = $client->getClient()->createRequest('GET', get_url(Config::get('iss-domo.domoticz_url'), "json.htm?type=command¶m={$actionName}&idx={$deviceId}&switchcmd=$actionParam"));
$request = $client->getClient()->createRequest('GET', get_url(Config::get('iss-domo.domoticz_url'), "json.htm?type=command¶m={$actionName}&idx={$deviceId}}&switchcmd=$actionParam"));
Regards Bebel
Hi,
There is the same issue at line 495.
should be:
$request = $client->getClient()->createRequest('GET', get_url(Config::get('iss-domo.domoticz_url'), "json.htm?type=command¶m={$actionName}&idx={$deviceId}&switchcmd=$actionParam"));
instead of:$request = $client->getClient()->createRequest('GET', get_url(Config::get('iss-domo.domoticz_url'), "json.htm?type=command¶m={$actionName}&idx={$deviceId}}&switchcmd=$actionParam"));
Regards Bebel