We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546e494 + 5ae19b5 commit 7fcf0c1Copy full SHA for 7fcf0c1
tools/flash_shelly.sh
@@ -118,7 +118,7 @@ function shelly_model()
118
echo "Shelly1";;
119
SHSW-PM | switch1pm)
120
echo "Shelly1PM";;
121
- SHSW-2 | switch2)
+ SHSW-21 | switch2)
122
echo "Shelly2";;
123
SHSW-25 | switch25)
124
echo "Shelly25";;
@@ -138,7 +138,7 @@ function shelly_model()
138
switch1pm)
139
echo "SHSW-PM";;
140
switch2)
141
- echo "SHSW-2";;
+ echo "SHSW-21";;
142
switch25)
143
echo "SHSW-25";;
144
shelly-plug-s)
0 commit comments