manpage: ipc: fix command name for observe_property

This commit is contained in:
wm4
2014-11-01 13:26:12 +01:00
parent fba8fedf66
commit d915ef7f0f

View File

@@ -131,7 +131,7 @@ extra commands can also be used as part of the protocol:
::
{ "command": ["observe_property", 1, "volume"] }
{ "command": ["observe_property_string", 1, "volume"] }
{ "error": "success" }
{ "event": "property-change", "id": 1, "data": "52.000000", "name": "volume" }