<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Soapbox Automation &#187; FluentDwelling</title>
	<atom:link href="http://soapboxautomation.com/category/fluentdwelling/feed/" rel="self" type="application/rss+xml" />
	<link>http://soapboxautomation.com</link>
	<description>Automation everywhere, for everyone</description>
	<lastBuildDate>Tue, 23 Oct 2012 01:15:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Control Insteon and X10 Devices From .NET</title>
		<link>http://soapboxautomation.com/fluentdwelling/control-insteon-and-x10-devices-from-net/</link>
		<comments>http://soapboxautomation.com/fluentdwelling/control-insteon-and-x10-devices-from-net/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 00:00:33 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[FluentDwelling]]></category>
		<category><![CDATA[fluentdwelling]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://soapboxautomation.com/?p=72</guid>
		<description><![CDATA[Have you ever wanted to control your lights and appliances from a .NET application? We&#8217;ve just released a new .NET library called FluentDwelling that makes it really easy to write a .NET application that interfaces with Insteon and X10 devices using a SmartHome 2413U: It&#8217;s designed to be really easy to use: It&#8217;s free and [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to control your lights and appliances from a .NET application?  We&#8217;ve just released a new .NET library called <a href="http://soapboxautomation.com/products/fluentdwelling/">FluentDwelling</a> that makes it really easy to write a .NET application that interfaces with Insteon and X10 devices using a SmartHome 2413U:</p>
<p><center><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=soapauto-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=B002XA8XNQ" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></center></p>
<p>It&#8217;s designed to be really easy to use:</p>
<pre class="brush: csharp; title: ; notranslate">
DeviceBase device;
if(powerlineModem.Network
    .TryConnectToDevice(&quot;55.55.55&quot;, out device))
{
    // support auto-discovery of device type:
    if(device is LightingControl)
    {
        var lightingControl = device as LightingControl;
        lightingControl.TurnOn();
    }
    else if(device is IrrigationControl)
    {
        var irrigationControl = device as IrrigationControl;
        irrigationControl.TurnOnSprinklerValve(3);
    }
}</pre>
<p>It&#8217;s free and open source!  <a href="http://soapboxautomation.com/products/fluentdwelling/">Go get FluentDwelling now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soapboxautomation.com/fluentdwelling/control-insteon-and-x10-devices-from-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
