creating sensor model

This commit is contained in:
2024-03-18 00:08:48 +03:00
parent bca2745071
commit a453c8c10a
5 changed files with 56 additions and 6 deletions

View File

@@ -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,