From 233b4cc93270ceb177b2516e24bda022cd6a13fb Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 31 May 2023 23:33:55 +0200 Subject: [PATCH] Fix code --- docs/backend/api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/api-documentation.md b/docs/backend/api-documentation.md index c9a88ff8..3c2fd899 100644 --- a/docs/backend/api-documentation.md +++ b/docs/backend/api-documentation.md @@ -192,7 +192,7 @@ $privatekey = 109; // can be a number between 100 and 111 The web platform is encrypted such that a meter can send or receive information from a webpage expect the API key used on the web page is same as the API key used on the firmware. The API key is changeable as desired in the subscribe.php under web software. The image is shown below. -```php +```php-inline $api_key_value = "tPmAT5Ab3j7F9"; ```