Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 195 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 195 Bytes

smartthings-api

Wrapper around Samsung's SmartThings API

Sample Request JSON:

{ 
    "authCode": "********", 
    "deviceName": "Master Tray Light",
    "action": "turnSwitchOn"
}