@@ -186,9 +186,9 @@ public class ShellyThingCreator {
186
186
public static final String THING_TYPE_SHELLYPLUSWALLDISPLAY_STR = "shellywalldisplay" ;
187
187
188
188
// Shelly Plus Mini Series
189
- public static final String THING_TYPE_SHELLYMINI1_STR = "shelly1mini" ;
190
- public static final String THING_TYPE_SHELLYMINIPM_STR = "shellypmmini" ;
191
- public static final String THING_TYPE_SHELLYMINI1PM_STR = "shelly1pmmini" ;
189
+ public static final String THING_TYPE_SHELLY1MINI_STR = "shelly1mini" ;
190
+ public static final String THING_TYPE_SHELLYPMMINI_STR = "shellypmmini" ;
191
+ public static final String THING_TYPE_SHELLY1PMMINI_STR = "shelly1pmmini" ;
192
192
193
193
// Shelly Pro Series
194
194
public static final String THING_TYPE_SHELLYPRO1_STR = "shellypro1" ;
@@ -301,11 +301,11 @@ public class ShellyThingCreator {
301
301
THING_TYPE_SHELLYPLUSWALLDISPLAY_STR );
302
302
303
303
// Shelly Plus Mini Series
304
- public static final ThingTypeUID THING_TYPE_SHELLYMINI1 = new ThingTypeUID (BINDING_ID , THING_TYPE_SHELLYMINI1_STR );
305
- public static final ThingTypeUID THING_TYPE_SHELLYMINIPM = new ThingTypeUID (BINDING_ID ,
306
- THING_TYPE_SHELLYMINIPM_STR );
307
- public static final ThingTypeUID THING_TYPE_SHELLYMINI1PM = new ThingTypeUID (BINDING_ID ,
308
- THING_TYPE_SHELLYMINI1PM_STR );
304
+ public static final ThingTypeUID THING_TYPE_SHELLY1MINI = new ThingTypeUID (BINDING_ID , THING_TYPE_SHELLY1MINI_STR );
305
+ public static final ThingTypeUID THING_TYPE_SHELLYPMMINI = new ThingTypeUID (BINDING_ID ,
306
+ THING_TYPE_SHELLYPMMINI_STR );
307
+ public static final ThingTypeUID THING_TYPE_SHELLY1PMMINI = new ThingTypeUID (BINDING_ID ,
308
+ THING_TYPE_SHELLY1PMMINI_STR );
309
309
310
310
// Shelly Pro
311
311
public static final ThingTypeUID THING_TYPE_SHELLYPRO1 = new ThingTypeUID (BINDING_ID , THING_TYPE_SHELLYPRO1_STR );
@@ -386,12 +386,12 @@ public class ShellyThingCreator {
386
386
THING_TYPE_MAPPING .put (SHELLYDT_PLUSDIMMER10V , THING_TYPE_SHELLYPLUSDIMMER10V_STR );
387
387
388
388
// Plus Mini Series
389
- THING_TYPE_MAPPING .put (SHELLYDT_MINI1 , THING_TYPE_SHELLYMINI1_STR );
390
- THING_TYPE_MAPPING .put (SHELLYDT_MINIPM , THING_TYPE_SHELLYMINIPM_STR );
391
- THING_TYPE_MAPPING .put (SHELLYDT_MINI1PM , THING_TYPE_SHELLYMINI1PM_STR );
392
- THING_TYPE_MAPPING .put (SHELLYDT_MINI1G3_1 , THING_TYPE_SHELLYMINI1_STR );
393
- THING_TYPE_MAPPING .put (SHELLYDT_MINIG3_PM , THING_TYPE_SHELLYMINIPM_STR );
394
- THING_TYPE_MAPPING .put (SHELLYDT_MINIG3_1PM , THING_TYPE_SHELLYMINI1PM_STR );
389
+ THING_TYPE_MAPPING .put (SHELLYDT_MINI1 , THING_TYPE_SHELLY1MINI_STR );
390
+ THING_TYPE_MAPPING .put (SHELLYDT_MINIPM , THING_TYPE_SHELLYPMMINI_STR );
391
+ THING_TYPE_MAPPING .put (SHELLYDT_MINI1PM , THING_TYPE_SHELLY1PMMINI_STR );
392
+ THING_TYPE_MAPPING .put (SHELLYDT_MINI1G3_1 , THING_TYPE_SHELLY1MINI_STR );
393
+ THING_TYPE_MAPPING .put (SHELLYDT_MINIG3_PM , THING_TYPE_SHELLYPMMINI_STR );
394
+ THING_TYPE_MAPPING .put (SHELLYDT_MINIG3_1PM , THING_TYPE_SHELLY1PMMINI_STR );
395
395
396
396
// Pro Series
397
397
THING_TYPE_MAPPING .put (SHELLYDT_PRO1 , THING_TYPE_SHELLYPRO1_STR );
@@ -473,9 +473,9 @@ public class ShellyThingCreator {
473
473
474
474
THING_TYPE_MAPPING .put (THING_TYPE_SHELLYPLUSWALLDISPLAY_STR , THING_TYPE_SHELLYPLUSWALLDISPLAY_STR );
475
475
476
- THING_TYPE_MAPPING .put (THING_TYPE_SHELLYMINI1_STR , THING_TYPE_SHELLYMINI1_STR );
477
- THING_TYPE_MAPPING .put (THING_TYPE_SHELLYMINIPM_STR , THING_TYPE_SHELLYMINIPM_STR );
478
- THING_TYPE_MAPPING .put (THING_TYPE_SHELLYMINI1PM_STR , THING_TYPE_SHELLYMINI1PM_STR );
476
+ THING_TYPE_MAPPING .put (THING_TYPE_SHELLY1MINI_STR , THING_TYPE_SHELLY1MINI_STR );
477
+ THING_TYPE_MAPPING .put (THING_TYPE_SHELLYPMMINI_STR , THING_TYPE_SHELLYPMMINI_STR );
478
+ THING_TYPE_MAPPING .put (THING_TYPE_SHELLY1PMMINI_STR , THING_TYPE_SHELLY1PMMINI_STR );
479
479
480
480
THING_TYPE_MAPPING .put (THING_TYPE_SHELLYPRO1_STR , THING_TYPE_SHELLYPRO1_STR );
481
481
THING_TYPE_MAPPING .put (THING_TYPE_SHELLYPRO1PM_STR , THING_TYPE_SHELLYPRO1PM_STR );
0 commit comments