Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

REST and a Slider

Featured Replies

So, I made a slider to control my insteon lights through ISY-99i's rest interface. I have the scale going from 0-255 and it works perfectly from 1-255.

 

My code is

192.168.50.100/rest/nodes/99999/cmd/DON/[value]

 

or using my http request:

 

Get /rest/nodes/99999/cmd/DON/[value] HTTP/1.1\x0D\x0AHost: 192.168.50.100\x0AAuthorization:Basic YWRtaW46YWRtaW4=\x0D\x0A\x0D\x0A

 

When the [value] is 0 the lights go to full on. It's easy to work around by setting my scale from 1-255 and having a off button but it would be nice if using 0 made the lights go to off.

 

You can see my slider here

 

http://deg01004.blogspot.com/

 

IMG_0010%5B1%5D

 

IMG_0011%5B1%5D

 

Is there anything i can do to fix this?

 

Thanks Shad

  • Author

Yeah,

 

I guess i could change my on level to 0 and work around it like that.

 

Thanks for the easy fix.

 

Shad

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.