File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export const DEVICE_PROVIDERS = {
5454 KEYINCODE : 'keyincode' ,
5555 DORMAKABA_AMBIANCE : 'dormakaba_ambiance' ,
5656 ULTRALOQ : 'ultraloq' ,
57+ DUSAW : 'dusaw' ,
5758 SIFELY : 'sifely' ,
5859 RING : 'ring' ,
5960 ICAL : 'ical' ,
@@ -114,6 +115,7 @@ export const PROVIDER_CATEGORY_MAP = {
114115 'keyincode' ,
115116 'sifely' ,
116117 'omnitec' ,
118+ 'dusaw' ,
117119 ] ,
118120
119121 consumer_smartlocks : [
@@ -132,6 +134,7 @@ export const PROVIDER_CATEGORY_MAP = {
132134 'ultraloq' ,
133135 'dormakaba_oracode' ,
134136 'korelock' ,
137+ 'dusaw' ,
135138 'keyincode' ,
136139 'sifely' ,
137140 ] ,
Original file line number Diff line number Diff line change @@ -17433,6 +17433,7 @@ const openapi: OpenAPISpec = {
1743317433 'keyincode',
1743417434 'dormakaba_ambiance',
1743517435 'ultraloq',
17436+ 'dusaw',
1743617437 'sifely',
1743717438 'ring',
1743817439 'ical',
@@ -52049,6 +52050,7 @@ const openapi: OpenAPISpec = {
5204952050 'keyincode',
5205052051 'dormakaba_ambiance',
5205152052 'ultraloq',
52053+ 'dusaw',
5205252054 'sifely',
5205352055 'ring',
5205452056 'ical',
Original file line number Diff line number Diff line change @@ -46527,6 +46527,7 @@ export type Routes = {
4652746527 | 'keyincode'
4652846528 | 'dormakaba_ambiance'
4652946529 | 'ultraloq'
46530+ | 'dusaw'
4653046531 | 'sifely'
4653146532 | 'ring'
4653246533 | 'ical'
@@ -52188,6 +52189,7 @@ export type Routes = {
5218852189 | 'keyincode'
5218952190 | 'dormakaba_ambiance'
5219052191 | 'ultraloq'
52192+ | 'dusaw'
5219152193 | 'sifely'
5219252194 | 'ring'
5219352195 | 'ical'
You can’t perform that action at this time.
0 commit comments