feat: reworked ttn webhook endpoint logic

This commit is contained in:
2025-01-03 02:01:55 +01:00
parent ffdb644700
commit 62847f569d
17 changed files with 273 additions and 356 deletions

View File

@ -30,15 +30,15 @@ WifiScan.init(
},
rssi: {
type: DataTypes.NUMBER,
allowNull: true,
allowNull: false,
},
latitude: {
type: DataTypes.NUMBER,
allowNull: true,
allowNull: false,
},
longitude: {
type: DataTypes.NUMBER,
allowNull: true,
allowNull: false,
},
created_at_utc: {
type: DataTypes.DATE,