Fix jwt-token
This commit is contained in:
@@ -22,21 +22,6 @@ module.exports = (sequelize) => {
|
||||
defaultValue: 'test-device-key',
|
||||
comment: 'Unique key of the sensor from heartbeat message'
|
||||
},
|
||||
signal_strength: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: true,
|
||||
comment: 'Signal strength at time of heartbeat'
|
||||
},
|
||||
battery_level: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: true,
|
||||
comment: 'Battery level percentage (0-100)'
|
||||
},
|
||||
temperature: {
|
||||
type: DataTypes.DECIMAL(4, 1),
|
||||
allowNull: true,
|
||||
comment: 'Device temperature in Celsius'
|
||||
},
|
||||
uptime: {
|
||||
type: DataTypes.BIGINT,
|
||||
allowNull: true,
|
||||
|
||||
Reference in New Issue
Block a user