Jan Bouwhuis
Jan Bouwhuis
https://mariadb.com/kb/en/timestamp/ See info at section `Limitations`
> Wouldn't it be better to add a toggle that would switch between `payload` or `payload_template`? I was thinking of that too. Okay, good point.
What I can see is that the text `Solar total` is plain text in the source.
Attached PR should (after being merged) add the ability to add translations.
Updated the Dutch translation `{naam}` -> `{name}`
The problem is in the tail of the payload. If I try to decode the payloads in a python shell I get: ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcc...
It is clear to me there are illegal characters in the payload, the format is not a valid json, and cannot even be decided using UTF8. This is not in...
True, may be we should deprecation the old form and come with a new API that will replace the old one, so they can run some time together.
One note though. The type stubs seem not updated yet. So mypy will complain about incorrect typing or the absence of `CallbackAPIVersion`, this should be fixed too before we can...
> @jbouwh (working way outside my knowledge level here :-) ) - I believe the type info is all there: > > ``` > CallbackOnSubscribe_v1_mqtt3 = Callable[["Client", Any, int, Tuple[int,...