API Reference

USAGE

First, you need to create an account, then upload your floor plan(s) image(s), add the IFTTTT webhooks Key ID, add your house location, and set up your devices.
INNER HOUSE provides an REST API that can be used to update status of the device. Once a device is manualy or with other application is turned ON or OFF it send a request to have status updated.

PUT

https://inner.house/api?deviceID=[Your Device ID]&deviceState=[ON|OFF]&userID=[Your user emailID]&token=[Generated token]

Parameters:
  • deviceID - The ID of the device used on the "Modify your Devices" section.
  • deviceState - ON or OFF depending on the device state.
  • deviceState - ON or OFF depending on the device state.
  • userID - Email address used to login
  • token - Token received for the device