Author Topic: servos via static API  (Read 425 times)

whitehexagon

  • Full Member
  • ***
  • Posts: 118
    • SunshineApps
servos via static API
« on: September 03, 2010, 09:15:10 AM »
Is there a way to use the variable servo widgets via your static APIs?
Home Automation via a native iPhone application.  Search for HomeWatch in iTunes.

iobridge

  • Administrator
  • Hero Member
  • *****
  • Posts: 669
    • ioBridge Support
Re: servos via static API
« Reply #1 on: September 03, 2010, 11:11:42 AM »
Yes, create a variable servo widget and get it's ID and drop it in the following URL:

http://www.iobridge.com/widgets/static/id=[widgetID]&value=1500

This will pulse the servo at 1500us.

ioBridge Support
Community Team

whitehexagon

  • Full Member
  • ***
  • Posts: 118
    • SunshineApps
Re: servos via static API
« Reply #2 on: September 11, 2010, 11:43:20 AM »
works perfectly! thanks.
Home Automation via a native iPhone application.  Search for HomeWatch in iTunes.