golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
68 stars 19 forks source link

Use 'counter' as resource observed in observe sample #117

Closed vancefarren closed 2 years ago

vancefarren commented 2 years ago

Its confusing to subscribe to the 'observed' resource. The other samples query 'counter' which is intuitive as a resource. We should consider changing 'observed' to 'counter'

https://github.com/golioth/zephyr-sdk/blob/409ff7b4e6d4d8649e665cbe4e165ad2284ba464/samples/lightdb/observe/src/main.c#L71

mniestroj commented 2 years ago

Solved by #163