hello
I'm working on a small project that consists in fetching live data using the watch_sub and watch_poll functions, I'm able to successfully subscribe multiple data points to my watch but when I poll them, the ones that have numeric/boolean values get logged on my poll but the enum & string ones aren't showing up even though the watch_sub call states that they were subscribed. Am I missing something?