refacto: rename app into backend, to prepare for frontend dev
This commit is contained in:
parent
017092040d
commit
e605bf8603
32 changed files with 2 additions and 2 deletions
6
server/backend/domain/entities/uplink_event.py
Normal file
6
server/backend/domain/entities/uplink_event.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class UplinkEvent:
|
||||
dev_eui: str
|
||||
pulse_count: int
|
||||
Loading…
Add table
Add a link
Reference in a new issue