Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property Month of IO type InPlageHoraire does not work #137

Closed
mifrey00 opened this issue Sep 21, 2017 · 0 comments
Closed

Property Month of IO type InPlageHoraire does not work #137

mifrey00 opened this issue Sep 21, 2017 · 0 comments

Comments

@mifrey00
Copy link

mifrey00 commented Sep 21, 2017

System: https://www.calaos.fr/download/experimental/calaos-os/raspberrypi/calaos-os-raspberrypi-v3.0-alpha5-0-gf476150-2017-08-15.tar.xz

The input is true whatever which months are selected.

Can be replicated with the input definition below that is always true although it should be always false.

<calaos:input months="000000000000" enabled="true" gui_type="time_range" id="input_87" io_type="input" name="Summer" type="InPlageHoraire" visible="false">
	<calaos:lundi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:lundi>
	<calaos:mardi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:mardi>
	<calaos:mercredi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:mercredi>
	<calaos:jeudi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:jeudi>
	<calaos:vendredi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:vendredi>
	<calaos:samedi>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:samedi>
	<calaos:dimanche>
		<calaos:plage start_hour="0" start_min="0" start_sec="0" start_type="0" start_offset="1" end_hour="23" end_min="59" end_sec="59" end_type="0" end_offset="1"/>
	</calaos:dimanche>
</calaos:input>
@raoulh raoulh closed this as completed in a7ed577 Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant