Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed May 31, 2023
1 parent d570fcb commit 233b4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backend/api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```

Expand Down

0 comments on commit 233b4cc

Please sign in to comment.