Skip to content
Snippets Groups Projects
Commit b402dc71 authored by jkerdreu's avatar jkerdreu
Browse files

Fix temperature typo

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2530 b32b6428-25c9-4566-ad07-03861ab6144f
parent 4521af75
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ def main(addr):
dev.add_method('turn_off',off)
dev.add_method('default_set_brightness',dim)
# this is a simple dimmer w/ no white color settings.
dev.unsupported_methods = ['set_color_themperature']
dev.unsupported_attributes = ['color_themperature']
dev.unsupported_methods = ['set_color_temperature']
dev.unsupported_attributes = ['color_temperature']
eng = Engine()
eng.add_device(dev)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment