Skip to content

Commit

Permalink
Fix MRVAT_ should be MRRC_
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWinks committed Jan 15, 2025
1 parent b745dfc commit eef6631
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3',
version: '0.7.4',
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.3",
"releaseNotes": "0.7.3 Remove debounce from WS events\r\n0.7.2 Fixes for looping subscriptions on initialize() for some users.\r\n0.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.",
"version": "0.7.4",
"releaseNotes": "0.7.4 Fix MRVAT_ should be MRRC_ copy/paste error.\r\n0.7.3 Remove debounce from WS events\r\n0.7.2 Fixes for looping subscriptions on initialize() for some users.\r\n0.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 eef6631

Please sign in to comment.