package
0.0.0-20241201205537-11afe2ce78e6
Repository: https://github.com/jcodybaker/go-shelly.git
Documentation: pkg.go.dev

# Constants

This error is received when a request has timed out.
ErrorCodeFailedPrecondition This error is received when a precondition for a action is not satisfied.
ErrorCodeInvalidArgument received when the parameters sent in the request do not match the ones specified by the method in the request.
ErrorCodeNotFound is received when an instance specified in the request is not found.
ErrorCodeResourceExhausted is received when a required resource has reached its limit.
This error is received when a service is unavailable.
No description provided by the author

# Structs

RawRPCNotification is the outermost framing for notifications.
RawRPCRequest is the outermost framing for calls to the shelly device.
No description provided by the author
RPCError describes an error returned via the RPC channel.
RPCRequest is the outermost framing for calls to the shelly device.
No description provided by the author

# Interfaces

RPCRequestBody describes objects implementing an RPC request body.

# Type aliases

ErrorCode describes RPC errors from the Shelly device.