Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,11 @@ zigbeeManufacturer:
manufacturer: IKEA of Sweden
model: "TRADFRI control outlet"
deviceProfileName: basic-switch
- id: IKEA/INSPELNING Smart plug
deviceLabel: INSPELNING Smart plug
manufacturer: IKEA of Sweden
model: "INSPELNING Smart plug"
deviceProfileName: switch-power-energy
- id: MEGAMAN/BSZTM005
deviceLabel: INGENIUM Switch
manufacturer: MEGAMAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ return {
{ mfr = "SALUS", model = "SX885ZB" },
{ mfr = "AduroSmart Eria", model = "AD-SmartPlug3001" },
{ mfr = "AduroSmart Eria", model = "BPU3" },
{ mfr = "AduroSmart Eria", model = "BDP3001" }
{ mfr = "AduroSmart Eria", model = "BDP3001" },
{ mfr = "IKEA of Sweden", model = "INSPELNING Smart plug" }
}
Loading