You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's the opposite.
i have correct values using trace but type for outside and room is incorrect ISubscription<Event, Event> instead of ISubscription<Event, number>
Using "@thi.ng/rstream": "^6.0.8",
Any pointers?
The text was updated successfully, but these errors were encountered:
miraklez
changed the title
[rstream] subscribeTopic and transformTopic` return incorrect type and incorrect values
[rstream] subscribeTopic and transformTopic return incorrect type and incorrect values
May 12, 2021
This exemple use a MQTT Broker to stream temperature from all sensors in a main stream, based on topic value.
if i use
subscribeTopic
andxform
to get only the value dataresults
xform
seems to not be applied at all but type foroutside
androom
is correctISubscription<Event, number>
but if i use
transformTopic
results
it's the opposite.
i have correct values using trace but type for
outside
androom
is incorrectISubscription<Event, Event>
instead ofISubscription<Event, number>
Using "@thi.ng/rstream": "^6.0.8",
Any pointers?
The text was updated successfully, but these errors were encountered: