feat: tracker location based on multiple location providers #5

Merged
localhorst merged 19 commits from feature/ttn-location-algo into main 2025-01-02 14:57:34 +01:00
Showing only changes of commit 718e093d3d - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@ Location.init(
type: DataTypes.NUMBER, type: DataTypes.NUMBER,
allowNull: true, allowNull: true,
}, },
ttn_gw__longitude: { ttn_gw_longitude: {
type: DataTypes.NUMBER, type: DataTypes.NUMBER,
allowNull: true, allowNull: true,
}, },