From 9caedb422dd945e074471c6a8acc95f60f1fab60 Mon Sep 17 00:00:00 2001 From: SkorP Date: Tue, 25 Apr 2023 11:36:27 +0400 Subject: [PATCH] WS: description added --- .../external/weather_station/protocols/wendox._w6726.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/applications/external/weather_station/protocols/wendox._w6726.c b/applications/external/weather_station/protocols/wendox._w6726.c index 3976f6a37..265c77f70 100644 --- a/applications/external/weather_station/protocols/wendox._w6726.c +++ b/applications/external/weather_station/protocols/wendox._w6726.c @@ -15,9 +15,17 @@ * * bit 0: 1955-hi, 5865-lo * bit 1: 5865-hi, 1955-lo - * * guard time: 12*1955+(lo last bit) * data: 29 bit + * + * IIIII | ZTTTTTTTTT | uuuuuuuBuu | CCCC + * + * I: identification; + * Z: temperature sign; + * T: temperature sign dependent +12 Ѱ; + * B: battery low; flag to indicate low battery voltage; + * C: CRC4 (polynomial = 0x9, start_data = 0xD); + * u: unknown; */ static const SubGhzBlockConst ws_protocol_wendox_w6726_const = {