Jan-Piet Mens
Jan-Piet Mens
Closing as stale. Feel free to open if necessary.
I wasn't expecting that question. :-) I can't find any mention of this design choice or behavior [in the documentation](https://doc.powerdns.com/authoritative/modes-of-operation.html#secondary-operation), so maybe I have to rename / resubmit this issue...
MQTT support in ntfy would be grand. @sumnerboy12 I've added an enhancement issue to [mqttwarn here](https://github.com/jpmens/mqttwarn/issues/607), so if you've nothing better to do ... :-)
It was never intended by me that dig be able to query multiple domains, and the description clearly states > The dig lookup runs queries against DNS servers to retrieve...
The JSON you have there is indeed not a configuration file (it isn't OTRC material) but rather a payload you might send via MQTT to your device for setting waypoints...
>However, I reckon the booklet is incorrect in two places - is there anywhere I should post suggested corrections? Very gladly, if you wish to provide a pull-request at https://github.com/owntracks/booklet...
@jimxbob note you have two `_type` elements in the JSON, which we don't support. Your JSON should written as: ```json { "_type": "waypoints", "waypoints": [ { "desc": "Friend", "rad": 12,...
This appears to be a bug, @jimxbob; thanks for reporting it, and I've opened an appropriate ticket.
On iOS, @ckrey appears to use ~~4 decimal digits for `lat` and 5 for `lon`~~ six (6) significant digits in total for each.
Either `9.12345` or `12.3456` yes.