changes.
| | This is just a draft. It needs more work. |
| | |
| | {code:xml} |
| | <OTDataCollector> |
| | <dataGraph> |
| | <OTDataGraph> |
| | <graphables> |
| | <OTDataGraphable> |
| | <dataProducer>sensor data producer ...</dataProducer> |
| | <dataStore><OTDataStore/><dataStore> <!-- place for data to be stored for this graphable --> |
| | </OTDataGraphable> |
| | </graphables> |
| | </OTDataGraph> |
| | <dataGraph> |
| | <producers> |
| | <!-- these producers are the ones started when the start button is pushed on the graph --> |
| | <object refid=""/> <!-- points to data producer defined above --> |
| | </producers> |
| | {code} |