Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             var blockList =
  2.             [
  3.                  { Category: "Device", Name: "Single Device", Input: true, Error: true, Output: true },
  4.                  { Category: "Device", Name: "Group Devices", Input: true, Error: true, Output: true },
  5.                  { Category: "Device", Name: "All Devices", Input: true, Error: true, Output: true },
  6.                  
  7.                  { Category: "RCI", Name: "Single Device", Input: true, Error: true, Output: true },
  8.                  { Category: "RCI", Name: "Group Devices", Input: true, Error: true, Output: true }
  9.             ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement