Skip to content

Commit

Permalink
fix bad company path
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Oct 27, 2011
1 parent 13f135c commit d2aa1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop/assetmodel/station.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="ASCII"?>
<models xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://m2mop.net/schema/model/1.7/" xsi:schemaLocation="http://m2mop.net/schema/model/1.7/ http://m2mop.net/schema/model/model-1.7.xsd">
<asset-model customer-path="/Developer Program/eclipsecon2_company" model-name="EclipseConStationAsset">
<asset-model customer-path="/Developer Program/eclipsecon_company" model-name="EclipseConStationAsset">
<data>
<parameter name="temperature" type="double" access-rights="RO" label="Temperature" path="/" unit="&#xb0;C"/>
<parameter name="illuminance" type="double" access-rights="RO" label="Illuminance" path="/" unit="lux"/>
</data>
</asset-model>
</models>
</models>

0 comments on commit d2aa1ce

Please sign in to comment.