fix: remove mockup data
This commit is contained in:
@@ -20,10 +20,6 @@ export default abstract class QueryService {
|
||||
|
||||
const topic = `${query.merchantName}/${query.floorName}_${query.unitNumber}-${query.deviceName}-${query.roomName}-${query.deviceType}-S-${query.towerNumber}`
|
||||
|
||||
if (!['SAVY/L2_01-BL-LV-S-S-T1', 'SAVY/L2_01-L-LV-S-S-T1'].includes(topic)) {
|
||||
throw new Error('Unsupported device topic')
|
||||
}
|
||||
|
||||
const request = await sendQueryToThirdParty(topic)
|
||||
|
||||
if (request.status !== 200) {
|
||||
|
||||
Reference in New Issue
Block a user