Research Article

Design of a Secure Wireless Home Automation System with an Open Home Automation Bus (OpenHAB 2) Framework

Code Listing 2: Sample Sitemap configuration.

sitemap home label = “My House”
{
  Frame {
   Group item = Lights label = “All lighting” icon = “hue”
   Group item = Bedroom label = “Bedroom” icon = “bedroom”
   Group item = Office label = “Office” icon = “desk”
  }
}
Code Listing 2: Sample Sitemap configuration.