+CLCK command returns ERROR

The password (PIN) argument needs to be enclosed in double quotes or the -H4 devices will return ERROR. Current documentation does not explicitly state this and the example provided is not correct.

AT+CLCK="SC",1,1234 will fail
AT+CLCK="SC",1,"1234" works