mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 10:05:56 +01:00
525 B
525 B
title, aliases
| title | aliases | |
|---|---|---|
| Pybytes library API |
|
Send custom location
Send custom location.
Method
pybytes.send_custom_location(pin, x, y)
Parameters
| name | Description | is Required | Default value |
|---|---|---|---|
| pin | TBD | Yes | - |
| x | Longitude | Yes | - |
| y | Latitude | Yes | - |
Example
pybytes.send_custom_location(pin, 0, 0)
Success Response TBD