Brew

Introduction
Following our mantra of ‘simplifying everything’, Brew removes the need for a separate IP phone in your meeting rooms to place an order with the canteen staff. Now, with a few taps on your personal Dx or the touch panel of a Room Device, you can easily place an order with the canteen. The staff in the canteen can view the order in real-time via a website and service it.
Table of contents
Components
Prerequisite
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.

Step 2
Clone the repository using the following command
$ git clone https://github.com/CiscoSE/Brew.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.

Step 4
Make the change to IP address in the main.js.
const ipAddress = "ssh://ENDPOINT_IPADDRESS"
Step 6
Install Dependencies
Step 7
Run the code