-
**Summary**
We put too much thing in EventStream , so it looks mess now. In order to make OH pluggable, Not only `EventStream`, but also need to simplify the controller logic.
**Motivation**
M…
-
Live update endpoint, like a websocket that you can subscribe to that receives updates based on mesh info, incoming alerts, when an alert is silenced. Clients could consume this to e.g. live update th…
-
### What this is
Create algorithm to compare subarrays in given data set
## Context
Each event type in data set has a score, create a function that takes the data and outputs the subarray that scores…
-
For a lot of drivers, grouping of events matters. The current EventStream implementation doesn't expose their grouping so it is difficult to properly implement functionalities using such devices if yo…
-
Can we concatenate multiple `EventStreams`?
The use case is that I have two streams that should emit elements after each other:
```scala
val e1: EventStream = ???
val e2: EventStream = ???
/…
-
This can be implemented using:
```scala
final class MapErrorEventStream[A](val parent: Observable[A], f: PartialFunction[Throwable, Throwable])
extends EventStream[A]
with SingleParentOb…
-
### The problem
When turning on a hue light from an entities card on a dashboard, I received the error message below and the light does not turn on. Light states in HA update to display correctly wh…
-
https://wikitech.wikimedia.org/wiki/EventStreams
-
Current asset identifier is on the period level, for some burned in
ads or changes within the period this is not sufficient,
an event scheme with equivalent signaling is proposed to mark the asset…
-
I'm a fullstack dev, using React 18 and Python / FastAPI. I'm using:
- Chrome Version 119.0.6045.105 (Official Build) (64-bit).
- axios Version 1.4.0 for requests.
- SSE Viewer Version 0.1.2
I i…