thorsten-gehrig and GitHub
fdea2bc0df
Merge pull request #125 from Korki67/master
...
avoid using "ALL" in option -m as name of group
2026-09-05 12:12:43 +02:00
thorsten-gehrig and GitHub
d81d75ed12
Merge pull request #104 from clach04/patch-2
...
Hard fail in plain script when announce requested
2026-09-05 12:11:34 +02:00
thorsten-gehrig and GitHub
ca381ac58d
Merge pull request #196 from thorsten-gehrig/claude/http-toolkit-history-link-nqg1xs
...
fix: replace broken customer-history-records-v2 endpoint with new GET…
2026-09-05 10:55:31 +02:00
Claude
8651090013
fix: replace broken customer-history-records-v2 endpoint with new GET endpoint
...
Amazon removed the v2 POST endpoint for voice history. Switch to the current
GET endpoint /alexa-privacy/apd/rvh/customer-history-records with recordType
parameter instead of pageType. Fixes -lastalexa and -lastcommand (issue #188 ).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_015a9UxV6q6eG4bpn3JH3PJX
2026-09-05 08:46:55 +00:00
Alex and GitHub
b7077400cf
PR#192 fixed raw JQ
...
Fixed raw JQ
2025-11-08 12:31:22 +01:00
Alex and GitHub
02a5fb9928
Fixed raw JQ
2025-11-08 12:30:15 +01:00
Alex and GitHub
968083d76f
PR#191 switched to new auth-status detection
...
switched to new auth-status detection
2025-11-07 20:25:28 +01:00
Alexander Noack
a804f7e4aa
switched to new auth-status detection
2025-11-07 20:23:31 +01:00
Alex and GitHub
c51d435414
PR#185 Create LICENSE
2025-07-19 09:44:24 +02:00
Alex and GitHub
31cc6edbcd
Create LICENSE
2025-07-19 09:43:16 +02:00
Alex and GitHub
1bfce803c3
Merge PR #180 from adn77/master
...
no more fancy date calculations
2024-04-06 23:49:06 +02:00
Alexander Noack
68d2b4f488
no more fancy date calculations
2024-04-04 22:42:16 +02:00
Alex and GitHub
ceabd042c8
PR #177 from all-solutions/master
...
changed /tmp/ to ${TMP} in last_alexa()
2024-02-06 16:42:30 +01:00
ManuA and GitHub
e00a75980b
changed /tmp/ to ${TMP} in last_alexa()
...
If you change SET_TMP in the configuration, -lastalexa does not work due to the typo.
Hardcoded path replaced by ${TMP} variable.
2024-02-06 11:40:20 +01:00
Alex and GitHub
2b9606ff6a
Merge PR #176 from adn77/master
...
changed the output of -lastalexa back to before
2024-02-01 22:02:04 +01:00
Alexander Noack
9096fbef11
changed the output of -lastalexa back to before
2024-02-01 22:01:10 +01:00
Alex and GitHub
43a2f426b2
Merge PR #175 from adn77/master
...
hopefully fixed 'date' for good
2024-01-31 15:44:55 +01:00
Alexander Noack
edbd146c73
hopefully fixed 'date' for good
2024-01-31 14:01:17 +01:00
Alex and GitHub
33cc599f07
PR #174 fixed lastalexa/lastcommand
...
fixed lastalexa/lastcommand
2024-01-29 23:38:30 +01:00
Alexander Noack
7a7ae69f5e
fixed lastalexa/lastcommand
2024-01-29 23:35:25 +01:00
Alexander Noack
4235eb66c2
fixed lastalexa/lastcommand
2024-01-29 23:31:21 +01:00
Alex and GitHub
8f86f40ee4
PR #161 Replaces call to jq's strptime function
...
jq's Windows implementation of strptime currently throws this error: `jq: error (at <stdin>:1): strptime/1 only supports ISO 8601 on this platform`
2022-07-01 16:18:21 +02:00
ImportTaste
a655737305
removed call to jq's strptime function
...
replaced with bash function using 'date' to convert to epoch
2022-06-29 22:21:19 -05:00
Alex and GitHub
7b189af26e
Merge pull request #157 from adn77/master
...
Minor update: check if devicelist.txt exists
2022-06-12 23:48:36 +02:00
Alex
c9be9bc88a
Minor update: check if devicelist.txt exists
2022-06-12 23:42:05 +02:00
Alex and GitHub
140c2053c9
PR #153 write volume to volume cache when volume is changed
...
minor volume fix (write volume to volume cache when volume is changed)
2022-02-04 22:05:44 +01:00
Alex
67610c7b28
write volume to volume cache when volume is changed
2022-02-04 22:01:08 +01:00
Alex and GitHub
c52abdcc23
Merge pull request #150 from adn77/master
...
fixed AlexaApp device selection
2021-11-16 09:49:09 +01:00
Alexander Noack
0dcc480f1c
fixed AlexaApp device selection
2021-11-16 09:46:32 +01:00
Alex and GitHub
477cc05208
PR #145 Explicitly use grep -E for whitespace matching
2021-10-11 13:52:33 +02:00
Alexander Noack
c0925b3a5e
Explicitly use grep -E for whitespace matching
2021-10-11 13:48:38 +02:00
Alex and GitHub
0bf4292cdb
More information on REFRESH_TOKEN
2021-10-07 21:02:43 +02:00
Alex and GitHub
248cdc95c7
Added REFRESH_TOKEN mention
2021-10-07 20:55:37 +02:00
Alex and GitHub
cee93ebec0
PR #142 Implemented refresh_token cookie exchange
2021-10-07 20:52:51 +02:00
Alex and GitHub
752d601f18
Merge branch 'thorsten-gehrig:master' into master
2021-10-07 20:51:47 +02:00
Alexander Noack
60eae2eeda
fixed different cookie naming for amazon.com
2021-10-07 09:05:00 +02:00
Alex and GitHub
94a7d12745
PR #9 Add environment variable for jq
2021-09-29 09:10:01 +02:00
Daniel Mann and GitHub
76e978f534
Add environment variable for jq
...
so the binary path of jq can be overwritten in a wrapper script via "export JQ='/some/path/jq"
2021-09-27 23:37:51 +02:00
Alexander Noack
c4baa34b98
optimized speak commands to use less JQ
2021-09-15 16:18:10 +02:00
Alexander Noack
282a54d83b
fix date creation on 32bit systems
2021-09-14 10:20:25 +02:00
Alex
8309a07a16
Implemented refresh_token cookie exchange
2021-09-13 23:14:24 +02:00
Alex and GitHub
aa0b9261d9
PR #139 from adn77/master
...
* Playing TuneIn works again using new entertainment API endpoint
* Added playmusic (Alexa.Music.PlaySearchPhrase) as command
2021-09-02 15:24:48 +02:00
Alex and GitHub
d6a8b57531
Merge branch 'thorsten-gehrig:master' into master
2021-09-02 15:22:11 +02:00
Alex
2cf38b587b
Merge branch 'master' of github.com:adn77/alexa-remote-control
2021-09-02 15:20:41 +02:00
Alex
d267c30fef
Fixed TuneIn support
2021-09-02 15:19:46 +02:00
Alex and GitHub
9ac1f84316
PR #132 from adn77/master
...
complete rework of sequence commands
2021-05-27 23:08:34 +02:00
Alex
eecac7a1fe
Merge branch 'thorsten-gehrig:master' into master
2021-05-27 23:06:03 +02:00
Alex
a7b2ff3755
Added deprecation note for plain version
2021-05-27 23:05:30 +02:00
Alex
6a0f6e96f5
complete rework of sequence commands
2021-05-27 22:51:01 +02:00
Alex and GitHub
ff51e617a8
Merge pull request #126 from shge/patch-1
...
Update README.md
2021-03-17 00:10:54 +01:00