Skip to content

Commit 1de5753

Browse files
committed
add advert detail
1 parent 0d78df1 commit 1de5753

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/payloads.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ Appdata
4141

4242
Appdata Flags
4343

44-
| Value | Name | Description |
45-
|--------|-----------|---------------------------------------|
46-
| `0x10` | location | appdata contains lat/long information |
47-
| `0x20` | feature 1 | Reserved for future use. |
48-
| `0x40` | feature 2 | Reserved for future use. |
49-
| `0x80` | name | appdata contains a node name |
44+
| Value | Name | Description |
45+
|--------|----------------|---------------------------------------|
46+
| `0x01` | is chat node | advert is for a chat node |
47+
| `0x02` | is repeater | advert is for a repeater |
48+
| `0x03` | is room server | advert is for a room server |
49+
| `0x10` | has location | appdata contains lat/long information |
50+
| `0x20` | has feature 1 | Reserved for future use. |
51+
| `0x40` | has feature 2 | Reserved for future use. |
52+
| `0x80` | has name | appdata contains a node name |
5053

5154
# Acknowledgement
5255

0 commit comments

Comments
 (0)