From c25f4d193757c0de0e361b0281adf56daf9509c1 Mon Sep 17 00:00:00 2001 From: malle-pietje Date: Fri, 20 Oct 2017 09:25:59 +0200 Subject: [PATCH] Update disable_device.php --- examples/disable_device.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/disable_device.php b/examples/disable_device.php index f0cf0f9..af4561a 100755 --- a/examples/disable_device.php +++ b/examples/disable_device.php @@ -45,6 +45,6 @@ $disable_result = $unifi_connection->disable_ap($device_id, true); //$disable_result = $unifi_connection->disable_ap($device_id, false); /** - * provide feedback (the newly created voucher code, without the dash) in json format + * provide feedback in json format */ echo json_encode($disable_result, JSON_PRETTY_PRINT);