diff options
Diffstat (limited to 'bin/sound_node.py')
-rwxr-xr-x | bin/sound_node.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sound_node.py b/bin/sound_node.py index 90e6997..4d0172c 100755 --- a/bin/sound_node.py +++ b/bin/sound_node.py @@ -17,7 +17,7 @@ from homekit import http def _amixer_control_response(control): info = amixer.get(control) caps = amixer.get_caps(control) - return http.ok({ + return http.ajax_ok({ 'caps': caps, 'info': info }) |