Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Pico Web Remoting
-
Labels:None
-
Number of attachments :
Description
Typcial JSON reply :
{
"greeting": "hello",
"name": "Fred"
}
How about we can add PWR specific meta information :
{
"greeting": "hello",
"name": "Fred" ,
"pwr_duration_ms": 123
}