× Use Easybots Studio to download and use the bots from this app

App

Philips Hue App

Free

Description

Control your Philips Hue Lights from your Easybot' solutions. Each light is a bot that can interact with other bots in your system. Visualize the temperature or the pollution outside by changing the colors of your Hue Lights..

Author

Easybots Devs

Version

1.0.30.0

Available bots in this app

HueColorUtilities
Actions
GetRGBFromHex

Inputs

  • hex : Int32

Returns

  • R : Int32
  • G : Int32
  • B : Int32
GetHexFromRGB

Inputs

  • R : Int32
  • G : Int32
  • B : Int32

Returns

  • hex : Int32
GetHSBFromRGB

Inputs

  • R : Int32
  • G : Int32
  • B : Int32

Returns

  • hue : Int32
  • saturation : Int32
  • brightness : Int32
GetHSBFromHex

Inputs

  • hexColor : String

Returns

  • hue : Int32
  • saturation : Int32
  • brightness : Int32
AffineTransformToHueColorCircle

Inputs

  • Value : Int32
  • ValueMin : Int32
  • ValueMax : Int32
  • FromColorHex : String
  • ToColorHex : String
  • ClampValue : Boolean
  • Clockwise : Boolean

Returns

  • return : Int32
GetHexColorFromHSB

Inputs

  • hue : Int32
  • saturation : Int32
  • brightness : Int32

Returns

  • hex : Int32
LightBot
Actions
On

Inputs

Returns

Off

Inputs

Returns

ToggleOnOff

Inputs

Returns

RandomColor

Inputs

Returns

SetRGBColor

Inputs

  • R : Int32
  • G : Int32
  • B : Int32

Returns

SetHexColor

Inputs

  • hex value : Int32

Returns

SetHueColor

Inputs

  • hue : Int32
  • saturation : Int32

Returns

SetBrightness

Inputs

  • brightness : Int32

Returns

Alert

Inputs

  • multiple : Boolean

Returns

IsOn

Inputs

Returns

  • return : Boolean
GetState

Inputs

Returns

  • DataModel : LightState
    • Brightness : Byte
    • ColorCoordinates : Double[]
    • ColorMode : String
    • ColorTemperature : Int32
    • Hue : Int32
    • IsOn : Boolean
    • Mode : String
    • Saturation : Int32