powersync-plugins-modbus/libnymea-sunspec/tools/models/smdx/smdx_00305.xml

51 lines
1.8 KiB
XML

<sunSpecModels v="1">
<!-- 305: Location Model -->
<model id="305" len="36" name="location">
<block len="36">
<point id="Tm" offset="0" type="string" len="6" units="hhmmss.sssZ" mandatory="false"/>
<point id="Date" offset="6" type="string" len="4" units="YYYYMMDD" mandatory="false"/>
<point id="Loc" offset="10" type="string" len="20" units="text" mandatory="false"/>
<point id="Lat" offset="30" type="int32" sf="-7" units="Degrees" mandatory="false"/>
<point id="Long" offset="32" type="int32" sf="-7" units="Degrees" mandatory="false"/>
<point id="Alt" offset="34" type="int32" units="meters" mandatory="false"/>
</block>
</model>
<strings id="305" locale="en">
<model>
<label>GPS</label>
<description>Include to support location measurements</description>
<notes></notes>
</model>
<point id="Tm">
<label>Tm</label>
<description>UTC 24 hour time stamp to millisecond hhmmss.sssZ format</description>
<notes></notes>
</point>
<point id="Date">
<label>Date</label>
<description>UTC Date string YYYYMMDD format</description>
<notes></notes>
</point>
<point id="Loc">
<label>Location</label>
<description>Location string (40 chars max)</description>
<notes></notes>
</point>
<point id="Lat">
<label>Lat</label>
<description>Latitude with seven degrees of precision</description>
<notes></notes>
</point>
<point id="Long">
<label>Long</label>
<description>Longitude with seven degrees of precision</description>
<notes></notes>
</point>
<point id="Alt">
<label>Altitude</label>
<description>Altitude measurement in meters</description>
<notes></notes>
</point>
</strings>
</sunSpecModels>