creating sensor model
This commit is contained in:
@@ -13,6 +13,8 @@ router.get(
|
||||
const { token, device_id, remote_name, remote_type, operating_type } =
|
||||
req.params;
|
||||
|
||||
console.log(req.params);
|
||||
|
||||
// Token Control Middleware
|
||||
const result = await DeviceSetController.set(
|
||||
token,
|
||||
|
||||
Reference in New Issue
Block a user