Added field specifiers
This commit is contained in:
parent
56cb637bfa
commit
da6fb3d0f3
2 changed files with 10 additions and 8 deletions
15
LXMF/LXMF.py
15
LXMF/LXMF.py
|
|
@ -1,13 +1,16 @@
|
|||
APP_NAME = "lxmf"
|
||||
|
||||
# WARNING! These specifications are floating and not
|
||||
# WARNING! These field specifiers are floating and not
|
||||
# yet final! Consider highly experiemental, and expect
|
||||
# them to change in the future! You have been warned :)
|
||||
|
||||
FIELD_EMBEDDED_LXMS = 0x01
|
||||
FIELD_TELEMETRY = 0x02
|
||||
FIELD_ICON_APPEARANCE = 0x03
|
||||
FIELD_FILE_ATTACHMENTS = 0x04
|
||||
FIELD_IMAGE = 0x05
|
||||
FIELD_AUDIO = 0x06
|
||||
FIELD_THREAD = 0x07
|
||||
FIELD_TELEMETRY_STREAM = 0x03
|
||||
FIELD_ICON_APPEARANCE = 0x04
|
||||
FIELD_FILE_ATTACHMENTS = 0x05
|
||||
FIELD_IMAGE = 0x06
|
||||
FIELD_AUDIO = 0x07
|
||||
FIELD_THREAD = 0x08
|
||||
FIELD_COMMANDS = 0x09
|
||||
FIELD_RESULTS = 0x0A
|
||||
Loading…
Add table
Add a link
Reference in a new issue