| 265 | |
| 266 | |
| 267 | void LightpackPluginInterface::SetLockAlive(QString sessionKey) |
| 268 | { |
| 269 | if (lockSessionKeys.isEmpty()) return; |
| 270 | if (lockSessionKeys[0]!=sessionKey) return; |
| 271 | lockAlive = true; |
| 272 | } |
| 273 | |
| 274 | // TODO: setcolor |
| 275 | bool LightpackPluginInterface::SetColors(QString sessionKey, int r, int g, int b) |
no outgoing calls
no test coverage detected