Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.54 KB

submitting-device-types-for-publication.rst

File metadata and controls

22 lines (16 loc) · 1.54 KB

Submitting Device Handlers for Publication

To submit your Device Handlers for consideration for publication to the SmartThings Platform, you can create a Publication Request by clicking on the My Publication Requests tab in the SmartThings IDE, then clicking on the New Request button in the upper-right-hand corner of the screen.


Review Guidelines

Once submitted, your Device Handler will undergo a review and approval process. For greatest liklihood of approval, review and ensure your code follows the ../code-review-guidelines.

Reasons for Rejection

  • The Device Handler adds minor addition or change that may be changed with a core product or UX change in a future update.
  • SmartThings is already developing a first-party integration and will not accept a Device Handler for this device.
  • The Device Handler should actually be a SmartApp instead, because it's actuating or changing a device.
  • Suggested change does not fit our philosophy.
  • No discovery mechanism is provided. For LAN-Connected devices, a Service Manager SmartApp should serve to discover and create the device.
  • Multiple community submissions exist and we’re rolling several improvements together, so this specific one is being rejected.