akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
129 stars 44 forks source link

Properly handle TypedValue as leaflist_val #162

Closed jjochum closed 3 weeks ago

jjochum commented 2 months ago

Previously, only str values were supported as the value of a leaflist_val. This extends the code to also support TypedValues with json and json_ietf formats, for both subscriptions and get.