Added Scanner identification and MQTT handling

This commit is contained in:
2022-04-13 15:43:20 +02:00
parent 4da41fe1cd
commit 4b7234fa68
18 changed files with 595 additions and 76 deletions

View File

@@ -1,3 +1,4 @@
from django.contrib import admin
from .models import Scanner
# Register your models here.
admin.site.register(Scanner)