File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ export const DEVICE_PROVIDERS = {
5656 ULTRALOQ : 'ultraloq' ,
5757 DUSAW : 'dusaw' ,
5858 SIFELY : 'sifely' ,
59+ THIRTY_THREE_LOCK : 'thirty_three_lock' ,
5960 RING : 'ring' ,
6061 ICAL : 'ical' ,
6162 LODGIFY : 'lodgify' ,
@@ -116,6 +117,7 @@ export const PROVIDER_CATEGORY_MAP = {
116117 'sifely' ,
117118 'omnitec' ,
118119 'dusaw' ,
120+ 'thirty_three_lock' ,
119121 ] ,
120122
121123 consumer_smartlocks : [
@@ -137,6 +139,7 @@ export const PROVIDER_CATEGORY_MAP = {
137139 'dusaw' ,
138140 'keyincode' ,
139141 'sifely' ,
142+ 'thirty_three_lock' ,
140143 ] ,
141144
142145 beta : [ ] ,
Original file line number Diff line number Diff line change @@ -17565,6 +17565,7 @@ const openapi: OpenAPISpec = {
1756517565 'ultraloq',
1756617566 'dusaw',
1756717567 'sifely',
17568+ 'thirty_three_lock',
1756817569 'ring',
1756917570 'ical',
1757017571 'lodgify',
@@ -52252,6 +52253,7 @@ const openapi: OpenAPISpec = {
5225252253 'ultraloq',
5225352254 'dusaw',
5225452255 'sifely',
52256+ 'thirty_three_lock',
5225552257 'ring',
5225652258 'ical',
5225752259 'lodgify',
Original file line number Diff line number Diff line change @@ -46681,6 +46681,7 @@ export type Routes = {
4668146681 | 'ultraloq'
4668246682 | 'dusaw'
4668346683 | 'sifely'
46684+ | 'thirty_three_lock'
4668446685 | 'ring'
4668546686 | 'ical'
4668646687 | 'lodgify'
@@ -52427,6 +52428,7 @@ export type Routes = {
5242752428 | 'ultraloq'
5242852429 | 'dusaw'
5242952430 | 'sifely'
52431+ | 'thirty_three_lock'
5243052432 | 'ring'
5243152433 | 'ical'
5243252434 | 'lodgify'
You can’t perform that action at this time.
0 commit comments