From 7ac2e7f4d16b9e296789b61901b1c2fa1bb96326 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 9 Jan 2021 21:49:41 +0100 Subject: [PATCH] formatting --- src/emsdevice.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index 04fd2268f..33096f2b8 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -227,13 +227,7 @@ class EMSdevice { bool generate_values_json(JsonObject & json, const uint8_t tag_filter, const bool verbose = false); bool generate_values_json_web(JsonObject & json); - void register_device_value(uint8_t tag, - void * value_p, - uint8_t type, - const __FlashStringHelper * const * options, - const __FlashStringHelper * short_name, - const __FlashStringHelper * full_name, - uint8_t uom); + void register_device_value(uint8_t tag, void * value_p, uint8_t type, const __FlashStringHelper * const * options, const __FlashStringHelper * short_name, const __FlashStringHelper * full_name, uint8_t uom); void write_command(const uint16_t type_id, const uint8_t offset, uint8_t * message_data, const uint8_t message_length, const uint16_t validate_typeid); void write_command(const uint16_t type_id, const uint8_t offset, const uint8_t value, const uint16_t validate_typeid);