first commit

This commit is contained in:
2023-04-17 02:49:07 +02:00
commit d42dbf7b6d
11 changed files with 399 additions and 0 deletions

16
config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"printers": [
{
"ip": "192.168.1.2",
"serial_num": "08HRB8GJ5E01R8W",
"dynamic_ip": true,
"toner": true,
"drum": true,
"tray": true,
"alert_levels": [50, 20, 5]
}
],
"update_interval": 600000,
"telegram_bot_token": "",
"telegram_user_id": 135
}