changes in store

master^2
Varun 8 months ago
parent b91f381ca1
commit 590667d4d0

@ -250,7 +250,7 @@ const motorSwitchSensorInSchema = new mongoose.Schema({
const insensorsSchema = new mongoose.Schema({
storeId: { type: String },
hardwareId: { type: String },
hardwareId: { type: String ,default:null},
masterId: { type: String, default: null },
type: { type: String },
model: { type: String },

Loading…
Cancel
Save