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

Windows are doors


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2252 b32b6428-25c9-4566-ad07-03861ab6144f
parent 2563b1e0
Branches
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@
if type_.startswith('co2meter.') : return 'co2meter'
if type_.startswith('motion.') : return 'motion'
if type_.startswith('door.') : return 'door'
if type_.startswith('window.') : return 'door'
return 'generic'
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment