Skip to content

Commit

Permalink
Modules/pluginModels.py: Add LIDL plug model A2
Browse files Browse the repository at this point in the history
Bought recently this plug with power consumption support from LIDL.
Add missing identifier to get it properly reporting power usage.

Signed-off-by: Arnaud Patard <[email protected]>
  • Loading branch information
thertp committed Nov 20, 2023
1 parent dd3e7cf commit c3b86db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/pluginModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def check_found_plugin_model( self, model, manufacturer_name=None, manufacturer_
'_TZ3000_amdymr7l', '_TZ3000_z1pnpsdo', '_TZ3000_ksw8qtmt', '_TZ3000_nzkqcvvs',
'_TZ3000_1h2x4akh', '_TZ3000_9vo5icau', '_TZ3000_cehuw1lw', '_TZ3000_ko6v90pg',
'_TZ3000_f1bapcit', '_TZ3000_cjrngdr3', '_TZ3000_zloso4jk', '_TZ3000_r6buo8ba',
'_TZ3000_iksasdbv', '_TZ3000_dd8wwzcy', '_TZ3000_hdopuwv6'],
'_TZ3000_iksasdbv', '_TZ3000_dd8wwzcy', '_TZ3000_hdopuwv6', '_TZ3000_ynmowqk2'],
"ManufId": [],
"PluginModelName": "TS011F-plug" },

Expand Down

0 comments on commit c3b86db

Please sign in to comment.