Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteveyO/Hue-Emulator
/ functions
Functions
476 in github.com/SteveyO/Hue-Emulator
⨍
Functions
476
◇
Types & classes
53
↓ 3 callers
Method
setHue
(Integer hue)
src/com/hueemulator/model/PHLightState.java:120
↓ 3 callers
Method
setName
(String name)
src/com/hueemulator/model/PHLight.java:50
↓ 3 callers
Method
setOn
(Boolean on)
src/com/hueemulator/model/PHBody.java:51
↓ 3 callers
Method
setSat
(Integer sat)
src/com/hueemulator/model/PHLightState.java:89
↓ 2 callers
Method
addNewBulb
(boolean isLux)
src/com/hueemulator/emulator/Controller.java:275
↓ 2 callers
Method
checkPointInLampsReach
Method to see if the given XY value is within the reach of the lamps. @param point the point containing the X,Y value @param colorPoints
src/com/hueemulator/utils/PHUtilitiesHelper.java:260
↓ 2 callers
Method
colorPointsForModel
Retrieves color points from a given lamp model number @param model Model number of a lamp @return ArrayList<PointF> the List of color poin
src/com/hueemulator/utils/PHUtilitiesHelper.java:316
↓ 2 callers
Method
createContext
(PHBridgeConfiguration bridgeConfiguration, Controller controller)
src/com/hueemulator/server/Server.java:26
↓ 2 callers
Method
doDelete
(String url)
tests/com/hueemulator/emulator/HttpTester.java:98
↓ 2 callers
Method
end
()
src/org/json/JSONTokener.java:123
↓ 2 callers
Method
fixIfOutOfRange
(PointF xy, String model)
src/com/hueemulator/utils/PHUtilitiesHelper.java:110
↓ 2 callers
Method
generateRandomUsername
()
src/com/hueemulator/utils/Utils.java:164
↓ 2 callers
Method
getAbout
()
src/com/hueemulator/gui/View.java:99
↓ 2 callers
Method
getAddress
()
src/com/hueemulator/model/PHCommand.java:26
↓ 2 callers
Method
getBody
()
src/com/hueemulator/model/PHCommand.java:16
↓ 2 callers
Method
getBoolean
Get the boolean value associated with a key. @param key A key string. @return The truth. @throws JSONException if the value is
src/org/json/JSONObject.java:478
↓ 2 callers
Method
getChildSet
(Node node, String basePath)
tests/com/hueemulator/lighting/utils/TestUtils.java:161
↓ 2 callers
Method
getHelp
()
src/com/hueemulator/gui/View.java:107
↓ 2 callers
Method
getIncludeTime
()
src/com/hueemulator/gui/PropertiesFrame.java:41
↓ 2 callers
Method
getIpAddress
()
src/com/hueemulator/emulator/Controller.java:346
↓ 2 callers
Method
getLargeLightFrame
()
src/com/hueemulator/gui/HueMenuBar.java:337
↓ 2 callers
Method
getLightIdentifiers
()
src/com/hueemulator/model/PHGroupsEntry.java:40
↓ 2 callers
Method
getLightJSON
(PHLight light)
src/com/hueemulator/server/handlers/LightsAPI.java:72
↓ 2 callers
Method
getLights
()
src/com/hueemulator/model/PHBridgeConfiguration.java:25
↓ 2 callers
Method
getPropertiesFrame
()
src/com/hueemulator/gui/View.java:115
↓ 2 callers
Method
getScene
()
src/com/hueemulator/model/PHBody.java:66
↓ 2 callers
Method
getScenes
()
src/com/hueemulator/model/PHBridgeConfiguration.java:60
↓ 2 callers
Method
getSmallLightFrame
()
src/com/hueemulator/gui/HueMenuBar.java:345
↓ 2 callers
Method
getString
Get the string associated with a key. @param key A key string. @return A string which is the value. @throws JSONException if t
src/org/json/JSONObject.java:643
↓ 2 callers
Method
getText
()
src/com/hueemulator/model/PHSwupdate.java:19
↓ 2 callers
Method
getTransitionTime
()
src/com/hueemulator/model/PHLightState.java:224
↓ 2 callers
Method
getViewGraphicsMenuItems
()
src/com/hueemulator/gui/HueMenuBar.java:309
↓ 2 callers
Method
isHasBridgeBeenPushLinked
()
src/com/hueemulator/emulator/Controller.java:389
↓ 2 callers
Method
numberToString
Produce a string from a Number. @param number A Number @return A String. @throws JSONException If n is a non-finite number.
src/org/json/JSONObject.java:757
↓ 2 callers
Method
optString
Get the optional string value associated with an index. It returns an empty string if there is no value at that index. If the value is not a string an
src/org/json/JSONArray.java:556
↓ 2 callers
Method
precision
(int decimalPlace, float val)
src/com/hueemulator/utils/PHUtilitiesHelper.java:389
↓ 2 callers
Method
putOnce
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
src/org/json/JSONObject.java:1150
↓ 2 callers
Method
removeContext
()
src/com/hueemulator/server/Server.java:31
↓ 2 callers
Method
repaintBulbs
()
src/com/hueemulator/emulator/Controller.java:230
↓ 2 callers
Method
rgb
Return a color-int from red, green, blue components. The alpha component is implicity 255 (fully opaque). These component values should be [0..255], b
src/com/hueemulator/utils/HueColor.java:74
↓ 2 callers
Method
sendErrorResponse
(String lightIdentifier, String type, OutputStream responseBody)
src/com/hueemulator/server/handlers/LightsAPI.java:377
↓ 2 callers
Method
setAddress
(String address)
src/com/hueemulator/model/PHCommand.java:31
↓ 2 callers
Method
setAlert
(String alert)
src/com/hueemulator/model/PHLightState.java:110
↓ 2 callers
Method
setBody
(PHBody body)
src/com/hueemulator/model/PHCommand.java:21
↓ 2 callers
Method
setCommand
(PHCommand command)
src/com/hueemulator/model/PHSchedulesEntry.java:56
↓ 2 callers
Method
setCt
(Integer ct)
src/com/hueemulator/model/PHLightState.java:150
↓ 2 callers
Method
setDescription
(String description)
src/com/hueemulator/model/PHSchedulesEntry.java:36
↓ 2 callers
Method
setEffect
(String effect)
src/com/hueemulator/model/PHLightState.java:79
↓ 2 callers
Method
setLastUseDate
(String lastUseDate)
src/com/hueemulator/model/PHWhitelistEntry.java:21
↓ 2 callers
Method
setLightAttributes_1_5
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/LightsAPI.java:111
↓ 2 callers
Method
setLightIdentifiers
(List<String> lightIdentifiers)
src/com/hueemulator/model/PHGroupsEntry.java:44
↓ 2 callers
Method
setLightState
(String baseUrl, String lightType, PHLightState ls, JSONArray responseArray, String jSONString)
src/com/hueemulator/server/handlers/LightsAPI.java:192
↓ 2 callers
Method
setModel
(Model model)
src/com/hueemulator/gui/LightsFrame.java:37
↓ 2 callers
Method
setModelid
(String modelid)
src/com/hueemulator/model/PHLight.java:70
↓ 2 callers
Method
setName
(String name)
src/com/hueemulator/model/PHGroupsEntry.java:25
↓ 2 callers
Method
setName
(String name)
src/com/hueemulator/model/PHSchedulesEntry.java:46
↓ 2 callers
Method
setReachable
(Boolean reachable)
src/com/hueemulator/model/PHLightState.java:100
↓ 2 callers
Method
setShowConsoleTime
(boolean showConsoleTime)
src/com/hueemulator/emulator/Model.java:27
↓ 2 callers
Method
setText
(String text)
src/com/hueemulator/model/PHSwupdate.java:24
↓ 2 callers
Method
setTime
(String time)
src/com/hueemulator/model/PHSchedulesEntry.java:26
↓ 2 callers
Method
setTransitiontime
(Integer transitiontime)
src/com/hueemulator/model/PHBody.java:41
↓ 2 callers
Method
setType
(String type)
src/com/hueemulator/model/PHLight.java:90
↓ 2 callers
Method
toJSONString
The <code>toJSONString</code> method allows a class to produce its own JSON serialization. @return A strictly syntactically correct JSON text.
src/org/json/JSONString.java:17
↓ 1 callers
Method
addMenuListeners
()
src/com/hueemulator/emulator/Controller.java:80
↓ 1 callers
Method
addPropertiesListeners
()
src/com/hueemulator/emulator/Controller.java:71
↓ 1 callers
Method
blue
Return the blue component of a color int. This is the same as saying color & 0xFF
src/com/hueemulator/utils/HueColor.java:60
↓ 1 callers
Method
calculateXY
Return x, y value from android color & light model Id. @param color the color value @param model the model Id of Light @return
src/com/hueemulator/utils/PHUtilitiesHelper.java:174
↓ 1 callers
Method
clearConsole
()
src/com/hueemulator/emulator/Controller.java:350
↓ 1 callers
Method
cloneLightObjectsFromLightIds
(PHBridgeConfiguration bridgeConfiguration, List <String>lightIdentifiers)
src/com/hueemulator/server/handlers/ScenesAPI.java:144
↓ 1 callers
Method
colorFromXY
Generates the color for the given XY values and light model Id. Note: When the exact values cannot be represented, it will return the closest match.
src/com/hueemulator/utils/PHUtilitiesHelper.java:30
↓ 1 callers
Method
createGroup_2_2
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/GroupsAPI.java:63
↓ 1 callers
Method
createNewUsername
(PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, String requestMethod)
src/com/hueemulator/server/handlers/ConfigurationAPI.java:198
↓ 1 callers
Method
createScene_4_2
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/ScenesAPI.java:66
↓ 1 callers
Method
createSchedule_3_2
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/SchedulesAPI.java:77
↓ 1 callers
Method
createUser_7_1
(ObjectMapper mapper, String jSONString, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody,
src/com/hueemulator/server/handlers/ConfigurationAPI.java:51
↓ 1 callers
Method
deleteGroup_2_6
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/GroupsAPI.java:349
↓ 1 callers
Method
deleteSchedule_3_5
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/SchedulesAPI.java:331
↓ 1 callers
Method
deleteUser_7_4
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/ConfigurationAPI.java:150
↓ 1 callers
Method
doHttpCall
This method is used for Schedules. When the schedule time occurs, a http call is sent to the bridge passing the JSON Command. @param httpMethod @par
src/com/hueemulator/utils/Utils.java:86
↓ 1 callers
Method
generateRandomUniqueId
()
src/com/hueemulator/utils/Utils.java:177
↓ 1 callers
Method
getAboutMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:301
↓ 1 callers
Method
getAllGroups_2_1
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/GroupsAPI.java:32
↓ 1 callers
Method
getAllLights_1_1
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/LightsAPI.java:35
↓ 1 callers
Method
getAllScenes_4_1
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/ScenesAPI.java:33
↓ 1 callers
Method
getAllSchedules_3_1
(PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller controller)
src/com/hueemulator/server/handlers/SchedulesAPI.java:32
↓ 1 callers
Method
getBoolean
Get the boolean value associated with an index. The string values "true" and "false" are converted to boolean. @param index The index must
src/org/json/JSONArray.java:210
↓ 1 callers
Method
getBridgeDescription
(OutputStream responseBody, String ipAddressAndPort)
src/com/hueemulator/server/handlers/ConfigurationAPI.java:28
↓ 1 callers
Method
getBridgeid
()
src/com/hueemulator/model/PHConfig.java:197
↓ 1 callers
Method
getClearConsoleMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:285
↓ 1 callers
Method
getColormode
()
src/com/hueemulator/model/PHLightState.java:125
↓ 1 callers
Method
getConfig_7_2
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/ConfigurationAPI.java:139
↓ 1 callers
Method
getDateSecondsInFuture
(int noSeconds)
tests/com/hueemulator/lighting/utils/TestUtils.java:174
↓ 1 callers
Method
getDefaultPointSymbols
()
src/com/hueemulator/emulator/Controller.java:333
↓ 1 callers
Method
getDescription
()
src/com/hueemulator/model/PHSchedulesEntry.java:31
↓ 1 callers
Method
getDouble
Get the double value associated with an index. @param index The index must be between 0 and length() - 1. @return The value. @throws JSONE
src/org/json/JSONArray.java:234
↓ 1 callers
Method
getDouble
Get the double value associated with a key. @param key A key string. @return The numeric value. @throws JSONException if the k
src/org/json/JSONObject.java:503
↓ 1 callers
Method
getFullState_7_5
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/ConfigurationAPI.java:165
↓ 1 callers
Method
getGroupAttributes_2_3
(ObjectMapper mapper, PHBridgeConfiguration bridgeConfiguration, OutputStream responseBody, Controller control
src/com/hueemulator/server/handlers/GroupsAPI.java:143
↓ 1 callers
Method
getHelpMenuItem
()
src/com/hueemulator/gui/HueMenuBar.java:293
↓ 1 callers
Method
getIdentifier
()
src/com/hueemulator/model/PHLight.java:105
← previous
next →
101–200 of 476, ranked by callers