Skip to content

Commit

Permalink
DDF change currently Gold status devices to Silver
Browse files Browse the repository at this point in the history
This is done so that they are not enabled by default. After more testing these can be set to Gold again.
  • Loading branch information
manup committed Dec 9, 2021
1 parent 515bff8 commit 39099c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion devices/dresden_elektronik/fls_pp3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"modelid": ["FLS-PP3", "FLS-PP3 White"],
"product": "FLS-PP lp",
"sleeper": false,
"status": "Gold",
"status": "Silver",
"subdevices": [
{
"type": "$TYPE_EXTENDED_COLOR_LIGHT",
Expand Down
2 changes: 1 addition & 1 deletion devices/immax/07048L_smart_plug.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"vendor": "Immax Neo",
"product": "07048L",
"sleeper": false,
"status": "Gold",
"status": "Silver",
"subdevices": [
{
"type": "$TYPE_SMART_PLUG",
Expand Down
2 changes: 1 addition & 1 deletion devices/innr/sp_120.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"modelid": "SP 120",
"product": "SP 120",
"sleeper": false,
"status": "Bronze",
"status": "Silver",
"path": "/devices/innr/sp_120.json",
"subdevices": [
{
Expand Down
2 changes: 1 addition & 1 deletion devices/philips/rwl02_dimmer_switch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"manufacturername": "$MF_PHILIPS",
"modelid": ["RWL021", "RWL021"],
"product": "Dimmer Switch 1. Gen EU/US",
"status": "Gold",
"status": "Silver",
"sleeper": true,
"md:known_issues": [ ],
"subdevices": [
Expand Down
2 changes: 1 addition & 1 deletion devices/philips/sml001_motion_sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"manufacturername": "$MF_PHILIPS",
"modelid": "SML001",
"product": "Motion Sensor 1. Gen (SML001)",
"status": "Gold",
"status": "Silver",
"sleeper": false,
"md:known_issues": [ ],
"subdevices": [
Expand Down
2 changes: 1 addition & 1 deletion devices/xiaomi/xiaomi_mccgq14lm_openclose_sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"vendor": "Xiaomi Aqara",
"product": "Open/close sensor MCCGQ14LM",
"sleeper": true,
"status": "Gold",
"status": "Silver",
"subdevices": [
{
"type": "$TYPE_OPEN_CLOSE_SENSOR",
Expand Down

0 comments on commit 39099c0

Please sign in to comment.