[go: up one dir, main page]

Menu

Commit [r10]  Maximize  Restore  History

- Added a "unit" field to store the unit (ex : °C) in the sensor_type

- Updated the sql script for the unit.
- Made the graph and widget automatically update every minute. Delay is hard-coded right now. Will add something ine the conf file later.
- Fixed the sensor->getSensor_type method who didn't work.

wpierre 2012-10-25

changed /trunk/Ardamon/Database/ardamon.sql
added /trunk/Ardamon/get_widget.php
changed /trunk/Ardamon/index.php
changed /trunk/Ardamon/lib/models/base/class.base_model.inc.php
changed /trunk/Ardamon/lib/models/base/class.sensor_type_base.inc.php
changed /trunk/Ardamon/lib/models/class.Graph.inc.php
changed /trunk/Ardamon/lib/models/class.Widget.inc.php
changed /trunk/Ardamon/lib/models/class.sensor_type.inc.php
changed /trunk/Ardamon/sensor_type_manager.php