|
|
@ -1773,7 +1773,7 @@ exports.masterConnectedSlaveList = async (req, reply) => {
|
|
|
|
|
|
|
|
|
|
|
|
const masterResponse = {
|
|
|
|
const masterResponse = {
|
|
|
|
...restMasterFields,
|
|
|
|
...restMasterFields,
|
|
|
|
masterHardwareId: masterHardwareId, // new field
|
|
|
|
hardwareId: masterHardwareId, // new field
|
|
|
|
isMaster: true,
|
|
|
|
isMaster: true,
|
|
|
|
tankLocation: tankDetails?.tankLocation || null,
|
|
|
|
tankLocation: tankDetails?.tankLocation || null,
|
|
|
|
product_status: master.product_status || 'pending',
|
|
|
|
product_status: master.product_status || 'pending',
|
|
|
|