Sha256: 310a01f2cac71364f75d6d32f1f2207f9d1d36bae9c8666f675596e6c89b4164
Contents?: true
Size: 505 Bytes
Versions: 3
Compression:
Stored size: 505 Bytes
Contents
# Homelink ## POST `/api/1/vehicles/{id}/command/trigger_homelink` Opens or closes the primary Homelink device. The provided location must be in proximity of stored location of the Homelink device. ### Parameters | Parameter | Example | Description | | :-------- | :----------------- | :----------------- | | lat | 36.98765432109876 | Current lattitude. | | lon | -77.12345678901234 | Current longitude. | ### Response ```json { "reason": "", "result": true } ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tesla_api-3.0.4 | docs/vehicle/commands/homelink.md |
tesla_api-3.0.3 | docs/vehicle/commands/homelink.md |
tesla_api-3.0.2 | docs/vehicle/commands/homelink.md |