param.cgi?cmd=gethkattr
hk_enable
: Enable Homekit Support [1, 0]
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethkattr
cmd="gethkattr";
hk_enable="0";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gethkattr&user=admin&pwd=instar
cmd="gethkattr";
hk_enable="0";
response="200";
param.cgi?cmd=gethklog
- Return the Homekit log file for debugging
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethklog
GET: http://192.168.2.168/param.cgi?cmd=gethklog&user=admin&pwd=instar
param.cgi?cmd=gethkid
hk_payload
: Homekit Payloadhk_pincode
: Homekit Pin
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=gethkid
cmd="gethkid";
hk_payload="X-HM://0000000000000";
hk_pincode="000-00-000";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=gethkid&user=admin&pwd=instar
cmd="gethkid";
hk_payload="X-HM://0000000000000";
hk_pincode="000-00-000";
response="200";
param.cgi?cmd=resethk
Reset your Homekit Pin
Example
GET: http://admin:instar@192.168.2.168/param.cgi?cmd=resethk
cmd="resethk";
response="200";
GET: http://192.168.2.168/param.cgi?cmd=resethk&user=admin&pwd=instar
cmd="resethk";
response="200";