miro
LogiButton

 

Settings

1. Flags

A set of flags are used to toggle certain functionality:

Flag Description Default Bit position

Duty Cycle

Comply with the ETSI/FCC duty cycle limitations. If flag is set, duty cycle is enforced by the device firmware.

Off

6

Confirmed uplinks

Confirmed uplinks are used for button press report messages to make sure, it is received by the network

On

7

2. Configuration Options

These miscellaneous configuration options are used to fine tune the device functionality:
For each configuration option the Message type can be found on the Payload page.

Name Description Type Default Unit

text_transportmode

Display Text in transport mode

char[10]

«TRANSPORT»

Text

product_name

Display Text in idle mode

char[10]

«PRODUCT»

Text

text_joining

Display Text during join

char[10]

«JOINING»

Text

text_joined

Display Text after successful join

char[10]

«JOINED»

Text

text_order

Display Text during ordering

char[10]

«ORDER»

Text

text_ordered

Display Text in ordered mode

char[10]

«ORDERED»

Text

text_cancel

Display Text during canceling

char[10]

«CANCEL»

Text

text_confirm

Display Text during confirming

char[10]

«CONFIRM»

Text

text_successful

Display Text after event message ACK

char[10]

«SUCCESSFUL»

Text

duration_magnet

Duration to enter/leave transport mode

uint8_t

30

100ms

duration_button_1_min

Minimal duration of button press to enter order state

uint8_t

1

100ms

duration_button_1_max

Maximal duration of button press to enter order state

uint8_t

10

100ms

duration_button_2_min

Minimal duration of button press to cancel order

uint8_t

1

100ms

duration_button_2_max

Maximal duration of button press to cancel order

uint8_t

10

100ms

duration_button_3_min

Minimal duration of button press to confirm order

uint8_t

40

100ms

duration_button_3_max

Maximal duration of button press to confirm order

uint8_t

80

100ms

duration_joined_timeout

Duration that the display shows text_joined

uint8_t

20

100ms

interval_status

Interval between two status messages

uint16_t

1440

Minutes

interval_temperature

Interval between temperature updates

uint16_t

300

Seconds

temperature_enabled

Flag if temperature gets updated and shown on the display

uint8_t

0

0: disabled
1: enabled

only_order

If enabled, after ordering it returns to Idle state every time, in this case the device only sends order messages

uint8_t

0

0: disabled
1: enabled