Skip to content

Commit

Permalink
Misscased metadata for deviceType
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeprag committed Nov 14, 2019
1 parent db933ab commit 82913dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telldus/src/telldus/Device.py
Expand Up @@ -145,7 +145,7 @@ def allParameters(self):
# parameters() must return a dict
params = {}

devicetype = self.metadata('devicetype', None)
devicetype = self.metadata('deviceType', None)
if devicetype is not None:
# Devicetype in metadata overrides the devicetype
params['devicetype'] = devicetype
Expand Down

0 comments on commit 82913dd

Please sign in to comment.