JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Enum Constants
Methods
Method
Description
io.github.zeroone3010.yahueapi.domain.LightDto.setCapabilities(Map<String, Object>)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setConfig(LightConfig)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setManufacturername(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setModelid(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setName(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setProductid(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setProductName(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setState(LightState)
This method does not actually affect the state of the light. Use the
Light.setState(State)
instead. Acquire these
Light
objects with the
Room.getLights()
and
Room.getLightByName(String)
methods.
io.github.zeroone3010.yahueapi.domain.LightDto.setSwconfigid(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setSwupdate(ComponentSoftwareUpdate)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setSwversion(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setType(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightDto.setUniqueid(String)
The properties of the light cannot be changed with this method.
io.github.zeroone3010.yahueapi.domain.LightState.setAlert(String)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setBrightness(int)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setColorMode(String)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setCt(int)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setEffect(String)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setHue(int)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setMode(String)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setOn(boolean)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setReachable(boolean)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setSaturation(int)
The state cannot be changed with this class. Use
State
instead.
io.github.zeroone3010.yahueapi.domain.LightState.setXy(List<Float>)
The state cannot be changed with this class. Use
State
instead.
Enum Constants
Enum Constant
Description
io.github.zeroone3010.yahueapi.LightType.ON_OFF