Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…#927 - Add Gen3 Mini Devices:"

This reverts commit ec72d89.
  • Loading branch information
BooosesThaSnipper committed Jan 28, 2024
1 parent ec72d89 commit 5c42185
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
15 changes: 0 additions & 15 deletions lib/datapoints.js
Expand Up @@ -58,9 +58,6 @@ const shellypmmini = require('./devices/gen2/shellypmmini').shellypmmini;
const shelly1mini = require('./devices/gen2/shelly1mini').shelly1mini;
const shelly1pmmini = require('./devices/gen2/shelly1pmmini').shelly1pmmini;
const shellywalldisplay = require('./devices/gen2/shellywalldisplay').shellywalldisplay;
const shellypmminig3 = require('./devices/gen2/shellypmminig3').shellypmminig3;
const shelly1minig3 = require('./devices/gen2/shelly1minig3').shelly1minig3;
const shelly1pmminig3 = require('./devices/gen2/shelly1pmminig3').shelly1pmminig3;

const devices = {
// Gen 1
Expand Down Expand Up @@ -116,9 +113,6 @@ const devices = {
shelly1mini,
shelly1pmmini,
shellywalldisplay,
shellypmminig3,
shelly1minig3,
shelly1pmminig3,
};

const deviceTypes = {
Expand Down Expand Up @@ -176,9 +170,6 @@ const deviceTypes = {
shelly1mini: ['shelly1mini'],
shelly1pmmini: ['shelly1pmmini'],
shellywalldisplay: ['ShellyWallDisplay'],
shellypmminig3: ['shellypmminig3'],
shelly1minig3: ['shelly1minig3'],
shelly1pmminig3: ['shelly1pmminig3']};
};

const deviceGen = {
Expand Down Expand Up @@ -235,9 +226,6 @@ const deviceGen = {
shelly1mini: 2,
shelly1pmmini: 2,
shellywalldisplay: 2,
shellypmminig3: 2,
shelly1minig3: 2,
shelly1pmminig3: 2,
};

// https://shelly.cloud/knowledge-base/devices/
Expand Down Expand Up @@ -295,9 +283,6 @@ const deviceKnowledgeBase = {
shelly1mini: 'https://kb.shelly.cloud/knowledge-base/shelly-plus-1-mini',
shelly1pmmini: 'https://kb.shelly.cloud/knowledge-base/shelly-plus-1pm-mini',
shellywalldisplay: 'https://kb.shelly.cloud/knowledge-base/shelly-wall-display',
shellypmminig3: 'https://kb.shelly.cloud/knowledge-base/shelly-pm-mini-gen3',
shelly1minig3: 'https://kb.shelly.cloud/knowledge-base/shelly-1-mini-gen3',
shelly1pmminig3: 'https://kb.shelly.cloud/knowledge-base/shelly-1pm-mini-gen3',
};

/**
Expand Down
20 changes: 0 additions & 20 deletions lib/devices/gen2/shelly1minig3.js

This file was deleted.

20 changes: 0 additions & 20 deletions lib/devices/gen2/shelly1pmminig3.js

This file was deleted.

19 changes: 0 additions & 19 deletions lib/devices/gen2/shellypmminig3.js

This file was deleted.

0 comments on commit 5c42185

Please sign in to comment.