Releases: tessro/tron
Releases · tessro/tron
v1.0.4
v1.0.3
v1.0.2
Changelog
- Fix errors when using mDNS hostnames in release builds
v1.0.1
v1.0.0
Changelog
- 07bbdc3
Response
struct - aec80db add
Body
to genericRequest
- c3d75d7 add
area
commands - 07bc822 add
device info
command, format device output - caadae2 add
get
command - 0edf00e add
mapstructure
- a3024f2 add
post
command - 55a6d01 add
server info
and prettify server output - b3b80b9 add
server info
to README - 9f0b330 add
service list
command - ff667f3 add
zone dim
command - 230582c add
zone info
command - b72ef75 add
zone list
command - 15c9670 add
zone on/off
commands - 99ac3b7 add
zone status
command - 52d5f0c add a terminology explanation to the README
- d40612d add dim range to README
- 091ab74 add ergonomics note
- f10a0a0 add mDNS instructions
- cce7871 add new commands to README
- 38c4c37 add new commands to README
- 987df27 add usage for
device info
- 86c111e add zone commands to README
- b63729a capitalize URL, omit empty fields
- 5921db1 clarify get/post errors
- 59bbb94 decode LEAP version during ping
- af23cb3 encapsulate pairing certificate
- a115fc6 expect 201 status response for
CreateRequest
- a2ad90b extract TLS connections into a shared member
- aa38b69 extract
readLine
helper method - f88277c extract
send
method, consolidate writing - 23dce82 extract all
href
-only objects intoHrefObject
- 48cfe68 extract client cert loading
- fcdecf4 extract common
RequestHeader
- fd76a56 generate unique client tags
- ded816b generify
PingRequest
asRequest
- c0ec4d5 handle responses
- 33cc7f9 initial commit
- 5145ace load certs relative to $HOME
- 50303b0 parse
dim
duration and delay correctly - 22a3d5c parse responses into Go structs
- aaba6dc pass
Client
to its methods by reference - 16ad152 point sending arrow the right way in verbose mode
- 3cda85b print
get
output as JSON - b2a989a print local zones in device info
- 6b5f480 print verbose output to stderr
- 9d36ca2 remove redundant
usage:
prefix - 42d6504 remove unused string from
Pair
return type - 6bf0498 remove unused string from
Ping
return type - b9bf7fc support dim duration and delay
- 509eadd tell the user to push the button
- 9d48d81 tidy modules
- 4f15e07 use UUIDs for client tags
- 7cdd0f4 use
Get
forPing
andDevices