Skip to content

Commit

Permalink
Icon for different wi-fi
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Feb 27, 2024
1 parent 628b3c8 commit 6eeb840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ touch .env

Fill your values in .env-file (`nano .env` etc.):
```text
WIFI_NAME=human_name_for_message
WIFI_NAME=🏠 Home Wi-Fi
WIFI_HOST=https://yourdomain.keenetic.pro
WIFI_LOGIN=admin
WIFI_PASSWORD=password
Expand Down
2 changes: 1 addition & 1 deletion wifi_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def compare_states(old, new):
message += f'🔴 {old[rc]}%0A'

if len(message):
message = f'📶 {WIFI_NAME}:%0A' + message
message = f'{WIFI_NAME}:%0A' + message
return message


Expand Down

0 comments on commit 6eeb840

Please sign in to comment.