package main
import api "github.com/seamapi/go"
func main() {
client.Thermostats.Off(
context.Background(),
api.ThermostatsOffRequest{
DeviceId: api.String("123e4567-e89b-12d3-a456-426614174000"),
},
)
}
api.ActionAttempt{ActionAttemptId: "123e4567-e89b-12d3-a456-426614174000", Status: "pending", ActionType: "SET_THERMOSTAT_OFF"}