Skip to content

Commit

Permalink
v4.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonesto7 committed Aug 21, 2023
1 parent 48253cb commit 31bb001
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 27 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### _**Release (v4.2.3.0) - [August 21st, 2023]**_

#### _***All Apps and Devices***_

- [FIX] Fixes submitted by @nh_shotfam.
- [FIX] Fixed some ui issues with the Actions app.
- [FIX] Disabled the GetPlaylists command for now as it's not working.

### _**Release (v4.2.2.0) - [December 22nd, 2022]**_

#### _***All Apps and Devices***_
Expand Down
4 changes: 2 additions & 2 deletions apps/echo-speaks-actions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import java.util.concurrent.Semaphore
//************************************************
//* STATIC VARIABLES *
//************************************************
@Field static final String appVersionFLD = '4.2.2.0'
@Field static final String appModifiedFLD = '2022-12-22'
@Field static final String appVersionFLD = '4.2.3.0'
@Field static final String appModifiedFLD = '2022-08-21'
@Field static final Boolean devModeFLD = false
@Field static final String sNULL = (String)null
@Field static final String sBLANK = ''
Expand Down
4 changes: 2 additions & 2 deletions apps/echo-speaks-zones.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import java.util.concurrent.Semaphore
//************************************************
//* STATIC VARIABLES *
//************************************************
@Field static final String appVersionFLD = '4.2.2.0'
@Field static final String appModifiedFLD = '2022-12-22'
@Field static final String appVersionFLD = '4.2.3.0'
@Field static final String appModifiedFLD = '2023-08-21'
@Field static final String sNULL = (String)null
@Field static final String sBLANK = ''
@Field static final String sSPACE = ' '
Expand Down
6 changes: 3 additions & 3 deletions apps/echo-speaks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ import java.util.concurrent.Semaphore
//************************************************
//* STATIC VARIABLES *
//************************************************
@Field static final String appVersionFLD = '4.2.2.1'
@Field static final String appModifiedFLD = '2023-07-16'
@Field static final String appVersionFLD = '4.2.3.0'
@Field static final String appModifiedFLD = '2023-08-21'
@Field static final String gitBranchFLD = 'master'
@Field static final String platformFLD = 'Hubitat'
@Field static final Boolean devModeFLD = false
@Field static final Map<String,Integer> minVersionsFLD = [echoDevice: 4220, actionApp: 4220, zoneApp: 4220, zoneEchoDevice: 4220, server: 270] //These values define the minimum versions of code this app will work with.
@Field static final Map<String,Integer> minVersionsFLD = [echoDevice: 4230, actionApp: 4230, zoneApp: 4230, zoneEchoDevice: 4230, server: 270] //These values define the minimum versions of code this app will work with.

@Field static final String sNULL = (String)null
@Field static final String sBLANK = ''
Expand Down
6 changes: 3 additions & 3 deletions drivers/echo-speaks-device.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import java.text.SimpleDateFormat
//************************************************
//* STATIC VARIABLES *
//************************************************
@Field static final String devVersionFLD = '4.2.2.0'
@Field static final String devModifiedFLD = '2022-12-22'
@Field static final String devVersionFLD = '4.2.3.0'
@Field static final String devModifiedFLD = '2023-08-21'
@Field static final String sNULL = (String)null
@Field static final String sBLANK = ''
@Field static final String sSPACE = ' '
Expand Down Expand Up @@ -615,7 +615,7 @@ void refreshData(Boolean full=false) {
// logTrace("permissions: ${state.permissions}")
if((Boolean)state.permissions?.mediaPlayer && (full || mfull || !wsActive)) {
getPlaybackState()
if(!isWHA) { getPlaylists() }
// if(!isWHA) { getPlaylists() }
}
if(!isWHA) {
if (full || mfull) {
Expand Down
6 changes: 3 additions & 3 deletions drivers/echo-speaks-zone-device.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import java.text.SimpleDateFormat
//************************************************
//* STATIC VARIABLES *
//************************************************
@Field static final String devVersionFLD = '4.2.2.0'
@Field static final String devModifiedFLD = '2022-12-22'
@Field static final String devVersionFLD = '4.2.3.0'
@Field static final String devModifiedFLD = '2023-08-21'
@Field static final String sNULL = (String)null
@Field static final String sBLANK = ''
@Field static final String sSPACE = ' '
Expand Down Expand Up @@ -615,7 +615,7 @@ void refreshData(Boolean full=false) {
// logTrace("permissions: ${state.permissions}")
if((Boolean)state.permissions?.mediaPlayer && (full || mfull || !wsActive)) {
getPlaybackState()
if(!isWHA) { getPlaylists() }
// if(!isWHA) { getPlaylists() }
}
if(!isWHA) {
if (full || mfull) {
Expand Down
14 changes: 7 additions & 7 deletions packageManifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packageName": "Echo Speaks",
"author": "Anthony S.",
"version": "4.2.2.0",
"version": "4.2.3.0",
"minimumHEVersion": "2.2.4",
"dateReleased": "2022-12-22",
"dateReleased": "2023-08-21",
"documentationLink": "https://tonesto7.github.io/echo-speaks-docs",
"communityLink": "https://community.hubitat.com/t/release-echo-speaks-v4/68843",
"licenseFile": "",
Expand All @@ -16,7 +16,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks.groovy",
"required": true,
"oauth": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "cd4762db-aa0b-4d32-98ca-06de955dbc33",
Expand All @@ -25,7 +25,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks-actions.groovy",
"required": true,
"oauth": false,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "50ad91a0-eb51-4d6f-98d2-f1654221baa9",
Expand All @@ -34,7 +34,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/apps/echo-speaks-zones.groovy",
"required": true,
"oauth": false,
"version": "4.2.2.0"
"version": "4.2.3.0"
}
],
"drivers": [
Expand All @@ -44,15 +44,15 @@
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/drivers/echo-speaks-device.groovy",
"required": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "afac5950-3dc0-4109-95ec-79aa3c7ef208",
"name": "Echo Speaks Zone Device",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/master/drivers/echo-speaks-zone-device.groovy",
"required": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
}
]
}
14 changes: 7 additions & 7 deletions packageManifestBeta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packageName": "Echo Speaks (Beta)",
"author": "Anthony S.",
"version": "4.2.2.0",
"version": "4.2.3.0",
"minimumHEVersion": "2.2.4",
"dateReleased": "2022-12-22",
"dateReleased": "2023-08-21",
"documentationLink": "https://tonesto7.github.io/echo-speaks-docs",
"communityLink": "https://community.hubitat.com/t/beta-echo-speaks-v4/66503",
"licenseFile": "",
Expand All @@ -16,7 +16,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/beta/apps/echo-speaks.groovy",
"required": true,
"oauth": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "cd4762db-aa0b-4d32-98ca-06de955dbc33",
Expand All @@ -25,7 +25,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/beta/apps/echo-speaks-actions.groovy",
"required": true,
"oauth": false,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "50ad91a0-eb51-4d6f-98d2-f1654221baa9",
Expand All @@ -34,7 +34,7 @@
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/beta/apps/echo-speaks-zones.groovy",
"required": true,
"oauth": false,
"version": "4.2.2.0"
"version": "4.2.3.0"
}
],
"drivers": [
Expand All @@ -44,15 +44,15 @@
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/beta/drivers/echo-speaks-device.groovy",
"required": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
},
{
"id": "afac5950-3dc0-4109-95ec-79aa3c7ef208",
"name": "Echo Speaks Zone Device",
"namespace": "tonesto7",
"location": "https://raw.githubusercontent.com/tonesto7/echo-speaks/beta/drivers/echo-speaks-zone-device.groovy",
"required": true,
"version": "4.2.2.0"
"version": "4.2.3.0"
}
]
}

0 comments on commit 31bb001

Please sign in to comment.