Fixed formatting

This commit is contained in:
Henric Andersson
2015-09-03 13:09:12 -07:00
parent 7e5d6e99d1
commit d9a2d8109e
2 changed files with 377 additions and 377 deletions

View File

@@ -1,7 +1,7 @@
/** /**
* Bose SoundTouch * Bose SoundTouch
* *
* Copyright 2015 Henric Andersson * Copyright 2015 SmartThings
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at: * in compliance with the License. You may obtain a copy of the License at:
@@ -19,7 +19,7 @@ import groovy.xml.XmlUtil
// for the UI // for the UI
metadata { metadata {
definition (name: "Bose SoundTouch", namespace: "smartthings", author: "Henric.Andersson@smartthings.com") { definition (name: "Bose SoundTouch", namespace: "smartthings", author: "SmartThings") {
/** /**
* List our capabilties. Doing so adds predefined command(s) which * List our capabilties. Doing so adds predefined command(s) which
* belong to the capability. * belong to the capability.

View File

@@ -1,7 +1,7 @@
/** /**
* Bose SoundTouch (Connect) * Bose SoundTouch (Connect)
* *
* Copyright 2015 Henric Andersson * Copyright 2015 SmartThings
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at: * in compliance with the License. You may obtain a copy of the License at:
@@ -16,7 +16,7 @@
definition( definition(
name: "Bose SoundTouch (Connect)", name: "Bose SoundTouch (Connect)",
namespace: "smartthings", namespace: "smartthings",
author: "Henric.Andersson@smartthings.com", author: "SmartThings",
description: "Control your Bose SoundTouch speakers", description: "Control your Bose SoundTouch speakers",
category: "SmartThings Labs", category: "SmartThings Labs",
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png", iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png",