mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 21:04:53 +00:00
Add ProductType enum and implement getDevicesInGetaway method
This commit is contained in:
8
libs/common/src/constants/permission-type.enum copy.ts
Normal file
8
libs/common/src/constants/permission-type.enum copy.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export enum ProductType {
|
||||
AC = 'AC',
|
||||
GW = 'GW',
|
||||
CPS = 'CPS',
|
||||
DL = 'DL',
|
||||
WPS = 'WPS',
|
||||
TH_G = '3G',
|
||||
}
|
||||
Reference in New Issue
Block a user