# beaver-iot-integrations **Repository Path**: jerrycell/beaver-iot-integrations ## Basic Information - **Project Name**: beaver-iot-integrations - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-12 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Beaver IoT Integrations Integrations are the primary means for Beaver IoT to interact with third-party services, devices, platforms, etc., enabling device connectivity, device control, and feature expansion. ## Start building your integrations The following is the directory structure of this project. ``` beaver-iot-integrations/ ├── integrations/ # integration directory │ ├── sample-integrations/ # Sample integration directory │ │ └── ... # Sample integrations │ ├── msc-integration # Milesight Developer Platform integration │ └──... # Other integrations ``` If you want to develop your own integration, please create a new integration package under the `beaver-iot-integrations/integrations/` directory. For more information, please refer to [Quick Start](https://www.milesight.com/beaver-iot/docs/dev-guides/backend/build-integration) of Integration Development.