Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 770 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 770 Bytes

Philips Hue Connector

Allows Mule to interact with Philips Hue Lightbulbs. Hue light bulbs are wifi connected and have wide color range allowing to change the colour hue and brightness of a bulb or group of bulbs

Testing

To run the integration tests you need to be connected to a nework with a PHilip's Hue bridge connected. Yuo also need to set two properties in a file called 'mule-test.properties' in the root of your home directory. These properties are: hue.ipAddress - the ip address fo the bridge hue.username - your hue account username

Then you can run the integration tests using the 'it' profile, i.e.

mvn -Pit clean verify