|
|
|
@ -1158,6 +1158,7 @@ fastify.post('/api/generateHardwareMasterId/:storeId', {
|
|
|
|
|
handler: storeController.generateHardwareMasterId,
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fastify.post('/api/getSensorByHardwareId/:storeId', {
|
|
|
|
|
schema: {
|
|
|
|
|
description: 'Fetch details of a specific sensor using hardwareId',
|
|
|
|
|