From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- .../ios/ReactNativeIOSLibrary/TS28BProfileModule.h | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h new file mode 100644 index 0000000..a4ac23c --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h @@ -0,0 +1,38 @@ +// +// TS28BProfileModule.h +// ReactNativeIOSLibrary +// +// Created by user on 2019/11/14. +// Copyright © 2019 daiqingquan. All rights reserved. +// + +#import +#if __has_include() +#import +#else +#import "RCTBridgeModule.h" +#endif +NS_ASSUME_NONNULL_BEGIN + +@interface TS28BProfileModule : NSObject + + +#define TS28B_EVENT_NOTIFY @"event_notify_ts28b" + +#define TS28B_ACTION @"action" + +#define TS28B_DEVICE @"devices" + +#define TS28B_KEY_MAC @"mac" + +#define kACTION_GET_ALL_CONNECTED_DEVICES @"ACTION_GET_ALL_CONNECTED_DEVICES" + +#define TS28B_RESULT @"result" + +#define TS28B_UNIT_FLAG @"unit_flag" + +#define TS28B_THERMOMETER_TYPE @"thermometer_type" + +@end + +NS_ASSUME_NONNULL_END -- cgit