Add json write support - #13
Conversation
3543d8b to
67de182
Compare
|
@AndreFavotto Hi! I have successful ran this implementation using a MQTT based device. However I was not able to get a test setup working, so the Json write features are not covered. Would be nice to get this working also |
76725ce to
facd3b0
Compare
|
I'll cleanup the commit history here for conciseness |
Co-authored-by: André Favoto <andre.favoto@ess.eu>
Co-authored-by: André Favoto <andre.favoto@ess.eu>
Co-authored-by: André Favoto <andre.favoto@ess.eu>
95337ed to
5a24ea2
Compare
AndreFavotto
left a comment
There was a problem hiding this comment.
@essioc LGTM now, I'll wait for your input before merging!
|
Looks like there was yet another asynSuccess flag I had to set that I missed! I suggest checking autoformat settings, I see that some extra formatting is getting into the readme file unrelated to the merge. Nonetheless it looks good. |
Yeah, I ran autoformatter locally before pushing because I notice the file was not formatted before. There were some very big lines, as this one: https://github.com/epics-modules/mqtt/pull/13/changes#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L122, whereas some places like the copyright notice it was cropped at 80 columns. |
This changelist adds JSON write, using existing value conversion operation used for FLAT write.