Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. needle
  2. PostDeviceGroupResponse Object
  3. (
  4. [idDeviceGroup] => 374
  5. [StartMAC] => 00:00:23:42:16:14
  6. [EndMAC] => 00:00:23:42:16:15
  7. [idDeviceType] => 9543
  8. [CredentialType] => PSK
  9. [CertificateSerialNumber] => testval
  10. [GCN] => 1
  11. [DCM] => 0
  12. [SCD] => 0
  13. [DLC] => 1
  14. [DCR] => 0
  15. )
  16.  
  17. haystack
  18. Array
  19. (
  20. [0] => DeviceGroup Object
  21. (
  22. [idDeviceGroup] => 374
  23. [StartMAC] => 00:00:23:42:16:14
  24. [EndMAC] => 00:00:23:42:16:15
  25. [idDeviceType] => 9543
  26. [CredentialType] => PSK
  27. [PSK] =>
  28. [CertificateSerialNumber] => testval
  29. [GCN] => 1
  30. [DCM] => 0
  31. [SCD] => 0
  32. [DLC] => 1
  33. [DCR] => 0
  34. )
  35.  
  36. [1] => DeviceGroup Object
  37. (
  38. [idDeviceGroup] => 237
  39. [StartMAC] => 70:3e:ac:11:85:6b
  40. [EndMAC] => 70:3e:ac:11:85:6b
  41. [idDeviceType] => 169
  42. [CredentialType] => PSK
  43. [PSK] =>
  44. [CertificateSerialNumber] =>
  45. [GCN] => 1
  46. [DCM] => 0
  47. [SCD] => 1
  48. [DLC] => 1
  49. [DCR] => 0
  50. )
  51.  
  52. [2] => DeviceGroup Object
  53. (
  54. [idDeviceGroup] => 239
  55. [StartMAC] => 64:20:0c:a3:be:fb
  56. [EndMAC] => 64:20:0c:a3:be:fb
  57. [idDeviceType] => 168
  58. [CredentialType] => PSK
  59. [PSK] =>
  60. [CertificateSerialNumber] =>
  61. [GCN] => 1
  62. [DCM] => 0
  63. [SCD] => 0
  64. [DLC] => 0
  65. [DCR] => 0
  66. )
  67.  
  68. [3] => DeviceGroup Object
  69. (
  70. [idDeviceGroup] => 249
  71. [StartMAC] => 64:76:ba:b1:99:ae
  72. [EndMAC] => 64:76:ba:b1:99:ae
  73. [idDeviceType] => 167
  74. [CredentialType] => PSK
  75. [PSK] =>
  76. [CertificateSerialNumber] =>
  77. [GCN] => 1
  78. [DCM] => 0
  79. [SCD] => 1
  80. [DLC] => 1
  81. [DCR] => 0
  82. )
  83.  
  84. [4] => DeviceGroup Object
  85. (
  86. [idDeviceGroup] => 253
  87. [StartMAC] => 64:76:ba:b1:99:a3
  88. [EndMAC] => 64:76:ba:b1:99:a3
  89. [idDeviceType] => 167
  90. [CredentialType] => PSK
  91. [PSK] =>
  92. [CertificateSerialNumber] =>
  93. [GCN] => 0
  94. [DCM] => 0
  95. [SCD] => 0
  96. [DLC] => 1
  97. [DCR] => 0
  98. )
  99.  
  100. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement