The TWC3 uses a protocol buffer based API at endpoint /tedapi/v1
, which
the web interface uses for configuration.
Using protobuf standard tooling, you can automate the configuration.
What's included:
wc3.proto
: a protocol buffer definition compatible with the TWC3 configuration interfacesend.sh
: a utility that wrapsprotoc
andcurl
for sending a requestset-charge-current.sh
: a utility that sets the max output currentexamples/*.textproto
: sample requests and responses