mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 18:06:13 +01:00
28 lines
524 B
Markdown
28 lines
524 B
Markdown
---
|
|
title: "Pybytes library API"
|
|
aliases:
|
|
- pybytes/api/send_custom_message
|
|
---
|
|
|
|
**Send custom location**
|
|
----
|
|
Send custom location.
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.send_custom_message(message_type, message)**
|
|
|
|
**Parameters**
|
|
----
|
|
| name | Description | is Required | Default value
|
|
| ------------- |:-------------:|:-------------:|:-------------:|
|
|
| message_type | TBD 0x00 0x07 | Yes | - |
|
|
| message | Longitude | Yes | - |
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.send_custom_message(TBD, TBD)`
|
|
|
|
**Success Response**
|
|
TBD
|