Sample code: Weather station configuration

This sample code shows weather stations, but you can use it as a model for real-time pricing channels as well. This code only works with advanced configuration. It is not compatible with program-based configuration.

<ServicePoint ServicePointID="KSFO" Description="Weather Station: KSFO" CommodityType="Weather" TimeZone="PacificUS" TransformerPhase="Undefined">
	<TaskInfo TaskOperation="Add"/>
</ServicePoint>
<ServicePointChannel ChannelNumber="1" UOMShortCut="DEGF">
		<ServicePointLink ID="KSFO" EffectiveStartDate="1970-01- 01T00:00:00Z" EffectiveEndDate="2071-01-01T00:00:00Z"/>
		<TaskInfo TaskOperation="Add"/>
	</ServicePointChannel>
<ImportedChannel EffectiveStartDate="1970-01-01T00:00:00Z" EffectiveEndDate="2071-01-01T00:00:00Z" ChannelType="Interval" IntervalLength="60" RollingIntervalLength="60" DisplayCode="Undefined">
			<ServicePointChannelLink ID="KSFO:1" EffectiveStartDate="1970-01- 01T00:00:00Z" EffectiveEndDate="2071-01-01T00:00:00Z"/>
			<TaskInfo TaskOperation="Add"/>
</ImportedChannel>