Guest User

Untitled

a guest
Jun 6th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. {
  2.     "result":[
  3.         {
  4.             "IcoPath":"Images/app.ico",
  5.             "JsonRPCAction": {
  6.                 "method":"this_is_a_test_function",
  7.                 "parameters":[]
  8.             },
  9.             "SubTitle":"Subtitle: Args: ['']",
  10.             "Title":"Action Message"
  11.         }
  12.     ]
  13. }
  14.  
  15. [
  16.     {
  17.         'Title': 'Action Message',
  18.         'SubTitle': "Subtitle: Args: ['ha', 'light', 'test_entity']",
  19.         'IcoPath': 'Images/app.ico',
  20.         'JsonRPCAction': {
  21.             'method': 'this_is_a_test_function',
  22.             'parameters': []
  23.         }
  24.     },
  25.     {
  26.         'Title': 'Action Message',
  27.         'SubTitle': "Subtitle: Args: ['ha', 'light', 'test_entity']",
  28.         'IcoPath': 'Images/app.ico',
  29.         'JsonRPCAction': {
  30.             'method': 'this_is_a_test_function',
  31.             'parameters': []
  32.         }
  33.     }
  34. ]
Advertisement
Add Comment
Please, Sign In to add comment