Seam Docs
Searchβ¦
π
Welcome!
π²
Quickstart
Get API Key
Install Client Library
Connect a Device
Your First Device API Call
π
Core Concepts
Overview
Workspaces
Connect Views
Device Capabilities
Action Attempts
π
Device Guides
Get started with August Locks
Get started with NoiseAware Sensors
Get started with Schlage Connect Locks
Get started with SmartThings Hubs + Smart Locks
Sandbox & Sample Data
API Endpoints
Overview
Workspaces
Devices
Connect Webviews
Connected Accounts
Action Attempt
Reference
Glossary
Legacy System
Seam Hub API for ZWave
Introduction
API Reference
Authentication
Workspaces
Locations
Gateways
Devices
Action Requests
Device Actions
Device Action Request Object
Issuing an Action Request to a Device
Events
Door Locks
Door Lock Events
Access Codes
Webhooks
API Compatibility
Support
For Device Manufacturers
Creating a Seam-Compatible Intercom API
Powered By
GitBook
Device Action Request Object
Parameter
Type
Description
title
string
A title of the Action
description
string
A description of the Action
inputs
object
An input object with: a title for the input, a description of its validation parameters, and its primitive type (one of null, boolean, object, array, number, integer or string)
1
{
2
"lock": {
3
"title": "Lock",
4
"description": "Locks the Door Lock",
5
"inputs": null
6
},
7
}
Copied!
Previous
Device Actions
Next
Issuing an Action Request to a Device
Last modified
6mo ago
Copy link