Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWinks committed Mar 1, 2024
1 parent f0c4e43 commit a470f97
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Apps/SonosAdvancedApp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

definition(
name: 'Sonos Advanced Controller',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
category: 'Audio',
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvBatteryStats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata {
definition(
name: 'Sonos Advanced Battery Status',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
component: true,
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvFavorites.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata {
definition(
name: 'Sonos Advanced Favorites',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
component: true,
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvGroup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata {
definition(
name: 'Sonos Advanced Group',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
component: true,
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvPlayer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
metadata {
definition(
name: 'Sonos Advanced Player',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
singleThreaded: false,
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvSecondaries.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata {
definition(
name: 'Sonos Advanced Secondaries',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
component: true,
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Component/SonosAdvSnapshot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
metadata {
definition(
name: 'Sonos Advanced Snapshot',
version: '0.7.0',
version: '0.7.1',
namespace: 'dwinks',
author: 'Daniel Winks',
component: true,
Expand Down
4 changes: 2 additions & 2 deletions PackageManifests/SonosAdvancedController/packageManifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packageName": "Sonos Advanced Controller",
"author": "Daniel Winks",
"version": "0.7.0",
"releaseNotes": "0.7.0: Add Night Mode and Dialog Enhancement for Arc/Beam/Ray supported. To use enable the child device for them in preferences and toggle child device switch on/off. Many other fixes.\r\n0.6.2 Add semaphore locking around all updateDataValue/getDataValue calls to prevent concurrent access exceptions.\r\n0.6.1 Jsonify trackData for SharpTools/WebCoRE\r\n0.6.0 Use streamlined parent app call to send data to followers.",
"version": "0.7.1",
"releaseNotes": "0.7.1 Improved null checking in websocket parse method.\r\n0.7.0 Add Night Mode and Dialog Enhancement for Arc/Beam/Ray supported. To use enable the child device for them in preferences and toggle child device switch on/off. Many other fixes.\r\n0.6.2 Add semaphore locking around all updateDataValue/getDataValue calls to prevent concurrent access exceptions.\r\n0.6.1 Jsonify trackData for SharpTools/WebCoRE\r\n0.6.0 Use streamlined parent app call to send data to followers.",
"minimumHEVersion": "2.3.7.114",
"dateReleased": "2024-01-07",
"gitHubUrl": "https://github.com/DanielWinks/Hubitat-Public",
Expand Down

0 comments on commit a470f97

Please sign in to comment.