debug
This commit is contained in:
@@ -9,6 +9,17 @@ class Provision extends BaseController
|
|||||||
|
|
||||||
public function prepareProvision(): string
|
public function prepareProvision(): string
|
||||||
{
|
{
|
||||||
|
|
||||||
|
//http://10.10.10.13:5006/broadcast/provisioning?product_uid=bea86662-adb3-4c09-816b-014f450d9713&provision_action=Auto%20Configuration%20Started
|
||||||
|
|
||||||
|
// TELL THE SOCKET TO REFRESH PAGE
|
||||||
|
$data["product_uid"] = "bea86662-adb3-4c09-816b-014f450d9713";
|
||||||
|
$data["provision_action"] = "Auto%20Configuration%20Started";
|
||||||
|
$SOCKET_SERVER_LOCATION = $_ENV['SOCKET_SERVER_LOCATION'];
|
||||||
|
log_message('critical', "TEST TEST ***** ***** Provision :: Action To :: ".$SOCKET_SERVER_LOCATION .'/broadcast/provisioning');
|
||||||
|
$this->APIcall("GET", $SOCKET_SERVER_LOCATION .'/broadcast/provisioning', $data);
|
||||||
|
|
||||||
|
|
||||||
log_message('critical', "***** ***** prepareProvision :: Starting Port Allocation ");
|
log_message('critical', "***** ***** prepareProvision :: Starting Port Allocation ");
|
||||||
$this->allocatePortNo(); // allocte port for the conyainer use
|
$this->allocatePortNo(); // allocte port for the conyainer use
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user