Author: buildbot Date: Fri Apr 17 08:18:45 2015 New Revision: 947989 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/raspberrypi.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/raspberrypi.html ============================================================================== --- websites/production/camel/content/raspberrypi.html (original) +++ websites/production/camel/content/raspberrypi.html Fri Apr 17 08:18:45 2015 @@ -99,7 +99,7 @@ raspberrypi:type:id[?options]]]></script <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[public RouteBuilder createRouteBuilder() throws Exception { return new RouteBuilder() { public void configure() { - from("rbpi://pin:1?mode=DIGITAL_INPUT&state=HIGH").id("rbpi-route").to("rbpi://pin:2?&action=TOGGLE"); + from("raspberrypi://pin/1?mode=DIGITAL_INPUT&state=HIGH").id("rbpi-route").to("raspberrypi://pin/2?&action=TOGGLE"); } }; }]]></script>