-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hoping someone can fill me in on something not mentioned in the docs (i think)
I ran this:
curl.exe -k -H "Content-Type: application/json" -H "AUTH: xxx" -X GET https://192.168.1.11:7345/menu_native/dynamic/tv_settings/admin_and_privacy/soft_power_cycle|json_pp
and got this:
{
"STATUS" : {
"RESULT" : "SUCCESS",
"DETAIL" : "Success"
},
"HASHLIST" : [
3194182953,
4047939753
],
"ITEMS" : [
{
"VALUE" : "T_ACTION_V1",
"TYPE" : "T_ACTION_V1",
"CNAME" : "soft_power_cycle",
"NAME" : "Reboot TV",
"HASHVAL" : 4050647667
}
],
"PARAMETERS" : {
"HELPTEXT" : "FALSE",
"FLAT" : "TRUE",
"HASHONLY" : "FALSE"
},
"URI" : "/menu_native/dynamic/tv_settings/admin_and_privacy/soft_power_cycle"
}
i thought perhaps this would poke it:
curl.exe -k -H "Content-Type: application/json" -H "AUTH: xxx" -X PUT -d "{""REQUEST"": ""MODIFY"",""VALUE"": ""T_ACTION_V1"",""HASHVAL"": 4050647667}" https://192.168.1.11:7345/menu_native/dynamic/tv_settings/admin_and_privacy/soft_power_cycle|json_pp
but alas, no. i get:
{
"PARAMETERS" : {
"REQUEST" : "MODIFY",
"VALUE" : "T_ACTION_V1",
"HASHVAL" : 4050647667
},
"URI" : "/menu_native/dynamic/tv_settings/admin_and_privacy/soft_power_cycle",
"STATUS" : {
"DETAIL" : "Proxy error",
"RESULT" : "PROXY_ERROR"
}
}
Does anyone listening know how to use an action correctly? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels