diff --git a/README.md b/README.md index f4b728a..2a24dec 100644 --- a/README.md +++ b/README.md @@ -111,43 +111,13 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat | CMD_SET_WS_TIMEOUT | 0xC1 | ws_timeout[7:0] | n.a. | | CMD_RESET_RAINGAUGE | 0xC3 | flags[7:0] | n.a. | | CMD_GET_SENSORS_INC | 0xC4 | 0x00 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc0[16:8]
sensors_inc0[7:0]
... | +| CMD_SET_SENSORS_INC | 0xC5 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc0[16:8]
sensors_inc0[7:0]
... | n.a. | +| CMD_GET_SENSORS_EXC | 0xC6 | 0x00 | sensors_exc0[31:24]
sensors_exc0[23:15]
sensors_exc0[16:8]
sensors_exc0[7:0]
... | +| CMD_SET_SENSORS_EXC | 0xC7 | sensors_exc0[31:24]
sensors_exc0[23:15]
sensors_exc0[16:8]
sensors_exc0[7:0]
... | n.a. | +| CMD_GET_BLE_ADDR | 0xC8 | 0x00 | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... | +| CMD_SET_BLE_ADDR | 0xC9 | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... | n.a. | + -| CMD_SET_SENSORS_EXC | 0xC6 | 0x00 | sensors_inc0[31:24]
sensors_inc0[23:15]
sensors_inc[16:8]
sensors_inc[7:0]
... | - -| CMD_GET_CONFIG | 0xB1 | | | | | | | | -| response: | | 3 | seconds | ws_timeout[ 7: 0] | sleep_interval[15: 8] | sleep_interval[ 7: 0] | sleep_interval_long[15: 8] | sleep_interval_long[ 7: 0] | -| CMD_GET_DATETIME | 0x86 | | | | | | -| response: | | 2 | epoch | unixtime[31:24] | unixtime[23:16] | unixtime[15:8] | unixtime[7:0] | -| CMD_SET_DATETIME | 0x88 | |epoch | unixtime[31:24] | unixtime[23:16] | unixtime[15:8] | unixtime[7:0] | - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CommandPortDownlinkUplink
CMD_GET_DATETIME0x860x00
L3 Name B
L2 Name BL3 Name C
L3 Name D
:warning: Confirmed downlinks should not be used! (see [here](https://www.thethingsnetwork.org/forum/t/how-to-purge-a-scheduled-confirmed-downlink/56849/7) for an explanation.)