Michael Stenta

Results 195 comments of Michael Stenta

Updated screenshot: ![Screenshot from 2022-08-12 09-21-51](https://user-images.githubusercontent.com/95381/184362548-ea981e45-6843-472b-9539-e28b72baedef.png)

Thanks @paul121! Good eyes... I made all the changes you requested in two "fixup" commits (to be squashed into the appropriate original commits before merging). I also made one other...

PS: I squashed the commits as described and pushed to a new `2.x-notification` branch if you want to see the final result: https://github.com/farmOS/farmOS/compare/2.x...mstenta:farmOS:2.x-notification

Merged - thanks again @Farmer-Eds-Shed and @paul121!

Worth noting that we are essentially doing this already: > 1. Serve a script at fixed location. It only changed this one time because we decided to re-namespace the module...

We can always figure out the URI in JSON in the future, and switch over to using that, while maintaining the old URI as a shortcut for BC. That's just...

Sorry yea I just meant the URI is fixed in code, so it will always follow the same pattern. It is not included in the API endpoints, correct. What does...

FWIW here is where the JS path is defined: https://github.com/farmOS/farmOS/blob/bef4f250324b2cd7f27c7a77b47c4b13959213a8/modules/core/fieldkit/farm_fieldkit.routing.yml#L2 That is the routing YML file for the Field Kit module - just to show that it is quite "hard...

That would be great. I think the user guide makes sense for the first step. I could see a development section geared towards more advanced sensor usage/integrations, but that feels...

Hmm I looked into this and it turned out to be more complicated than I thought. I'll try to summarize so that we can pick it up again later... First,...