Skip to content

Tubbz-alt/InRoomControl

 
 

Repository files navigation

In-Room Control

Table of contents

General info

This project aims to create a simple demo to demonstrate the In Room Control capabilities of a Cisco Telepresence Endpoint. The following diargam shows more information on the set up for the same.

alt text

Components

Prerequisite

  • NodeJS installed on your laptop: https://nodejs.org/en/download/
  • You must have admin access to the Cisco Endpoint
  • All the devices(bulb, laptop and Cisco Video Endpoint) are on the same network

Setup

To run this project, complete the following steps:

Step 1

Create a User on the endpoint. To do this, you need to access the admin panel of the device. Add a new User with username and password as integrator.

alt text

Step 2

Clone the repository using the following command

$ git clone https://github.com/CiscoSE/InRoomControl.git

Step 3

Upload the XML File roomcontrolconfig.xml available in the repository to the system. To do so, visit the admin panel of the device. Under Integrations, click In-room Control and launch the Editor. Upload the XML file to the endpoint.

alt text

Step 4

Set up the Bulb using the App. The detail procedure for the same can be found here:
https://www.youtube.com/watch?v=tYiz8AegtQ4

Be sure to enable Developer Mode in the settings for the bulb on the mobile app.

Step 5

Make the change to IP address in the control.js.

const ipAddress = "ssh://ENDPOINT_IPADDRESS"

Step 6

Install Dependencies

$ npm install

Step 7

Run the code

$ node control.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%