All Category Control Panel

Last Updated on : 2024-06-05 09:45:58download

The native control panel supports most Tuya-enabled products and functions. You can quickly integrate product capabilities into devices with simple access and let users easily experience different smart devices.

Advantages

  • It supports new products in advance, and provides services when a single category cannot be supported, without submitting a new app version.
  • It is native and easy to use.
  • It is easy to debug in the development phase.
  • It supports configuration display through DIY style UI template usage guide.

    All Category Control Panel All Category Control Panel

Instructions

  1. To integrate ThingSmartDefaultPanelKit into your Xcode project using CocoaPods, specify it in your Podfile.

    pod'ThingSmartDefaultPanelKit'
    
  2. Import the header file.

    #import <ThingSmartDefaultPanelKit/ThingSmartDefaultPanelKit.h>
    
  3. Initialize and pass in your device ID.

    ThingSmartDefaultPanelKitViewController *panelVC =
    [ThingSmartDefaultPanelKitViewController defaultPanelViewControllerWithDeviceID:@""];