Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 454.26 KB | None | 0 0
  1. -{
  2. "objectInfo": {
  3. "indexPath": "",
  4. "keyPath": "",
  5. "name": "",
  6. "key": "",
  7. "attributes": {
  8. "persistent": true
  9. },
  10. "state": "ready",
  11. "parameterCount": 0,
  12. "childCount": 65,
  13. "instanceCount": 0
  14. },
  15. "functions": [],
  16. "children": [{
  17. "objectInfo": {
  18. "indexPath": "",
  19. "keyPath": "",
  20. "name": "UserManagement",
  21. "key": "UserManagement",
  22. "attributes": {
  23. "persistent": true
  24. },
  25. "state": "ready",
  26. "parameterCount": 2,
  27. "childCount": 2,
  28. "instanceCount": 0
  29. },
  30. "functions": [{
  31. "name": "changePassword",
  32. "type": "bool",
  33. "attributes": {},
  34. "arguments": [{
  35. "name": "name",
  36. "type": "string",
  37. "attributes": {}
  38. }, {
  39. "name": "password",
  40. "type": "string",
  41. "attributes": {}
  42. }]
  43. }, {
  44. "name": "authenticate",
  45. "type": "bool",
  46. "attributes": {},
  47. "arguments": [{
  48. "name": "name",
  49. "type": "string",
  50. "attributes": {
  51. "mandatory": true
  52. }
  53. }, {
  54. "name": "password",
  55. "type": "string",
  56. "attributes": {
  57. "mandatory": true
  58. }
  59. }, {
  60. "name": "groupName",
  61. "type": "string",
  62. "attributes": {}
  63. }]
  64. }],
  65. "parameters": [],
  66. "children": [],
  67. "instances": []
  68. }, {
  69. "objectInfo": {
  70. "indexPath": "",
  71. "keyPath": "",
  72. "name": "UserInterface",
  73. "key": "UserInterface",
  74. "attributes": {
  75. "persistent": true
  76. },
  77. "state": "ready",
  78. "parameterCount": 4,
  79. "childCount": 0,
  80. "instanceCount": 0
  81. },
  82. "functions": [{
  83. "name": "getLanguage",
  84. "type": "string",
  85. "attributes": {},
  86. "arguments": [{
  87. "name": "availableLanguages",
  88. "type": "string",
  89. "attributes": {
  90. "out": true
  91. }
  92. }]
  93. }, {
  94. "name": "setLanguage",
  95. "type": "bool",
  96. "attributes": {},
  97. "arguments": [{
  98. "name": "currentLanguage",
  99. "type": "string",
  100. "attributes": {
  101. "mandatory": true
  102. }
  103. }]
  104. }, {
  105. "name": "getState",
  106. "type": "string",
  107. "attributes": {},
  108. "arguments": []
  109. }, {
  110. "name": "getDebugInformation",
  111. "type": "variant",
  112. "attributes": {},
  113. "arguments": []
  114. }],
  115. "parameters": [{
  116. "name": "AvailableLanguages",
  117. "type": "string",
  118. "attributes": {
  119. "read_only": true
  120. },
  121. "state": "ready",
  122. "value": "en,fr"
  123. }, {
  124. "name": "CurrentLanguage",
  125. "type": "string",
  126. "attributes": {
  127. "persistent": true
  128. },
  129. "state": "ready",
  130. "value": "fr",
  131. "validator": ["en", "fr"]
  132. }, {
  133. "name": "BackupFileName",
  134. "type": "string",
  135. "attributes": {
  136. "persistent": true
  137. },
  138. "state": "ready",
  139. "value": "GTFO_%DATETIME%.livebox"
  140. }, {
  141. "name": "CurrentState",
  142. "type": "string",
  143. "attributes": {
  144. "persistent": true
  145. },
  146. "state": "ready",
  147. "value": "connected"
  148. }],
  149. "children": [],
  150. "instances": []
  151. }, {
  152. "objectInfo": {
  153. "indexPath": "",
  154. "keyPath": "",
  155. "name": "DeviceManager",
  156. "key": "DeviceManager",
  157. "attributes": {},
  158. "state": "ready",
  159. "parameterCount": 2,
  160. "childCount": 1,
  161. "instanceCount": 0
  162. },
  163. "functions": [{
  164. "name": "getDevices",
  165. "type": "list",
  166. "attributes": {},
  167. "arguments": [{
  168. "name": "sources",
  169. "type": "string",
  170. "attributes": {}
  171. }, {
  172. "name": "types",
  173. "type": "string",
  174. "attributes": {}
  175. }]
  176. }, {
  177. "name": "enableNotifications",
  178. "type": "bool",
  179. "attributes": {},
  180. "arguments": []
  181. }],
  182. "parameters": [{
  183. "name": "DeviceSources",
  184. "type": "string",
  185. "attributes": {
  186. "read_only": true
  187. },
  188. "state": "ready",
  189. "value": "network,usb,voice"
  190. }, {
  191. "name": "DeviceTypes",
  192. "type": "string",
  193. "attributes": {
  194. "read_only": true
  195. },
  196. "state": "ready",
  197. "value": "Computer,Notebook,Phone,Network Access Point,Audio/Video,Peripheral,Imaging,GameConsole,Storage,Miscellaneous,iPod/iPhone/iPad,Printer,Set-top Box Orange,Tv,Liveradio,Photo,Photoframe"
  198. }],
  199. "children": [{
  200. "objectInfo": {
  201. "indexPath": "DeviceManager",
  202. "keyPath": "DeviceManager",
  203. "name": "Connectivity",
  204. "key": "Connectivity",
  205. "attributes": {},
  206. "state": "ready",
  207. "parameterCount": 1,
  208. "childCount": 0,
  209. "instanceCount": 0
  210. },
  211. "functions": [{
  212. "name": "getStatus",
  213. "type": "variant",
  214. "attributes": {},
  215. "arguments": [{
  216. "name": "sources",
  217. "type": "string",
  218. "attributes": {}
  219. }]
  220. }, {
  221. "name": "enableNotifications",
  222. "type": "bool",
  223. "attributes": {},
  224. "arguments": []
  225. }],
  226. "parameters": [{
  227. "name": "ConnectivitySources",
  228. "type": "string",
  229. "attributes": {
  230. "read_only": true
  231. },
  232. "state": "ready",
  233. "value": "data,wl0,lan,voip,iptv"
  234. }],
  235. "children": [],
  236. "instances": []
  237. }],
  238. "instances": []
  239. }, {
  240. "objectInfo": {
  241. "indexPath": "",
  242. "keyPath": "",
  243. "name": "sah",
  244. "key": "sah",
  245. "attributes": {},
  246. "state": "ready",
  247. "parameterCount": 0,
  248. "childCount": 6,
  249. "instanceCount": 0
  250. },
  251. "functions": [],
  252. "parameters": [],
  253. "children": [{
  254. "objectInfo": {
  255. "indexPath": "sah",
  256. "keyPath": "sah",
  257. "name": "Device",
  258. "key": "Device",
  259. "attributes": {},
  260. "state": "ready",
  261. "parameterCount": 0,
  262. "childCount": 4,
  263. "instanceCount": 0
  264. },
  265. "functions": [],
  266. "parameters": [],
  267. "children": [{
  268. "objectInfo": {
  269. "indexPath": "sah.Device",
  270. "keyPath": "sah.Device",
  271. "name": "AttachedDevices",
  272. "key": "AttachedDevices",
  273. "attributes": {},
  274. "state": "ready",
  275. "parameterCount": 0,
  276. "childCount": 0,
  277. "instanceCount": 0
  278. },
  279. "functions": [{
  280. "name": "listAll",
  281. "type": "int32",
  282. "attributes": {},
  283. "arguments": [{
  284. "name": "deviceType",
  285. "type": "string",
  286. "attributes": {
  287. "mandatory": true
  288. }
  289. }, {
  290. "name": "deviceList",
  291. "type": "list",
  292. "attributes": {
  293. "out": true
  294. }
  295. }]
  296. }],
  297. "parameters": [],
  298. "children": [],
  299. "instances": []
  300. }, {
  301. "objectInfo": {
  302. "indexPath": "sah.Device",
  303. "keyPath": "sah.Device",
  304. "name": "LocalStorage",
  305. "key": "LocalStorage",
  306. "attributes": {},
  307. "state": "ready",
  308. "parameterCount": 0,
  309. "childCount": 0,
  310. "instanceCount": 0
  311. },
  312. "functions": [{
  313. "name": "eject",
  314. "type": "int32",
  315. "attributes": {},
  316. "arguments": [{
  317. "name": "USBMassStorageID",
  318. "type": "string",
  319. "attributes": {
  320. "mandatory": true
  321. }
  322. }]
  323. }],
  324. "parameters": [],
  325. "children": [],
  326. "instances": []
  327. }],
  328. "instances": []
  329. }, {
  330. "objectInfo": {
  331. "indexPath": "sah",
  332. "keyPath": "sah",
  333. "name": "AccessManagement",
  334. "key": "AccessManagement",
  335. "attributes": {},
  336. "state": "ready",
  337. "parameterCount": 0,
  338. "childCount": 1,
  339. "instanceCount": 0
  340. },
  341. "functions": [],
  342. "parameters": [],
  343. "children": [],
  344. "instances": []
  345. }, {
  346. "objectInfo": {
  347. "indexPath": "sah",
  348. "keyPath": "sah",
  349. "name": "HomeNetworkManagement",
  350. "key": "HomeNetworkManagement",
  351. "attributes": {},
  352. "state": "ready",
  353. "parameterCount": 0,
  354. "childCount": 2,
  355. "instanceCount": 0
  356. },
  357. "functions": [],
  358. "parameters": [],
  359. "children": [{
  360. "objectInfo": {
  361. "indexPath": "sah.HomeNetworkManagement",
  362. "keyPath": "sah.HomeNetworkManagement",
  363. "name": "NetworkMap",
  364. "key": "NetworkMap",
  365. "attributes": {},
  366. "state": "ready",
  367. "parameterCount": 0,
  368. "childCount": 0,
  369. "instanceCount": 0
  370. },
  371. "functions": [{
  372. "name": "listDevices",
  373. "type": "int32",
  374. "attributes": {},
  375. "arguments": [{
  376. "name": "deviceList",
  377. "type": "list",
  378. "attributes": {
  379. "out": true
  380. }
  381. }]
  382. }],
  383. "parameters": [],
  384. "children": [],
  385. "instances": []
  386. }, {
  387. "objectInfo": {
  388. "indexPath": "sah.HomeNetworkManagement",
  389. "keyPath": "sah.HomeNetworkManagement",
  390. "name": "InternetAccessScheduling",
  391. "key": "InternetAccessScheduling",
  392. "attributes": {},
  393. "state": "ready",
  394. "parameterCount": 0,
  395. "childCount": 0,
  396. "instanceCount": 0
  397. },
  398. "functions": [{
  399. "name": "setActivationState",
  400. "type": "int32",
  401. "attributes": {},
  402. "arguments": [{
  403. "name": "deviceID",
  404. "type": "string",
  405. "attributes": {
  406. "mandatory": true
  407. }
  408. }, {
  409. "name": "activationState",
  410. "type": "string",
  411. "attributes": {
  412. "mandatory": true
  413. }
  414. }, {
  415. "name": "base",
  416. "type": "string",
  417. "attributes": {
  418. "mandatory": true
  419. }
  420. }, {
  421. "name": "defaultState",
  422. "type": "string",
  423. "attributes": {
  424. "mandatory": true
  425. }
  426. }, {
  427. "name": "schedulingList",
  428. "type": "list",
  429. "attributes": {
  430. "mandatory": true
  431. }
  432. }]
  433. }, {
  434. "name": "getActivationState",
  435. "type": "int32",
  436. "attributes": {},
  437. "arguments": [{
  438. "name": "deviceID",
  439. "type": "string",
  440. "attributes": {
  441. "mandatory": true
  442. }
  443. }, {
  444. "name": "activationState",
  445. "type": "string",
  446. "attributes": {
  447. "out": true
  448. }
  449. }, {
  450. "name": "base",
  451. "type": "string",
  452. "attributes": {
  453. "out": true
  454. }
  455. }, {
  456. "name": "defaultState",
  457. "type": "string",
  458. "attributes": {
  459. "out": true
  460. }
  461. }, {
  462. "name": "schedulingList",
  463. "type": "list",
  464. "attributes": {
  465. "out": true
  466. }
  467. }]
  468. }],
  469. "parameters": [],
  470. "children": [],
  471. "instances": []
  472. }],
  473. "instances": []
  474. }, {
  475. "objectInfo": {
  476. "indexPath": "sah",
  477. "keyPath": "sah",
  478. "name": "Voice",
  479. "key": "Voice",
  480. "attributes": {},
  481. "state": "ready",
  482. "parameterCount": 0,
  483. "childCount": 3,
  484. "instanceCount": 0
  485. },
  486. "functions": [],
  487. "parameters": [],
  488. "children": [{
  489. "objectInfo": {
  490. "indexPath": "sah.Voice",
  491. "keyPath": "sah.Voice",
  492. "name": "Trunks",
  493. "key": "Trunks",
  494. "attributes": {},
  495. "state": "ready",
  496. "parameterCount": 0,
  497. "childCount": 0,
  498. "instanceCount": 0
  499. },
  500. "functions": [{
  501. "name": "listAll",
  502. "type": "int32",
  503. "attributes": {},
  504. "arguments": [{
  505. "name": "phoneTrunkList",
  506. "type": "list",
  507. "attributes": {
  508. "out": true
  509. }
  510. }]
  511. }],
  512. "parameters": [],
  513. "children": [],
  514. "instances": []
  515. }, {
  516. "objectInfo": {
  517. "indexPath": "sah.Voice",
  518. "keyPath": "sah.Voice",
  519. "name": "Handsets",
  520. "key": "Handsets",
  521. "attributes": {},
  522. "state": "ready",
  523. "parameterCount": 0,
  524. "childCount": 0,
  525. "instanceCount": 0
  526. },
  527. "functions": [{
  528. "name": "listAll",
  529. "type": "int32",
  530. "attributes": {},
  531. "arguments": [{
  532. "name": "phoneList",
  533. "type": "list",
  534. "attributes": {
  535. "out": true
  536. }
  537. }]
  538. }],
  539. "parameters": [],
  540. "children": [],
  541. "instances": []
  542. }],
  543. "instances": []
  544. }, {
  545. "objectInfo": {
  546. "indexPath": "sah",
  547. "keyPath": "sah",
  548. "name": "hgw",
  549. "key": "hgw",
  550. "attributes": {},
  551. "state": "ready",
  552. "parameterCount": 0,
  553. "childCount": 1,
  554. "instanceCount": 0
  555. },
  556. "functions": [],
  557. "parameters": [],
  558. "children": [{
  559. "objectInfo": {
  560. "indexPath": "sah.hgw",
  561. "keyPath": "sah.hgw",
  562. "name": "models",
  563. "key": "models",
  564. "attributes": {},
  565. "state": "ready",
  566. "parameterCount": 0,
  567. "childCount": 1,
  568. "instanceCount": 0
  569. },
  570. "functions": [],
  571. "parameters": [],
  572. "children": [{
  573. "objectInfo": {
  574. "indexPath": "sah.hgw.models",
  575. "keyPath": "sah.hgw.models",
  576. "name": "DeviceManager",
  577. "key": "DeviceManager",
  578. "attributes": {},
  579. "state": "ready",
  580. "parameterCount": 0,
  581. "childCount": 0,
  582. "instanceCount": 0
  583. },
  584. "functions": [{
  585. "name": "getDevices",
  586. "type": "void",
  587. "attributes": {},
  588. "arguments": []
  589. }],
  590. "parameters": [],
  591. "children": [],
  592. "instances": []
  593. }],
  594. "instances": []
  595. }],
  596. "instances": []
  597. }],
  598. "instances": []
  599. }, {
  600. "objectInfo": {
  601. "indexPath": "",
  602. "keyPath": "",
  603. "name": "PnP",
  604. "key": "PnP",
  605. "attributes": {
  606. "persistent": true
  607. },
  608. "state": "ready",
  609. "parameterCount": 12,
  610. "childCount": 0,
  611. "instanceCount": 0
  612. },
  613. "functions": [],
  614. "parameters": [{
  615. "name": "Status",
  616. "type": "string",
  617. "attributes": {},
  618. "state": "ready",
  619. "value": "Idle",
  620. "validator": ["Idle", "Disabled", "Running", "Error", "OK", "Timeout"]
  621. }],
  622. "children": [],
  623. "instances": []
  624. }, {
  625. "objectInfo": {
  626. "indexPath": "",
  627. "keyPath": "",
  628. "name": "eventmanager",
  629. "key": "eventmanager",
  630. "attributes": {},
  631. "state": "ready",
  632. "parameterCount": 0,
  633. "childCount": 1,
  634. "instanceCount": 0
  635. },
  636. "functions": [{
  637. "name": "get_events",
  638. "type": "notification",
  639. "attributes": {},
  640. "arguments": [{
  641. "name": "channelid",
  642. "type": "uint32",
  643. "attributes": {}
  644. }, {
  645. "name": "events",
  646. "type": "list",
  647. "attributes": {}
  648. }]
  649. }],
  650. "parameters": [],
  651. "children": [],
  652. "instances": []
  653. }, {
  654. "objectInfo": {
  655. "indexPath": "",
  656. "keyPath": "",
  657. "name": "Scheduler",
  658. "key": "Scheduler",
  659. "attributes": {},
  660. "state": "ready",
  661. "parameterCount": 0,
  662. "childCount": 1,
  663. "instanceCount": 0
  664. },
  665. "functions": [{
  666. "name": "getSchedules",
  667. "type": "bool",
  668. "attributes": {},
  669. "arguments": [{
  670. "name": "type",
  671. "type": "string",
  672. "attributes": {}
  673. }, {
  674. "name": "scheduleInfo",
  675. "type": "list",
  676. "attributes": {
  677. "out": true
  678. }
  679. }]
  680. }, {
  681. "name": "getCompleteSchedules",
  682. "type": "bool",
  683. "attributes": {},
  684. "arguments": [{
  685. "name": "type",
  686. "type": "string",
  687. "attributes": {}
  688. }, {
  689. "name": "scheduleInfo",
  690. "type": "list",
  691. "attributes": {
  692. "out": true
  693. }
  694. }]
  695. }, {
  696. "name": "getSchedule",
  697. "type": "bool",
  698. "attributes": {},
  699. "arguments": [{
  700. "name": "type",
  701. "type": "string",
  702. "attributes": {}
  703. }, {
  704. "name": "ID",
  705. "type": "string",
  706. "attributes": {}
  707. }, {
  708. "name": "info",
  709. "type": "schedule_t",
  710. "attributes": {
  711. "out": true
  712. }
  713. }]
  714. }],
  715. "parameters": [],
  716. "children": [],
  717. "instances": []
  718. }, {
  719. "objectInfo": {
  720. "indexPath": "",
  721. "keyPath": "",
  722. "name": "USBHosts",
  723. "key": "USBHosts",
  724. "attributes": {},
  725. "state": "ready",
  726. "parameterCount": 2,
  727. "childCount": 2,
  728. "instanceCount": 0
  729. },
  730. "functions": [{
  731. "name": "getDevices",
  732. "type": "list",
  733. "attributes": {},
  734. "arguments": [{
  735. "name": "deviceClass",
  736. "type": "list",
  737. "attributes": {}
  738. }]
  739. }, {
  740. "name": "getDevice",
  741. "type": "usbdev_t",
  742. "attributes": {},
  743. "arguments": [{
  744. "name": "id",
  745. "type": "string",
  746. "attributes": {}
  747. }]
  748. }, {
  749. "name": "getTopology",
  750. "type": "list",
  751. "attributes": {},
  752. "arguments": []
  753. }],
  754. "parameters": [{
  755. "name": "HostNumberOfEntries",
  756. "type": "uint32",
  757. "attributes": {
  758. "read_only": true
  759. },
  760. "state": "ready",
  761. "value": 1
  762. }, {
  763. "name": "RootDevices",
  764. "type": "string",
  765. "attributes": {
  766. "read_only": true
  767. },
  768. "state": "ready",
  769. "value": ""
  770. }],
  771. "children": [{
  772. "objectInfo": {
  773. "indexPath": "USBHosts",
  774. "keyPath": "USBHosts",
  775. "name": "PortName",
  776. "key": "PortName",
  777. "attributes": {
  778. "read_only": true,
  779. "template": true
  780. },
  781. "state": "ready",
  782. "parameterCount": 3,
  783. "childCount": 0,
  784. "instanceCount": 2
  785. },
  786. "templateInfo": {
  787. "maxInstances": 4294967295
  788. },
  789. "functions": [],
  790. "parameters": [{
  791. "name": "DevicePath",
  792. "type": "string",
  793. "attributes": {
  794. "read_only": true
  795. },
  796. "state": "ready",
  797. "value": ""
  798. }, {
  799. "name": "Port",
  800. "type": "uint8",
  801. "attributes": {
  802. "read_only": true
  803. },
  804. "state": "ready",
  805. "value": 0
  806. }, {
  807. "name": "Name",
  808. "type": "string",
  809. "attributes": {
  810. "read_only": true
  811. },
  812. "state": "ready",
  813. "value": ""
  814. }],
  815. "children": [],
  816. "instances": [{
  817. "objectInfo": {
  818. "indexPath": "USBHosts.PortName",
  819. "keyPath": "USBHosts.PortName",
  820. "name": "1",
  821. "key": "1",
  822. "attributes": {
  823. "instance": true
  824. },
  825. "state": "ready",
  826. "parameterCount": 3,
  827. "childCount": 0,
  828. "instanceCount": 0
  829. },
  830. "functions": [],
  831. "parameters": [{
  832. "name": "DevicePath",
  833. "type": "string",
  834. "attributes": {
  835. "read_only": true
  836. },
  837. "state": "ready",
  838. "value": "USBHosts.Host.1"
  839. }, {
  840. "name": "Port",
  841. "type": "uint8",
  842. "attributes": {
  843. "read_only": true
  844. },
  845. "state": "ready",
  846. "value": 0
  847. }, {
  848. "name": "Name",
  849. "type": "string",
  850. "attributes": {
  851. "read_only": true
  852. },
  853. "state": "ready",
  854. "value": "Port2"
  855. }],
  856. "children": [],
  857. "instances": []
  858. }, {
  859. "objectInfo": {
  860. "indexPath": "USBHosts.PortName",
  861. "keyPath": "USBHosts.PortName",
  862. "name": "2",
  863. "key": "2",
  864. "attributes": {
  865. "instance": true
  866. },
  867. "state": "ready",
  868. "parameterCount": 3,
  869. "childCount": 0,
  870. "instanceCount": 0
  871. },
  872. "functions": [],
  873. "parameters": [{
  874. "name": "DevicePath",
  875. "type": "string",
  876. "attributes": {
  877. "read_only": true
  878. },
  879. "state": "ready",
  880. "value": "USBHosts.Host.1"
  881. }, {
  882. "name": "Port",
  883. "type": "uint8",
  884. "attributes": {
  885. "read_only": true
  886. },
  887. "state": "ready",
  888. "value": 1
  889. }, {
  890. "name": "Name",
  891. "type": "string",
  892. "attributes": {
  893. "read_only": true
  894. },
  895. "state": "ready",
  896. "value": "Port1"
  897. }],
  898. "children": [],
  899. "instances": []
  900. }]
  901. }, {
  902. "objectInfo": {
  903. "indexPath": "USBHosts",
  904. "keyPath": "USBHosts",
  905. "name": "Host",
  906. "key": "Host",
  907. "attributes": {
  908. "template": true
  909. },
  910. "state": "ready",
  911. "parameterCount": 2,
  912. "childCount": 1,
  913. "instanceCount": 1
  914. },
  915. "templateInfo": {
  916. "maxInstances": 4294967295
  917. },
  918. "functions": [],
  919. "parameters": [{
  920. "name": "Name",
  921. "type": "string",
  922. "attributes": {
  923. "read_only": true
  924. },
  925. "state": "ready",
  926. "value": "",
  927. "validator": {
  928. "max": "64"
  929. }
  930. }, {
  931. "name": "DeviceNumberOfEntries",
  932. "type": "uint32",
  933. "attributes": {
  934. "read_only": true
  935. },
  936. "state": "ready",
  937. "value": 0
  938. }],
  939. "children": [{
  940. "objectInfo": {
  941. "indexPath": "USBHosts.Host",
  942. "keyPath": "USBHosts.Host",
  943. "name": "Device",
  944. "key": "Device",
  945. "attributes": {
  946. "read_only": true,
  947. "template": true
  948. },
  949. "state": "ready",
  950. "parameterCount": 20,
  951. "childCount": 1,
  952. "instanceCount": 0
  953. },
  954. "templateInfo": {
  955. "maxInstances": 4294967295
  956. },
  957. "functions": [],
  958. "parameters": [{
  959. "name": "DeviceUID",
  960. "type": "string",
  961. "attributes": {
  962. "read_only": true
  963. },
  964. "state": "ready",
  965. "value": ""
  966. }, {
  967. "name": "DeviceNumber",
  968. "type": "uint32",
  969. "attributes": {
  970. "read_only": true
  971. },
  972. "state": "ready",
  973. "value": 0
  974. }, {
  975. "name": "USBVersion",
  976. "type": "string",
  977. "attributes": {
  978. "read_only": true
  979. },
  980. "state": "ready",
  981. "value": "",
  982. "validator": {
  983. "max": "4"
  984. }
  985. }, {
  986. "name": "DeviceClass",
  987. "type": "string",
  988. "attributes": {
  989. "read_only": true
  990. },
  991. "state": "ready",
  992. "value": "",
  993. "validator": {
  994. "max": "4"
  995. }
  996. }, {
  997. "name": "DeviceSubClass",
  998. "type": "string",
  999. "attributes": {
  1000. "read_only": true
  1001. },
  1002. "state": "ready",
  1003. "value": "",
  1004. "validator": {
  1005. "max": "4"
  1006. }
  1007. }, {
  1008. "name": "DeviceVersion",
  1009. "type": "uint16",
  1010. "attributes": {
  1011. "read_only": true
  1012. },
  1013. "state": "ready",
  1014. "value": 0
  1015. }, {
  1016. "name": "DeviceProtocol",
  1017. "type": "string",
  1018. "attributes": {
  1019. "read_only": true
  1020. },
  1021. "state": "ready",
  1022. "value": "",
  1023. "validator": {
  1024. "max": "4"
  1025. }
  1026. }, {
  1027. "name": "ProductID",
  1028. "type": "uint16",
  1029. "attributes": {
  1030. "read_only": true
  1031. },
  1032. "state": "ready",
  1033. "value": 0
  1034. }, {
  1035. "name": "VendorID",
  1036. "type": "uint16",
  1037. "attributes": {
  1038. "read_only": true
  1039. },
  1040. "state": "ready",
  1041. "value": 0
  1042. }, {
  1043. "name": "Manufacturer",
  1044. "type": "string",
  1045. "attributes": {
  1046. "read_only": true
  1047. },
  1048. "state": "ready",
  1049. "value": "",
  1050. "validator": {
  1051. "max": "64"
  1052. }
  1053. }, {
  1054. "name": "ProductClass",
  1055. "type": "string",
  1056. "attributes": {
  1057. "read_only": true
  1058. },
  1059. "state": "ready",
  1060. "value": "",
  1061. "validator": {
  1062. "max": "64"
  1063. }
  1064. }, {
  1065. "name": "SerialNumber",
  1066. "type": "string",
  1067. "attributes": {
  1068. "read_only": true
  1069. },
  1070. "state": "ready",
  1071. "value": "",
  1072. "validator": {
  1073. "max": "64"
  1074. }
  1075. }, {
  1076. "name": "Port",
  1077. "type": "uint8",
  1078. "attributes": {
  1079. "read_only": true
  1080. },
  1081. "state": "ready",
  1082. "value": 0
  1083. }, {
  1084. "name": "PhysicalPort",
  1085. "type": "string",
  1086. "attributes": {
  1087. "read_only": true
  1088. },
  1089. "state": "ready",
  1090. "value": ""
  1091. }, {
  1092. "name": "Rate",
  1093. "type": "string",
  1094. "attributes": {
  1095. "read_only": true
  1096. },
  1097. "state": "ready",
  1098. "value": "Low",
  1099. "validator": ["Low", "Full", "High", "Super"]
  1100. }, {
  1101. "name": "Parent",
  1102. "type": "string",
  1103. "attributes": {
  1104. "read_only": true
  1105. },
  1106. "state": "ready",
  1107. "value": ""
  1108. }, {
  1109. "name": "ParentUID",
  1110. "type": "string",
  1111. "attributes": {
  1112. "read_only": true
  1113. },
  1114. "state": "ready",
  1115. "value": ""
  1116. }, {
  1117. "name": "MaxChildren",
  1118. "type": "uint32",
  1119. "attributes": {
  1120. "read_only": true
  1121. },
  1122. "state": "ready",
  1123. "value": 0
  1124. }, {
  1125. "name": "Eject",
  1126. "type": "bool",
  1127. "attributes": {},
  1128. "state": "ready",
  1129. "value": false
  1130. }, {
  1131. "name": "ConfigurationNumberOfEntries",
  1132. "type": "uint32",
  1133. "attributes": {
  1134. "read_only": true
  1135. },
  1136. "state": "ready",
  1137. "value": 0
  1138. }],
  1139. "children": [{
  1140. "objectInfo": {
  1141. "indexPath": "USBHosts.Host.Device",
  1142. "keyPath": "USBHosts.Host.Device",
  1143. "name": "Configuration",
  1144. "key": "Configuration",
  1145. "attributes": {
  1146. "read_only": true,
  1147. "template": true
  1148. },
  1149. "state": "ready",
  1150. "parameterCount": 2,
  1151. "childCount": 1,
  1152. "instanceCount": 0
  1153. },
  1154. "templateInfo": {
  1155. "maxInstances": 4294967295
  1156. },
  1157. "functions": [],
  1158. "parameters": [{
  1159. "name": "ConfigurationNumber",
  1160. "type": "uint32",
  1161. "attributes": {
  1162. "read_only": true
  1163. },
  1164. "state": "ready",
  1165. "value": 0
  1166. }, {
  1167. "name": "InterfaceNumberOfEntries",
  1168. "type": "uint32",
  1169. "attributes": {
  1170. "read_only": true
  1171. },
  1172. "state": "ready",
  1173. "value": 0
  1174. }],
  1175. "children": [{
  1176. "objectInfo": {
  1177. "indexPath": "USBHosts.Host.Device.Configuration",
  1178. "keyPath": "USBHosts.Host.Device.Configuration",
  1179. "name": "Interface",
  1180. "key": "Interface",
  1181. "attributes": {
  1182. "read_only": true,
  1183. "template": true
  1184. },
  1185. "state": "ready",
  1186. "parameterCount": 4,
  1187. "childCount": 0,
  1188. "instanceCount": 0
  1189. },
  1190. "templateInfo": {
  1191. "maxInstances": 4294967295
  1192. },
  1193. "functions": [],
  1194. "parameters": [{
  1195. "name": "InterfaceNumber",
  1196. "type": "uint8",
  1197. "attributes": {
  1198. "read_only": true
  1199. },
  1200. "state": "ready",
  1201. "value": 0
  1202. }, {
  1203. "name": "InterfaceClass",
  1204. "type": "string",
  1205. "attributes": {
  1206. "read_only": true
  1207. },
  1208. "state": "ready",
  1209. "value": "",
  1210. "validator": {
  1211. "max": "4"
  1212. }
  1213. }, {
  1214. "name": "InterfaceSubClass",
  1215. "type": "string",
  1216. "attributes": {
  1217. "read_only": true
  1218. },
  1219. "state": "ready",
  1220. "value": "",
  1221. "validator": {
  1222. "max": "4"
  1223. }
  1224. }, {
  1225. "name": "InterfaceProtocol",
  1226. "type": "string",
  1227. "attributes": {
  1228. "read_only": true
  1229. },
  1230. "state": "ready",
  1231. "value": "",
  1232. "validator": {
  1233. "max": "4"
  1234. }
  1235. }],
  1236. "children": [],
  1237. "instances": []
  1238. }],
  1239. "instances": []
  1240. }],
  1241. "instances": []
  1242. }],
  1243. "instances": [{
  1244. "objectInfo": {
  1245. "indexPath": "USBHosts.Host",
  1246. "keyPath": "USBHosts.Host",
  1247. "name": "1",
  1248. "key": "usbhost_1",
  1249. "attributes": {
  1250. "instance": true
  1251. },
  1252. "state": "ready",
  1253. "parameterCount": 2,
  1254. "childCount": 1,
  1255. "instanceCount": 0
  1256. },
  1257. "functions": [],
  1258. "parameters": [{
  1259. "name": "Name",
  1260. "type": "string",
  1261. "attributes": {
  1262. "read_only": true
  1263. },
  1264. "state": "ready",
  1265. "value": "usbhost_1",
  1266. "validator": {
  1267. "max": "64"
  1268. }
  1269. }, {
  1270. "name": "DeviceNumberOfEntries",
  1271. "type": "uint32",
  1272. "attributes": {
  1273. "read_only": true
  1274. },
  1275. "state": "ready",
  1276. "value": 0
  1277. }],
  1278. "children": [{
  1279. "objectInfo": {
  1280. "indexPath": "USBHosts.Host.1",
  1281. "keyPath": "USBHosts.Host.usbhost_1",
  1282. "name": "Device",
  1283. "key": "Device",
  1284. "attributes": {
  1285. "read_only": true,
  1286. "template": true
  1287. },
  1288. "state": "ready",
  1289. "parameterCount": 20,
  1290. "childCount": 1,
  1291. "instanceCount": 0
  1292. },
  1293. "templateInfo": {
  1294. "maxInstances": 4294967295
  1295. },
  1296. "functions": [],
  1297. "parameters": [{
  1298. "name": "DeviceUID",
  1299. "type": "string",
  1300. "attributes": {
  1301. "read_only": true
  1302. },
  1303. "state": "ready",
  1304. "value": ""
  1305. }, {
  1306. "name": "DeviceNumber",
  1307. "type": "uint32",
  1308. "attributes": {
  1309. "read_only": true
  1310. },
  1311. "state": "ready",
  1312. "value": 0
  1313. }, {
  1314. "name": "USBVersion",
  1315. "type": "string",
  1316. "attributes": {
  1317. "read_only": true
  1318. },
  1319. "state": "ready",
  1320. "value": "",
  1321. "validator": {
  1322. "max": "4"
  1323. }
  1324. }, {
  1325. "name": "DeviceClass",
  1326. "type": "string",
  1327. "attributes": {
  1328. "read_only": true
  1329. },
  1330. "state": "ready",
  1331. "value": "",
  1332. "validator": {
  1333. "max": "4"
  1334. }
  1335. }, {
  1336. "name": "DeviceSubClass",
  1337. "type": "string",
  1338. "attributes": {
  1339. "read_only": true
  1340. },
  1341. "state": "ready",
  1342. "value": "",
  1343. "validator": {
  1344. "max": "4"
  1345. }
  1346. }, {
  1347. "name": "DeviceVersion",
  1348. "type": "uint16",
  1349. "attributes": {
  1350. "read_only": true
  1351. },
  1352. "state": "ready",
  1353. "value": 0
  1354. }, {
  1355. "name": "DeviceProtocol",
  1356. "type": "string",
  1357. "attributes": {
  1358. "read_only": true
  1359. },
  1360. "state": "ready",
  1361. "value": "",
  1362. "validator": {
  1363. "max": "4"
  1364. }
  1365. }, {
  1366. "name": "ProductID",
  1367. "type": "uint16",
  1368. "attributes": {
  1369. "read_only": true
  1370. },
  1371. "state": "ready",
  1372. "value": 0
  1373. }, {
  1374. "name": "VendorID",
  1375. "type": "uint16",
  1376. "attributes": {
  1377. "read_only": true
  1378. },
  1379. "state": "ready",
  1380. "value": 0
  1381. }, {
  1382. "name": "Manufacturer",
  1383. "type": "string",
  1384. "attributes": {
  1385. "read_only": true
  1386. },
  1387. "state": "ready",
  1388. "value": "",
  1389. "validator": {
  1390. "max": "64"
  1391. }
  1392. }, {
  1393. "name": "ProductClass",
  1394. "type": "string",
  1395. "attributes": {
  1396. "read_only": true
  1397. },
  1398. "state": "ready",
  1399. "value": "",
  1400. "validator": {
  1401. "max": "64"
  1402. }
  1403. }, {
  1404. "name": "SerialNumber",
  1405. "type": "string",
  1406. "attributes": {
  1407. "read_only": true
  1408. },
  1409. "state": "ready",
  1410. "value": "",
  1411. "validator": {
  1412. "max": "64"
  1413. }
  1414. }, {
  1415. "name": "Port",
  1416. "type": "uint8",
  1417. "attributes": {
  1418. "read_only": true
  1419. },
  1420. "state": "ready",
  1421. "value": 0
  1422. }, {
  1423. "name": "PhysicalPort",
  1424. "type": "string",
  1425. "attributes": {
  1426. "read_only": true
  1427. },
  1428. "state": "ready",
  1429. "value": ""
  1430. }, {
  1431. "name": "Rate",
  1432. "type": "string",
  1433. "attributes": {
  1434. "read_only": true
  1435. },
  1436. "state": "ready",
  1437. "value": "Low",
  1438. "validator": ["Low", "Full", "High", "Super"]
  1439. }, {
  1440. "name": "Parent",
  1441. "type": "string",
  1442. "attributes": {
  1443. "read_only": true
  1444. },
  1445. "state": "ready",
  1446. "value": ""
  1447. }, {
  1448. "name": "ParentUID",
  1449. "type": "string",
  1450. "attributes": {
  1451. "read_only": true
  1452. },
  1453. "state": "ready",
  1454. "value": ""
  1455. }, {
  1456. "name": "MaxChildren",
  1457. "type": "uint32",
  1458. "attributes": {
  1459. "read_only": true
  1460. },
  1461. "state": "ready",
  1462. "value": 0
  1463. }, {
  1464. "name": "Eject",
  1465. "type": "bool",
  1466. "attributes": {},
  1467. "state": "ready",
  1468. "value": false
  1469. }, {
  1470. "name": "ConfigurationNumberOfEntries",
  1471. "type": "uint32",
  1472. "attributes": {
  1473. "read_only": true
  1474. },
  1475. "state": "ready",
  1476. "value": 0
  1477. }],
  1478. "children": [{
  1479. "objectInfo": {
  1480. "indexPath": "USBHosts.Host.1.Device",
  1481. "keyPath": "USBHosts.Host.usbhost_1.Device",
  1482. "name": "Configuration",
  1483. "key": "Configuration",
  1484. "attributes": {
  1485. "read_only": true,
  1486. "template": true
  1487. },
  1488. "state": "ready",
  1489. "parameterCount": 2,
  1490. "childCount": 1,
  1491. "instanceCount": 0
  1492. },
  1493. "templateInfo": {
  1494. "maxInstances": 4294967295
  1495. },
  1496. "functions": [],
  1497. "parameters": [{
  1498. "name": "ConfigurationNumber",
  1499. "type": "uint32",
  1500. "attributes": {
  1501. "read_only": true
  1502. },
  1503. "state": "ready",
  1504. "value": 0
  1505. }, {
  1506. "name": "InterfaceNumberOfEntries",
  1507. "type": "uint32",
  1508. "attributes": {
  1509. "read_only": true
  1510. },
  1511. "state": "ready",
  1512. "value": 0
  1513. }],
  1514. "children": [{
  1515. "objectInfo": {
  1516. "indexPath": "USBHosts.Host.1.Device.Configuration",
  1517. "keyPath": "USBHosts.Host.usbhost_1.Device.Configuration",
  1518. "name": "Interface",
  1519. "key": "Interface",
  1520. "attributes": {
  1521. "read_only": true,
  1522. "template": true
  1523. },
  1524. "state": "ready",
  1525. "parameterCount": 4,
  1526. "childCount": 0,
  1527. "instanceCount": 0
  1528. },
  1529. "templateInfo": {
  1530. "maxInstances": 4294967295
  1531. },
  1532. "functions": [],
  1533. "parameters": [{
  1534. "name": "InterfaceNumber",
  1535. "type": "uint8",
  1536. "attributes": {
  1537. "read_only": true
  1538. },
  1539. "state": "ready",
  1540. "value": 0
  1541. }, {
  1542. "name": "InterfaceClass",
  1543. "type": "string",
  1544. "attributes": {
  1545. "read_only": true
  1546. },
  1547. "state": "ready",
  1548. "value": "",
  1549. "validator": {
  1550. "max": "4"
  1551. }
  1552. }, {
  1553. "name": "InterfaceSubClass",
  1554. "type": "string",
  1555. "attributes": {
  1556. "read_only": true
  1557. },
  1558. "state": "ready",
  1559. "value": "",
  1560. "validator": {
  1561. "max": "4"
  1562. }
  1563. }, {
  1564. "name": "InterfaceProtocol",
  1565. "type": "string",
  1566. "attributes": {
  1567. "read_only": true
  1568. },
  1569. "state": "ready",
  1570. "value": "",
  1571. "validator": {
  1572. "max": "4"
  1573. }
  1574. }],
  1575. "children": [],
  1576. "instances": []
  1577. }],
  1578. "instances": []
  1579. }],
  1580. "instances": []
  1581. }],
  1582. "instances": []
  1583. }]
  1584. }],
  1585. "instances": []
  1586. }, {
  1587. "objectInfo": {
  1588. "indexPath": "",
  1589. "keyPath": "",
  1590. "name": "StorageService",
  1591. "key": "StorageService",
  1592. "attributes": {
  1593. "persistent": true
  1594. },
  1595. "state": "ready",
  1596. "parameterCount": 4,
  1597. "childCount": 3,
  1598. "instanceCount": 0
  1599. },
  1600. "functions": [{
  1601. "name": "getLogicalVolume",
  1602. "type": "logicalVolume_t",
  1603. "attributes": {},
  1604. "arguments": [{
  1605. "name": "uri",
  1606. "type": "string",
  1607. "attributes": {
  1608. "mandatory": true
  1609. }
  1610. }]
  1611. }, {
  1612. "name": "getLogicalVolumes",
  1613. "type": "list",
  1614. "attributes": {},
  1615. "arguments": []
  1616. }, {
  1617. "name": "getPhysicalMedium",
  1618. "type": "physicalMedium_t",
  1619. "attributes": {},
  1620. "arguments": [{
  1621. "name": "uri",
  1622. "type": "string",
  1623. "attributes": {
  1624. "mandatory": true
  1625. }
  1626. }]
  1627. }, {
  1628. "name": "getPhysicalMediums",
  1629. "type": "list",
  1630. "attributes": {},
  1631. "arguments": []
  1632. }, {
  1633. "name": "startSMARTCheck",
  1634. "type": "bool",
  1635. "attributes": {},
  1636. "arguments": [{
  1637. "name": "uri",
  1638. "type": "string",
  1639. "attributes": {
  1640. "mandatory": true
  1641. }
  1642. }, {
  1643. "name": "type",
  1644. "type": "string",
  1645. "attributes": {
  1646. "mandatory": true
  1647. }
  1648. }]
  1649. }, {
  1650. "name": "stopSMARTCheck",
  1651. "type": "bool",
  1652. "attributes": {},
  1653. "arguments": [{
  1654. "name": "uri",
  1655. "type": "string",
  1656. "attributes": {
  1657. "mandatory": true
  1658. }
  1659. }]
  1660. }, {
  1661. "name": "getSMARTCheckStatus",
  1662. "type": "bool",
  1663. "attributes": {},
  1664. "arguments": [{
  1665. "name": "uri",
  1666. "type": "string",
  1667. "attributes": {
  1668. "mandatory": true
  1669. }
  1670. }, {
  1671. "name": "status",
  1672. "type": "uint32_t",
  1673. "attributes": {}
  1674. }, {
  1675. "name": "progress",
  1676. "type": "uint32",
  1677. "attributes": {}
  1678. }]
  1679. }, {
  1680. "name": "getSMARTCheckAttributes",
  1681. "type": "bool",
  1682. "attributes": {},
  1683. "arguments": [{
  1684. "name": "uri",
  1685. "type": "string",
  1686. "attributes": {
  1687. "mandatory": true
  1688. }
  1689. }, {
  1690. "name": "attributes",
  1691. "type": "list",
  1692. "attributes": {
  1693. "out": true
  1694. }
  1695. }]
  1696. }, {
  1697. "name": "checkLogicalVolumeUsed",
  1698. "type": "bool",
  1699. "attributes": {},
  1700. "arguments": [{
  1701. "name": "uri",
  1702. "type": "string",
  1703. "attributes": {
  1704. "mandatory": true
  1705. }
  1706. }, {
  1707. "name": "users",
  1708. "type": "list",
  1709. "attributes": {
  1710. "out": true
  1711. }
  1712. }]
  1713. }, {
  1714. "name": "ejectPhysicalMedium",
  1715. "type": "bool",
  1716. "attributes": {},
  1717. "arguments": [{
  1718. "name": "uri",
  1719. "type": "string",
  1720. "attributes": {
  1721. "mandatory": true
  1722. }
  1723. }]
  1724. }, {
  1725. "name": "ejectLogicalVolume",
  1726. "type": "bool",
  1727. "attributes": {},
  1728. "arguments": [{
  1729. "name": "uri",
  1730. "type": "string",
  1731. "attributes": {
  1732. "mandatory": true
  1733. }
  1734. }]
  1735. }],
  1736. "parameters": [{
  1737. "name": "Enable",
  1738. "type": "bool",
  1739. "attributes": {
  1740. "persistent": true
  1741. },
  1742. "state": "ready",
  1743. "value": true
  1744. }, {
  1745. "name": "PhysicalMediumNumberOfEntries",
  1746. "type": "uint32",
  1747. "attributes": {
  1748. "read_only": true
  1749. },
  1750. "state": "ready",
  1751. "value": 0
  1752. }, {
  1753. "name": "LogicalVolumeNumberOfEntries",
  1754. "type": "uint32",
  1755. "attributes": {
  1756. "read_only": true
  1757. },
  1758. "state": "ready",
  1759. "value": 0
  1760. }, {
  1761. "name": "UserAccountNumberOfEntries",
  1762. "type": "uint32",
  1763. "attributes": {
  1764. "read_only": true
  1765. },
  1766. "state": "ready",
  1767. "value": 0
  1768. }],
  1769. "children": [{
  1770. "objectInfo": {
  1771. "indexPath": "StorageService",
  1772. "keyPath": "StorageService",
  1773. "name": "Capabilities",
  1774. "key": "Capabilities",
  1775. "attributes": {},
  1776. "state": "ready",
  1777. "parameterCount": 8,
  1778. "childCount": 0,
  1779. "instanceCount": 0
  1780. },
  1781. "functions": [],
  1782. "parameters": [{
  1783. "name": "FTPCapable",
  1784. "type": "bool",
  1785. "attributes": {
  1786. "read_only": true
  1787. },
  1788. "state": "ready",
  1789. "value": false
  1790. }, {
  1791. "name": "SFTPCapable",
  1792. "type": "bool",
  1793. "attributes": {
  1794. "read_only": true
  1795. },
  1796. "state": "ready",
  1797. "value": false
  1798. }, {
  1799. "name": "HTTPCapable",
  1800. "type": "bool",
  1801. "attributes": {
  1802. "read_only": true
  1803. },
  1804. "state": "ready",
  1805. "value": false
  1806. }, {
  1807. "name": "SHTTPCapable",
  1808. "type": "bool",
  1809. "attributes": {
  1810. "read_only": true
  1811. },
  1812. "state": "ready",
  1813. "value": false
  1814. }, {
  1815. "name": "HTTPWritable",
  1816. "type": "bool",
  1817. "attributes": {
  1818. "read_only": true
  1819. },
  1820. "state": "ready",
  1821. "value": false
  1822. }, {
  1823. "name": "SupportedNetworkProtocols",
  1824. "type": "string",
  1825. "attributes": {
  1826. "read_only": true
  1827. },
  1828. "state": "ready",
  1829. "value": "SMB"
  1830. }, {
  1831. "name": "SupportedFileSystemTypes",
  1832. "type": "string",
  1833. "attributes": {
  1834. "read_only": true
  1835. },
  1836. "state": "ready",
  1837. "value": "FAT16,FAT32,NTFS,HFS,HFS+,HFSJ,ext2,ext3,ext4,NFS,WebDAV"
  1838. }, {
  1839. "name": "VolumeEncryptionCapable",
  1840. "type": "bool",
  1841. "attributes": {
  1842. "read_only": true
  1843. },
  1844. "state": "ready",
  1845. "value": false
  1846. }],
  1847. "children": [],
  1848. "instances": []
  1849. }, {
  1850. "objectInfo": {
  1851. "indexPath": "StorageService",
  1852. "keyPath": "StorageService",
  1853. "name": "PhysicalMedium",
  1854. "key": "PhysicalMedium",
  1855. "attributes": {
  1856. "template": true,
  1857. "persistent": true
  1858. },
  1859. "state": "ready",
  1860. "parameterCount": 16,
  1861. "childCount": 1,
  1862. "instanceCount": 0
  1863. },
  1864. "templateInfo": {
  1865. "maxInstances": 4294967295
  1866. },
  1867. "functions": [],
  1868. "parameters": [{
  1869. "name": "URI",
  1870. "type": "string",
  1871. "attributes": {
  1872. "read_only": true,
  1873. "persistent": true
  1874. },
  1875. "state": "ready",
  1876. "value": ""
  1877. }, {
  1878. "name": "Name",
  1879. "type": "string",
  1880. "attributes": {
  1881. "persistent": true
  1882. },
  1883. "state": "ready",
  1884. "value": ""
  1885. }, {
  1886. "name": "Flags",
  1887. "type": "string",
  1888. "attributes": {
  1889. "persistent": true
  1890. },
  1891. "state": "ready",
  1892. "value": ""
  1893. }, {
  1894. "name": "Vendor",
  1895. "type": "string",
  1896. "attributes": {
  1897. "read_only": true,
  1898. "persistent": true
  1899. },
  1900. "state": "ready",
  1901. "value": ""
  1902. }, {
  1903. "name": "Model",
  1904. "type": "string",
  1905. "attributes": {
  1906. "read_only": true,
  1907. "persistent": true
  1908. },
  1909. "state": "ready",
  1910. "value": ""
  1911. }, {
  1912. "name": "SerialNumber",
  1913. "type": "string",
  1914. "attributes": {
  1915. "read_only": true,
  1916. "persistent": true
  1917. },
  1918. "state": "ready",
  1919. "value": ""
  1920. }, {
  1921. "name": "FirmwareVersion",
  1922. "type": "string",
  1923. "attributes": {
  1924. "read_only": true,
  1925. "persistent": true
  1926. },
  1927. "state": "ready",
  1928. "value": ""
  1929. }, {
  1930. "name": "ConnectionType",
  1931. "type": "string",
  1932. "attributes": {
  1933. "read_only": true,
  1934. "persistent": true
  1935. },
  1936. "state": "ready",
  1937. "value": "USB 1.1",
  1938. "validator": ["USB 1.1", "USB 2.0", "IEEE1394", "IEEE1394b", "IDE", "EIDE", "ATA/33", "ATA/66", "ATA/100", "ATA/133", "SATA/150", "SATA/300", "SCSI-1", "Fast SCSI", "Fast-Wide SCSI", "Ultra SCSI", "Ultra Wide SCSI", "Ultra2 SCSI", "Ultra2 Wide SCSI", "Ultra3 SCSI", "Ultra-320 SCSI", "Ultra-640 SCSI", "SSA", "SSA-40", "Fibre Channel"]
  1939. }, {
  1940. "name": "Removable",
  1941. "type": "bool",
  1942. "attributes": {
  1943. "read_only": true,
  1944. "persistent": true
  1945. },
  1946. "state": "ready",
  1947. "value": false
  1948. }, {
  1949. "name": "Capacity",
  1950. "type": "uint64",
  1951. "attributes": {
  1952. "read_only": true,
  1953. "persistent": true
  1954. },
  1955. "state": "ready",
  1956. "value": 0
  1957. }, {
  1958. "name": "Status",
  1959. "type": "string",
  1960. "attributes": {
  1961. "read_only": true
  1962. },
  1963. "state": "ready",
  1964. "value": "Offline",
  1965. "validator": ["Online", "Standby", "Offline", "Disconnected"]
  1966. }, {
  1967. "name": "Uptime",
  1968. "type": "uint32",
  1969. "attributes": {
  1970. "read_only": true,
  1971. "persistent": true
  1972. },
  1973. "state": "ready",
  1974. "value": 0
  1975. }, {
  1976. "name": "SMARTCapable",
  1977. "type": "bool",
  1978. "attributes": {
  1979. "read_only": true,
  1980. "persistent": true
  1981. },
  1982. "state": "ready",
  1983. "value": false
  1984. }, {
  1985. "name": "Temperature",
  1986. "type": "uint32",
  1987. "attributes": {
  1988. "read_only": true
  1989. },
  1990. "state": "ready",
  1991. "value": 0
  1992. }, {
  1993. "name": "Health",
  1994. "type": "string",
  1995. "attributes": {
  1996. "read_only": true,
  1997. "persistent": true
  1998. },
  1999. "state": "ready",
  2000. "value": "OK",
  2001. "validator": ["OK", "Failing", "Error"]
  2002. }, {
  2003. "name": "HotSwappable",
  2004. "type": "bool",
  2005. "attributes": {
  2006. "read_only": true,
  2007. "persistent": true
  2008. },
  2009. "state": "ready",
  2010. "value": false
  2011. }],
  2012. "children": [{
  2013. "objectInfo": {
  2014. "indexPath": "StorageService.PhysicalMedium",
  2015. "keyPath": "StorageService.PhysicalMedium",
  2016. "name": "Kernel",
  2017. "key": "Kernel",
  2018. "attributes": {
  2019. "persistent": true
  2020. },
  2021. "state": "ready",
  2022. "parameterCount": 2,
  2023. "childCount": 0,
  2024. "instanceCount": 0
  2025. },
  2026. "functions": [],
  2027. "parameters": [{
  2028. "name": "SysfsPath",
  2029. "type": "string",
  2030. "attributes": {
  2031. "read_only": true,
  2032. "persistent": true
  2033. },
  2034. "state": "ready",
  2035. "value": ""
  2036. }, {
  2037. "name": "DevfsPath",
  2038. "type": "string",
  2039. "attributes": {
  2040. "read_only": true,
  2041. "persistent": true
  2042. },
  2043. "state": "ready",
  2044. "value": ""
  2045. }],
  2046. "children": [],
  2047. "instances": []
  2048. }],
  2049. "instances": []
  2050. }, {
  2051. "objectInfo": {
  2052. "indexPath": "StorageService",
  2053. "keyPath": "StorageService",
  2054. "name": "LogicalVolume",
  2055. "key": "LogicalVolume",
  2056. "attributes": {
  2057. "template": true,
  2058. "persistent": true
  2059. },
  2060. "state": "ready",
  2061. "parameterCount": 17,
  2062. "childCount": 3,
  2063. "instanceCount": 0
  2064. },
  2065. "templateInfo": {
  2066. "maxInstances": 4294967295
  2067. },
  2068. "functions": [],
  2069. "parameters": [{
  2070. "name": "URI",
  2071. "type": "string",
  2072. "attributes": {
  2073. "read_only": true,
  2074. "persistent": true
  2075. },
  2076. "state": "ready",
  2077. "value": ""
  2078. }, {
  2079. "name": "Name",
  2080. "type": "string",
  2081. "attributes": {
  2082. "persistent": true
  2083. },
  2084. "state": "ready",
  2085. "value": ""
  2086. }, {
  2087. "name": "Status",
  2088. "type": "string",
  2089. "attributes": {
  2090. "read_only": true
  2091. },
  2092. "state": "ready",
  2093. "value": "Offline",
  2094. "validator": ["Offline", "Online", "Error", "Disconnected"]
  2095. }, {
  2096. "name": "Enable",
  2097. "type": "bool",
  2098. "attributes": {
  2099. "persistent": true
  2100. },
  2101. "state": "ready",
  2102. "value": false
  2103. }, {
  2104. "name": "Flags",
  2105. "type": "string",
  2106. "attributes": {
  2107. "persistent": true
  2108. },
  2109. "state": "ready",
  2110. "value": ""
  2111. }, {
  2112. "name": "PhysicalReference",
  2113. "type": "string",
  2114. "attributes": {
  2115. "read_only": true,
  2116. "persistent": true
  2117. },
  2118. "state": "ready",
  2119. "value": "",
  2120. "validator": {
  2121. "max": "256"
  2122. }
  2123. }, {
  2124. "name": "PhysicalURI",
  2125. "type": "string",
  2126. "attributes": {
  2127. "read_only": true,
  2128. "persistent": true
  2129. },
  2130. "state": "ready",
  2131. "value": ""
  2132. }, {
  2133. "name": "FileSystem",
  2134. "type": "string",
  2135. "attributes": {
  2136. "read_only": true,
  2137. "persistent": true
  2138. },
  2139. "state": "ready",
  2140. "value": "Unknown",
  2141. "validator": ["Unknown", "FAT16", "FAT32", "NTFS", "HFS", "HFS+", "HFSJ", "ext2", "ext3", "ext4", "XFS", "REISER", "WebDAV", "NFS"]
  2142. }, {
  2143. "name": "Capacity",
  2144. "type": "uint64",
  2145. "attributes": {
  2146. "persistent": true
  2147. },
  2148. "state": "ready",
  2149. "value": 0
  2150. }, {
  2151. "name": "UsedSpace",
  2152. "type": "uint64",
  2153. "attributes": {
  2154. "read_only": true,
  2155. "persistent": true
  2156. },
  2157. "state": "ready",
  2158. "value": 0
  2159. }, {
  2160. "name": "Encrypted",
  2161. "type": "bool",
  2162. "attributes": {
  2163. "read_only": true,
  2164. "persistent": true
  2165. },
  2166. "state": "ready",
  2167. "value": false
  2168. }, {
  2169. "name": "FolderNumberOfEntries",
  2170. "type": "uint32",
  2171. "attributes": {
  2172. "read_only": true
  2173. },
  2174. "state": "ready",
  2175. "value": 0
  2176. }, {
  2177. "name": "PreferredMountPoint",
  2178. "type": "string",
  2179. "attributes": {
  2180. "persistent": true
  2181. },
  2182. "state": "ready",
  2183. "value": ""
  2184. }, {
  2185. "name": "AutoMount",
  2186. "type": "bool",
  2187. "attributes": {
  2188. "persistent": true
  2189. },
  2190. "state": "ready",
  2191. "value": true
  2192. }, {
  2193. "name": "MountPoint",
  2194. "type": "string",
  2195. "attributes": {
  2196. "read_only": true
  2197. },
  2198. "state": "ready",
  2199. "value": ""
  2200. }, {
  2201. "name": "LastError",
  2202. "type": "string",
  2203. "attributes": {
  2204. "read_only": true
  2205. },
  2206. "state": "ready",
  2207. "value": ""
  2208. }, {
  2209. "name": "MountOptions",
  2210. "type": "string",
  2211. "attributes": {
  2212. "read_only": true
  2213. },
  2214. "state": "ready",
  2215. "value": ""
  2216. }],
  2217. "children": [{
  2218. "objectInfo": {
  2219. "indexPath": "StorageService.LogicalVolume",
  2220. "keyPath": "StorageService.LogicalVolume",
  2221. "name": "Kernel",
  2222. "key": "Kernel",
  2223. "attributes": {
  2224. "persistent": true
  2225. },
  2226. "state": "ready",
  2227. "parameterCount": 4,
  2228. "childCount": 0,
  2229. "instanceCount": 0
  2230. },
  2231. "functions": [],
  2232. "parameters": [{
  2233. "name": "UUID",
  2234. "type": "string",
  2235. "attributes": {
  2236. "read_only": true,
  2237. "persistent": true
  2238. },
  2239. "state": "ready",
  2240. "value": ""
  2241. }, {
  2242. "name": "Label",
  2243. "type": "string",
  2244. "attributes": {
  2245. "read_only": true,
  2246. "persistent": true
  2247. },
  2248. "state": "ready",
  2249. "value": ""
  2250. }, {
  2251. "name": "SysfsPath",
  2252. "type": "string",
  2253. "attributes": {
  2254. "read_only": true,
  2255. "persistent": true
  2256. },
  2257. "state": "ready",
  2258. "value": ""
  2259. }, {
  2260. "name": "DevfsPath",
  2261. "type": "string",
  2262. "attributes": {
  2263. "read_only": true,
  2264. "persistent": true
  2265. },
  2266. "state": "ready",
  2267. "value": ""
  2268. }],
  2269. "children": [],
  2270. "instances": []
  2271. }, {
  2272. "objectInfo": {
  2273. "indexPath": "StorageService.LogicalVolume",
  2274. "keyPath": "StorageService.LogicalVolume",
  2275. "name": "Process",
  2276. "key": "Process",
  2277. "attributes": {
  2278. "template": true
  2279. },
  2280. "state": "ready",
  2281. "parameterCount": 2,
  2282. "childCount": 0,
  2283. "instanceCount": 0
  2284. },
  2285. "templateInfo": {
  2286. "maxInstances": 4294967295
  2287. },
  2288. "functions": [],
  2289. "parameters": [{
  2290. "name": "ProcessID",
  2291. "type": "int32",
  2292. "attributes": {},
  2293. "state": "ready",
  2294. "value": 0
  2295. }, {
  2296. "name": "ApplicationName",
  2297. "type": "string",
  2298. "attributes": {},
  2299. "state": "ready",
  2300. "value": ""
  2301. }],
  2302. "children": [],
  2303. "instances": []
  2304. }, {
  2305. "objectInfo": {
  2306. "indexPath": "StorageService.LogicalVolume",
  2307. "keyPath": "StorageService.LogicalVolume",
  2308. "name": "Folder",
  2309. "key": "Folder",
  2310. "attributes": {
  2311. "template": true,
  2312. "persistent": true
  2313. },
  2314. "state": "ready",
  2315. "parameterCount": 3,
  2316. "childCount": 2,
  2317. "instanceCount": 0
  2318. },
  2319. "templateInfo": {
  2320. "maxInstances": 4294967295
  2321. },
  2322. "functions": [],
  2323. "parameters": [{
  2324. "name": "Name",
  2325. "type": "string",
  2326. "attributes": {
  2327. "persistent": true
  2328. },
  2329. "state": "ready",
  2330. "value": ""
  2331. }, {
  2332. "name": "Enable",
  2333. "type": "bool",
  2334. "attributes": {
  2335. "persistent": true
  2336. },
  2337. "state": "ready",
  2338. "value": false
  2339. }, {
  2340. "name": "UserAccountAccess",
  2341. "type": "uint32",
  2342. "attributes": {
  2343. "persistent": true
  2344. },
  2345. "state": "ready",
  2346. "value": 1
  2347. }],
  2348. "children": [{
  2349. "objectInfo": {
  2350. "indexPath": "StorageService.LogicalVolume.Folder",
  2351. "keyPath": "StorageService.LogicalVolume.Folder",
  2352. "name": "UserAccess",
  2353. "key": "UserAccess",
  2354. "attributes": {
  2355. "template": true,
  2356. "persistent": true
  2357. },
  2358. "state": "ready",
  2359. "parameterCount": 2,
  2360. "childCount": 0,
  2361. "instanceCount": 0
  2362. },
  2363. "templateInfo": {
  2364. "maxInstances": 4294967295
  2365. },
  2366. "functions": [],
  2367. "parameters": [{
  2368. "name": "UserReference",
  2369. "type": "string",
  2370. "attributes": {
  2371. "persistent": true
  2372. },
  2373. "state": "ready",
  2374. "value": ""
  2375. }, {
  2376. "name": "Permissions",
  2377. "type": "uint8",
  2378. "attributes": {
  2379. "persistent": true
  2380. },
  2381. "state": "ready",
  2382. "value": 0
  2383. }],
  2384. "children": [],
  2385. "instances": []
  2386. }, {
  2387. "objectInfo": {
  2388. "indexPath": "StorageService.LogicalVolume.Folder",
  2389. "keyPath": "StorageService.LogicalVolume.Folder",
  2390. "name": "GroupAccess",
  2391. "key": "GroupAccess",
  2392. "attributes": {
  2393. "template": true,
  2394. "persistent": true
  2395. },
  2396. "state": "ready",
  2397. "parameterCount": 2,
  2398. "childCount": 0,
  2399. "instanceCount": 0
  2400. },
  2401. "templateInfo": {
  2402. "maxInstances": 4294967295
  2403. },
  2404. "functions": [],
  2405. "parameters": [{
  2406. "name": "GroupReference",
  2407. "type": "string",
  2408. "attributes": {
  2409. "persistent": true
  2410. },
  2411. "state": "ready",
  2412. "value": ""
  2413. }, {
  2414. "name": "Permissions",
  2415. "type": "uint8",
  2416. "attributes": {
  2417. "persistent": true
  2418. },
  2419. "state": "ready",
  2420. "value": 0
  2421. }],
  2422. "children": [],
  2423. "instances": []
  2424. }],
  2425. "instances": []
  2426. }],
  2427. "instances": []
  2428. }],
  2429. "instances": []
  2430. }, {
  2431. "objectInfo": {
  2432. "indexPath": "",
  2433. "keyPath": "",
  2434. "name": "NMC",
  2435. "key": "NMC",
  2436. "attributes": {
  2437. "persistent": true
  2438. },
  2439. "state": "ready",
  2440. "parameterCount": 10,
  2441. "childCount": 8,
  2442. "instanceCount": 0
  2443. },
  2444. "functions": [{
  2445. "name": "get",
  2446. "type": "variant",
  2447. "attributes": {},
  2448. "arguments": []
  2449. }, {
  2450. "name": "getWanModeList",
  2451. "type": "string",
  2452. "attributes": {},
  2453. "arguments": []
  2454. }, {
  2455. "name": "getWANStatus",
  2456. "type": "bool",
  2457. "attributes": {},
  2458. "arguments": [{
  2459. "name": "LinkType",
  2460. "type": "string",
  2461. "attributes": {
  2462. "out": true
  2463. }
  2464. }, {
  2465. "name": "LinkState",
  2466. "type": "string",
  2467. "attributes": {
  2468. "out": true
  2469. }
  2470. }, {
  2471. "name": "MACAddress",
  2472. "type": "string",
  2473. "attributes": {
  2474. "out": true
  2475. }
  2476. }, {
  2477. "name": "Protocol",
  2478. "type": "string",
  2479. "attributes": {
  2480. "out": true
  2481. }
  2482. }, {
  2483. "name": "ConnectionState",
  2484. "type": "string",
  2485. "attributes": {
  2486. "out": true
  2487. }
  2488. }, {
  2489. "name": "LastConnectionError",
  2490. "type": "string",
  2491. "attributes": {
  2492. "out": true
  2493. }
  2494. }, {
  2495. "name": "IPAddress",
  2496. "type": "string",
  2497. "attributes": {
  2498. "out": true
  2499. }
  2500. }, {
  2501. "name": "RemoteGateway",
  2502. "type": "string",
  2503. "attributes": {
  2504. "out": true
  2505. }
  2506. }, {
  2507. "name": "DNSServers",
  2508. "type": "string",
  2509. "attributes": {
  2510. "out": true
  2511. }
  2512. }]
  2513. }, {
  2514. "name": "getVoIPConfig",
  2515. "type": "list",
  2516. "attributes": {},
  2517. "arguments": []
  2518. }],
  2519. "parameters": [{
  2520. "name": "WanMode",
  2521. "type": "string",
  2522. "attributes": {
  2523. "persistent": true
  2524. },
  2525. "state": "ready",
  2526. "value": "VDSL_DHCP"
  2527. }, {
  2528. "name": "DefaultsLoaded",
  2529. "type": "bool",
  2530. "attributes": {},
  2531. "state": "ready",
  2532. "value": true
  2533. }],
  2534. "children": [{
  2535. "objectInfo": {
  2536. "indexPath": "NMC",
  2537. "keyPath": "NMC",
  2538. "name": "Error",
  2539. "key": "Error",
  2540. "attributes": {
  2541. "persistent": true
  2542. },
  2543. "state": "ready",
  2544. "parameterCount": 10,
  2545. "childCount": 0,
  2546. "instanceCount": 0
  2547. },
  2548. "functions": [{
  2549. "name": "getPrimaryErrorCode",
  2550. "type": "string",
  2551. "attributes": {},
  2552. "arguments": []
  2553. }],
  2554. "parameters": [],
  2555. "children": [],
  2556. "instances": []
  2557. }, {
  2558. "objectInfo": {
  2559. "indexPath": "NMC",
  2560. "keyPath": "NMC",
  2561. "name": "IPv6",
  2562. "key": "IPv6",
  2563. "attributes": {
  2564. "persistent": true
  2565. },
  2566. "state": "ready",
  2567. "parameterCount": 2,
  2568. "childCount": 0,
  2569. "instanceCount": 0
  2570. },
  2571. "functions": [],
  2572. "parameters": [],
  2573. "children": [],
  2574. "instances": []
  2575. }, {
  2576. "objectInfo": {
  2577. "indexPath": "NMC",
  2578. "keyPath": "NMC",
  2579. "name": "OrangeTV",
  2580. "key": "OrangeTV",
  2581. "attributes": {
  2582. "persistent": true
  2583. },
  2584. "state": "ready",
  2585. "parameterCount": 7,
  2586. "childCount": 4,
  2587. "instanceCount": 0
  2588. },
  2589. "functions": [{
  2590. "name": "getIPTVStatus",
  2591. "type": "void",
  2592. "attributes": {},
  2593. "arguments": [{
  2594. "name": "IPTVStatus",
  2595. "type": "string",
  2596. "attributes": {
  2597. "out": true
  2598. }
  2599. }]
  2600. }],
  2601. "parameters": [],
  2602. "children": [],
  2603. "instances": []
  2604. }, {
  2605. "objectInfo": {
  2606. "indexPath": "NMC",
  2607. "keyPath": "NMC",
  2608. "name": "Autodetect",
  2609. "key": "Autodetect",
  2610. "attributes": {
  2611. "persistent": true
  2612. },
  2613. "state": "ready",
  2614. "parameterCount": 4,
  2615. "childCount": 0,
  2616. "instanceCount": 0
  2617. },
  2618. "functions": [{
  2619. "name": "get",
  2620. "type": "variant",
  2621. "attributes": {},
  2622. "arguments": []
  2623. }],
  2624. "parameters": [{
  2625. "name": "FirstBoot",
  2626. "type": "bool",
  2627. "attributes": {
  2628. "persistent": true
  2629. },
  2630. "state": "ready",
  2631. "value": false
  2632. }],
  2633. "children": [],
  2634. "instances": []
  2635. }, {
  2636. "objectInfo": {
  2637. "indexPath": "NMC",
  2638. "keyPath": "NMC",
  2639. "name": "Wifi",
  2640. "key": "Wifi",
  2641. "attributes": {
  2642. "persistent": true
  2643. },
  2644. "state": "ready",
  2645. "parameterCount": 8,
  2646. "childCount": 0,
  2647. "instanceCount": 0
  2648. },
  2649. "functions": [{
  2650. "name": "get",
  2651. "type": "variant",
  2652. "attributes": {},
  2653. "arguments": []
  2654. }],
  2655. "parameters": [{
  2656. "name": "Status",
  2657. "type": "bool",
  2658. "attributes": {},
  2659. "state": "ready",
  2660. "value": true
  2661. }],
  2662. "children": [],
  2663. "instances": []
  2664. }],
  2665. "instances": []
  2666. }, {
  2667. "objectInfo": {
  2668. "indexPath": "",
  2669. "keyPath": "",
  2670. "name": "Devices",
  2671. "key": "Devices",
  2672. "attributes": {
  2673. "persistent": true
  2674. },
  2675. "state": "ready",
  2676. "parameterCount": 0,
  2677. "childCount": 3,
  2678. "instanceCount": 0
  2679. },
  2680. "functions": [{
  2681. "name": "find",
  2682. "type": "list",
  2683. "attributes": {},
  2684. "arguments": [{
  2685. "name": "expression",
  2686. "type": "variant",
  2687. "attributes": {}
  2688. }, {
  2689. "name": "flags",
  2690. "type": "string",
  2691. "attributes": {}
  2692. }]
  2693. }, {
  2694. "name": "get",
  2695. "type": "list",
  2696. "attributes": {},
  2697. "arguments": [{
  2698. "name": "expression",
  2699. "type": "variant",
  2700. "attributes": {}
  2701. }, {
  2702. "name": "flags",
  2703. "type": "string",
  2704. "attributes": {}
  2705. }]
  2706. }],
  2707. "parameters": [],
  2708. "children": [{
  2709. "objectInfo": {
  2710. "indexPath": "Devices",
  2711. "keyPath": "Devices",
  2712. "name": "Device",
  2713. "key": "Device",
  2714. "attributes": {
  2715. "read_only": true,
  2716. "template": true,
  2717. "persistent": true
  2718. },
  2719. "state": "ready",
  2720. "parameterCount": 9,
  2721. "childCount": 5,
  2722. "instanceCount": 20
  2723. },
  2724. "templateInfo": {
  2725. "maxInstances": 4294967295
  2726. },
  2727. "functions": [{
  2728. "name": "get",
  2729. "type": "device_t",
  2730. "attributes": {},
  2731. "arguments": [{
  2732. "name": "flags",
  2733. "type": "string",
  2734. "attributes": {}
  2735. }]
  2736. }, {
  2737. "name": "hasTag",
  2738. "type": "bool",
  2739. "attributes": {},
  2740. "arguments": [{
  2741. "name": "tag",
  2742. "type": "string",
  2743. "attributes": {
  2744. "mandatory": true
  2745. }
  2746. }, {
  2747. "name": "expression",
  2748. "type": "string",
  2749. "attributes": {}
  2750. }, {
  2751. "name": "traverse",
  2752. "type": "string",
  2753. "attributes": {}
  2754. }]
  2755. }, {
  2756. "name": "getFirstParameter",
  2757. "type": "variant",
  2758. "attributes": {},
  2759. "arguments": [{
  2760. "name": "parameter",
  2761. "type": "string",
  2762. "attributes": {
  2763. "mandatory": true
  2764. }
  2765. }, {
  2766. "name": "expression",
  2767. "type": "string",
  2768. "attributes": {}
  2769. }, {
  2770. "name": "traverse",
  2771. "type": "string",
  2772. "attributes": {}
  2773. }]
  2774. }, {
  2775. "name": "getParameters",
  2776. "type": "list",
  2777. "attributes": {},
  2778. "arguments": [{
  2779. "name": "parameter",
  2780. "type": "string",
  2781. "attributes": {
  2782. "mandatory": true
  2783. }
  2784. }, {
  2785. "name": "expression",
  2786. "type": "string",
  2787. "attributes": {}
  2788. }, {
  2789. "name": "traverse",
  2790. "type": "string",
  2791. "attributes": {}
  2792. }]
  2793. }, {
  2794. "name": "topology",
  2795. "type": "variant",
  2796. "attributes": {},
  2797. "arguments": [{
  2798. "name": "expression",
  2799. "type": "string",
  2800. "attributes": {}
  2801. }, {
  2802. "name": "traverse",
  2803. "type": "string",
  2804. "attributes": {}
  2805. }, {
  2806. "name": "flags",
  2807. "type": "string",
  2808. "attributes": {}
  2809. }]
  2810. }, {
  2811. "name": "isLinkedTo",
  2812. "type": "bool",
  2813. "attributes": {},
  2814. "arguments": [{
  2815. "name": "device",
  2816. "type": "string",
  2817. "attributes": {
  2818. "mandatory": true
  2819. }
  2820. }, {
  2821. "name": "traverse",
  2822. "type": "string",
  2823. "attributes": {}
  2824. }]
  2825. }],
  2826. "parameters": [{
  2827. "name": "Key",
  2828. "type": "string",
  2829. "attributes": {
  2830. "read_only": true,
  2831. "persistent": true
  2832. },
  2833. "state": "ready",
  2834. "value": ""
  2835. }, {
  2836. "name": "DiscoverySource",
  2837. "type": "string",
  2838. "attributes": {
  2839. "read_only": true,
  2840. "persistent": true
  2841. },
  2842. "state": "ready",
  2843. "value": ""
  2844. }, {
  2845. "name": "Name",
  2846. "type": "string",
  2847. "attributes": {
  2848. "read_only": true
  2849. },
  2850. "state": "ready",
  2851. "value": ""
  2852. }, {
  2853. "name": "DeviceType",
  2854. "type": "string",
  2855. "attributes": {
  2856. "read_only": true
  2857. },
  2858. "state": "ready",
  2859. "value": ""
  2860. }, {
  2861. "name": "Active",
  2862. "type": "bool",
  2863. "attributes": {
  2864. "read_only": true
  2865. },
  2866. "state": "ready",
  2867. "value": false
  2868. }, {
  2869. "name": "Tags",
  2870. "type": "string",
  2871. "attributes": {
  2872. "persistent": true
  2873. },
  2874. "state": "ready",
  2875. "value": ""
  2876. }, {
  2877. "name": "LastConnection",
  2878. "type": "date_time",
  2879. "attributes": {
  2880. "persistent": true,
  2881. "volatile": true
  2882. },
  2883. "state": "ready",
  2884. "value": "0001-01-01T00:00:00Z"
  2885. }, {
  2886. "name": "LastChanged",
  2887. "type": "date_time",
  2888. "attributes": {
  2889. "persistent": true,
  2890. "volatile": true
  2891. },
  2892. "state": "ready",
  2893. "value": "0001-01-01T00:00:00Z"
  2894. }, {
  2895. "name": "Master",
  2896. "type": "string",
  2897. "attributes": {
  2898. "read_only": true,
  2899. "persistent": true
  2900. },
  2901. "state": "ready",
  2902. "value": ""
  2903. }],
  2904. "children": [{
  2905. "objectInfo": {
  2906. "indexPath": "Devices.Device",
  2907. "keyPath": "Devices.Device",
  2908. "name": "Alternative",
  2909. "key": "Alternative",
  2910. "attributes": {
  2911. "read_only": true,
  2912. "template": true,
  2913. "persistent": true
  2914. },
  2915. "state": "ready",
  2916. "parameterCount": 0,
  2917. "childCount": 0,
  2918. "instanceCount": 0
  2919. },
  2920. "templateInfo": {
  2921. "maxInstances": 4294967295
  2922. },
  2923. "functions": [],
  2924. "parameters": [],
  2925. "children": [],
  2926. "instances": []
  2927. }, {
  2928. "objectInfo": {
  2929. "indexPath": "Devices.Device",
  2930. "keyPath": "Devices.Device",
  2931. "name": "Names",
  2932. "key": "Names",
  2933. "attributes": {
  2934. "template": true,
  2935. "persistent": true
  2936. },
  2937. "state": "ready",
  2938. "parameterCount": 2,
  2939. "childCount": 0,
  2940. "instanceCount": 0
  2941. },
  2942. "templateInfo": {
  2943. "maxInstances": 4294967295
  2944. },
  2945. "functions": [],
  2946. "parameters": [{
  2947. "name": "Name",
  2948. "type": "string",
  2949. "attributes": {
  2950. "read_only": true,
  2951. "persistent": true
  2952. },
  2953. "state": "ready",
  2954. "value": ""
  2955. }, {
  2956. "name": "Source",
  2957. "type": "string",
  2958. "attributes": {
  2959. "read_only": true,
  2960. "persistent": true
  2961. },
  2962. "state": "ready",
  2963. "value": ""
  2964. }],
  2965. "children": [],
  2966. "instances": []
  2967. }, {
  2968. "objectInfo": {
  2969. "indexPath": "Devices.Device",
  2970. "keyPath": "Devices.Device",
  2971. "name": "DeviceTypes",
  2972. "key": "DeviceTypes",
  2973. "attributes": {
  2974. "template": true,
  2975. "persistent": true
  2976. },
  2977. "state": "ready",
  2978. "parameterCount": 2,
  2979. "childCount": 0,
  2980. "instanceCount": 0
  2981. },
  2982. "templateInfo": {
  2983. "maxInstances": 4294967295
  2984. },
  2985. "functions": [],
  2986. "parameters": [{
  2987. "name": "Type",
  2988. "type": "string",
  2989. "attributes": {
  2990. "read_only": true,
  2991. "persistent": true
  2992. },
  2993. "state": "ready",
  2994. "value": ""
  2995. }, {
  2996. "name": "Source",
  2997. "type": "string",
  2998. "attributes": {
  2999. "read_only": true,
  3000. "persistent": true
  3001. },
  3002. "state": "ready",
  3003. "value": ""
  3004. }],
  3005. "children": [],
  3006. "instances": []
  3007. }, {
  3008. "objectInfo": {
  3009. "indexPath": "Devices.Device",
  3010. "keyPath": "Devices.Device",
  3011. "name": "UDevice",
  3012. "key": "UDevice",
  3013. "attributes": {
  3014. "read_only": true,
  3015. "template": true
  3016. },
  3017. "state": "ready",
  3018. "parameterCount": 1,
  3019. "childCount": 0,
  3020. "instanceCount": 0
  3021. },
  3022. "templateInfo": {
  3023. "maxInstances": 4294967295
  3024. },
  3025. "functions": [],
  3026. "parameters": [{
  3027. "name": "Type",
  3028. "type": "string",
  3029. "attributes": {
  3030. "read_only": true
  3031. },
  3032. "state": "ready",
  3033. "value": ""
  3034. }],
  3035. "children": [],
  3036. "instances": []
  3037. }, {
  3038. "objectInfo": {
  3039. "indexPath": "Devices.Device",
  3040. "keyPath": "Devices.Device",
  3041. "name": "LDevice",
  3042. "key": "LDevice",
  3043. "attributes": {
  3044. "read_only": true,
  3045. "template": true
  3046. },
  3047. "state": "ready",
  3048. "parameterCount": 1,
  3049. "childCount": 0,
  3050. "instanceCount": 0
  3051. },
  3052. "templateInfo": {
  3053. "maxInstances": 4294967295
  3054. },
  3055. "functions": [],
  3056. "parameters": [{
  3057. "name": "Type",
  3058. "type": "string",
  3059. "attributes": {
  3060. "read_only": true
  3061. },
  3062. "state": "ready",
  3063. "value": ""
  3064. }],
  3065. "children": [],
  3066. "instances": []
  3067. }],
  3068. "instances": [{
  3069. "objectInfo": {
  3070. "indexPath": "Devices.Device",
  3071. "keyPath": "Devices.Device",
  3072. "name": "1",
  3073. "key": "HGW",
  3074. "attributes": {
  3075. "instance": true,
  3076. "persistent": true
  3077. },
  3078. "state": "ready",
  3079. "parameterCount": 30,
  3080. "childCount": 5,
  3081. "instanceCount": 0
  3082. },
  3083. "functions": [{
  3084. "name": "get",
  3085. "type": "device_t",
  3086. "attributes": {},
  3087. "arguments": [{
  3088. "name": "flags",
  3089. "type": "string",
  3090. "attributes": {}
  3091. }]
  3092. }, {
  3093. "name": "hasTag",
  3094. "type": "bool",
  3095. "attributes": {},
  3096. "arguments": [{
  3097. "name": "tag",
  3098. "type": "string",
  3099. "attributes": {
  3100. "mandatory": true
  3101. }
  3102. }, {
  3103. "name": "expression",
  3104. "type": "string",
  3105. "attributes": {}
  3106. }, {
  3107. "name": "traverse",
  3108. "type": "string",
  3109. "attributes": {}
  3110. }]
  3111. }, {
  3112. "name": "getFirstParameter",
  3113. "type": "variant",
  3114. "attributes": {},
  3115. "arguments": [{
  3116. "name": "parameter",
  3117. "type": "string",
  3118. "attributes": {
  3119. "mandatory": true
  3120. }
  3121. }, {
  3122. "name": "expression",
  3123. "type": "string",
  3124. "attributes": {}
  3125. }, {
  3126. "name": "traverse",
  3127. "type": "string",
  3128. "attributes": {}
  3129. }]
  3130. }, {
  3131. "name": "getParameters",
  3132. "type": "list",
  3133. "attributes": {},
  3134. "arguments": [{
  3135. "name": "parameter",
  3136. "type": "string",
  3137. "attributes": {
  3138. "mandatory": true
  3139. }
  3140. }, {
  3141. "name": "expression",
  3142. "type": "string",
  3143. "attributes": {}
  3144. }, {
  3145. "name": "traverse",
  3146. "type": "string",
  3147. "attributes": {}
  3148. }]
  3149. }, {
  3150. "name": "topology",
  3151. "type": "variant",
  3152. "attributes": {},
  3153. "arguments": [{
  3154. "name": "expression",
  3155. "type": "string",
  3156. "attributes": {}
  3157. }, {
  3158. "name": "traverse",
  3159. "type": "string",
  3160. "attributes": {}
  3161. }, {
  3162. "name": "flags",
  3163. "type": "string",
  3164. "attributes": {}
  3165. }]
  3166. }, {
  3167. "name": "isLinkedTo",
  3168. "type": "bool",
  3169. "attributes": {},
  3170. "arguments": [{
  3171. "name": "device",
  3172. "type": "string",
  3173. "attributes": {
  3174. "mandatory": true
  3175. }
  3176. }, {
  3177. "name": "traverse",
  3178. "type": "string",
  3179. "attributes": {}
  3180. }]
  3181. }],
  3182. "parameters": [{
  3183. "name": "Key",
  3184. "type": "string",
  3185. "attributes": {
  3186. "read_only": true,
  3187. "persistent": true
  3188. },
  3189. "state": "ready",
  3190. "value": "HGW"
  3191. }, {
  3192. "name": "DiscoverySource",
  3193. "type": "string",
  3194. "attributes": {
  3195. "read_only": true,
  3196. "persistent": true
  3197. },
  3198. "state": "ready",
  3199. "value": "selfhgw"
  3200. }, {
  3201. "name": "Name",
  3202. "type": "string",
  3203. "attributes": {
  3204. "read_only": true
  3205. },
  3206. "state": "ready",
  3207. "value": "LIVEBOX"
  3208. }, {
  3209. "name": "DeviceType",
  3210. "type": "string",
  3211. "attributes": {
  3212. "read_only": true
  3213. },
  3214. "state": "ready",
  3215. "value": ""
  3216. }, {
  3217. "name": "Active",
  3218. "type": "bool",
  3219. "attributes": {
  3220. "read_only": true
  3221. },
  3222. "state": "ready",
  3223. "value": true
  3224. }, {
  3225. "name": "Tags",
  3226. "type": "string",
  3227. "attributes": {
  3228. "persistent": true
  3229. },
  3230. "state": "ready",
  3231. "value": "self hgw physical wan"
  3232. }, {
  3233. "name": "LastConnection",
  3234. "type": "date_time",
  3235. "attributes": {
  3236. "persistent": true,
  3237. "volatile": true
  3238. },
  3239. "state": "ready",
  3240. "value": "0001-01-01T00:00:00Z"
  3241. }, {
  3242. "name": "LastChanged",
  3243. "type": "date_time",
  3244. "attributes": {
  3245. "persistent": true,
  3246. "volatile": true
  3247. },
  3248. "state": "ready",
  3249. "value": "0001-01-01T00:00:00Z"
  3250. }, {
  3251. "name": "Master",
  3252. "type": "string",
  3253. "attributes": {
  3254. "read_only": true,
  3255. "persistent": true
  3256. },
  3257. "state": "ready",
  3258. "value": ""
  3259. }, {
  3260. "name": "Manufacturer",
  3261. "type": "string",
  3262. "attributes": {
  3263. "read_only": true
  3264. },
  3265. "state": "ready",
  3266. "value": "Sagemcom"
  3267. }, {
  3268. "name": "ModelName",
  3269. "type": "string",
  3270. "attributes": {
  3271. "read_only": true
  3272. },
  3273. "state": "ready",
  3274. "value": "SagemcomFast3965_LB2.8"
  3275. }, {
  3276. "name": "Description",
  3277. "type": "string",
  3278. "attributes": {
  3279. "read_only": true
  3280. },
  3281. "state": "ready",
  3282. "value": "SagemcomFast3965_LB2.8 Sagemcom fr"
  3283. }, {
  3284. "name": "SerialNumber",
  3285. "type": "string",
  3286. "attributes": {
  3287. "read_only": true
  3288. },
  3289. "state": "ready",
  3290. "value": "NQ1334804879098"
  3291. }, {
  3292. "name": "ProductClass",
  3293. "type": "string",
  3294. "attributes": {
  3295. "read_only": true
  3296. },
  3297. "state": "ready",
  3298. "value": "Livebox 3"
  3299. }, {
  3300. "name": "HardwareVersion",
  3301. "type": "string",
  3302. "attributes": {
  3303. "read_only": true
  3304. },
  3305. "state": "ready",
  3306. "value": "SG_LB3_1.2.1"
  3307. }, {
  3308. "name": "SoftwareVersion",
  3309. "type": "string",
  3310. "attributes": {
  3311. "read_only": true
  3312. },
  3313. "state": "ready",
  3314. "value": "SG30_sip-fr-5.17.5.1"
  3315. }, {
  3316. "name": "BootLoaderVersion",
  3317. "type": "string",
  3318. "attributes": {
  3319. "read_only": true
  3320. },
  3321. "state": "ready",
  3322. "value": ""
  3323. }, {
  3324. "name": "FirewallLevel",
  3325. "type": "string",
  3326. "attributes": {
  3327. "read_only": true
  3328. },
  3329. "state": "ready",
  3330. "value": "Medium"
  3331. }, {
  3332. "name": "LinkType",
  3333. "type": "string",
  3334. "attributes": {
  3335. "read_only": true
  3336. },
  3337. "state": "ready",
  3338. "value": "vdsl"
  3339. }, {
  3340. "name": "LinkState",
  3341. "type": "string",
  3342. "attributes": {
  3343. "read_only": true
  3344. },
  3345. "state": "ready",
  3346. "value": "up"
  3347. }, {
  3348. "name": "ConnectionProtocol",
  3349. "type": "string",
  3350. "attributes": {
  3351. "read_only": true
  3352. },
  3353. "state": "ready",
  3354. "value": "dhcp"
  3355. }, {
  3356. "name": "ConnectionState",
  3357. "type": "string",
  3358. "attributes": {
  3359. "read_only": true
  3360. },
  3361. "state": "ready",
  3362. "value": "Bound"
  3363. }, {
  3364. "name": "LastConnectionError",
  3365. "type": "string",
  3366. "attributes": {
  3367. "read_only": true
  3368. },
  3369. "state": "ready",
  3370. "value": "None"
  3371. }, {
  3372. "name": "ConnectionIPv4Address",
  3373. "type": "string",
  3374. "attributes": {
  3375. "read_only": true
  3376. },
  3377. "state": "ready",
  3378. "value": "90.126.187.142"
  3379. }, {
  3380. "name": "ConnectionIPv6Address",
  3381. "type": "string",
  3382. "attributes": {
  3383. "read_only": true
  3384. },
  3385. "state": "ready",
  3386. "value": ""
  3387. }, {
  3388. "name": "RemoteGateway",
  3389. "type": "string",
  3390. "attributes": {
  3391. "read_only": true
  3392. },
  3393. "state": "ready",
  3394. "value": "90.126.184.1"
  3395. }, {
  3396. "name": "DNSServers",
  3397. "type": "string",
  3398. "attributes": {
  3399. "read_only": true
  3400. },
  3401. "state": "ready",
  3402. "value": "81.253.149.13,80.10.246.5"
  3403. }, {
  3404. "name": "Internet",
  3405. "type": "bool",
  3406. "attributes": {
  3407. "read_only": true
  3408. },
  3409. "state": "ready",
  3410. "value": true
  3411. }, {
  3412. "name": "IPTV",
  3413. "type": "bool",
  3414. "attributes": {
  3415. "read_only": true
  3416. },
  3417. "state": "ready",
  3418. "value": false
  3419. }, {
  3420. "name": "Telephony",
  3421. "type": "bool",
  3422. "attributes": {
  3423. "read_only": true
  3424. },
  3425. "state": "ready",
  3426. "value": false
  3427. }],
  3428. "children": [{
  3429. "objectInfo": {
  3430. "indexPath": "Devices.Device.1",
  3431. "keyPath": "Devices.Device.HGW",
  3432. "name": "Alternative",
  3433. "key": "Alternative",
  3434. "attributes": {
  3435. "read_only": true,
  3436. "template": true,
  3437. "persistent": true
  3438. },
  3439. "state": "ready",
  3440. "parameterCount": 0,
  3441. "childCount": 0,
  3442. "instanceCount": 0
  3443. },
  3444. "templateInfo": {
  3445. "maxInstances": 4294967295
  3446. },
  3447. "functions": [],
  3448. "parameters": [],
  3449. "children": [],
  3450. "instances": []
  3451. }, {
  3452. "objectInfo": {
  3453. "indexPath": "Devices.Device.1",
  3454. "keyPath": "Devices.Device.HGW",
  3455. "name": "Names",
  3456. "key": "Names",
  3457. "attributes": {
  3458. "template": true,
  3459. "persistent": true
  3460. },
  3461. "state": "ready",
  3462. "parameterCount": 2,
  3463. "childCount": 0,
  3464. "instanceCount": 1
  3465. },
  3466. "templateInfo": {
  3467. "maxInstances": 4294967295
  3468. },
  3469. "functions": [],
  3470. "parameters": [{
  3471. "name": "Name",
  3472. "type": "string",
  3473. "attributes": {
  3474. "read_only": true,
  3475. "persistent": true
  3476. },
  3477. "state": "ready",
  3478. "value": ""
  3479. }, {
  3480. "name": "Source",
  3481. "type": "string",
  3482. "attributes": {
  3483. "read_only": true,
  3484. "persistent": true
  3485. },
  3486. "state": "ready",
  3487. "value": ""
  3488. }],
  3489. "children": [],
  3490. "instances": [{
  3491. "objectInfo": {
  3492. "indexPath": "Devices.Device.1.Names",
  3493. "keyPath": "Devices.Device.HGW.Names",
  3494. "name": "1",
  3495. "key": "default",
  3496. "attributes": {
  3497. "instance": true,
  3498. "persistent": true
  3499. },
  3500. "state": "ready",
  3501. "parameterCount": 2,
  3502. "childCount": 0,
  3503. "instanceCount": 0
  3504. },
  3505. "functions": [],
  3506. "parameters": [{
  3507. "name": "Name",
  3508. "type": "string",
  3509. "attributes": {
  3510. "read_only": true,
  3511. "persistent": true
  3512. },
  3513. "state": "ready",
  3514. "value": "LIVEBOX"
  3515. }, {
  3516. "name": "Source",
  3517. "type": "string",
  3518. "attributes": {
  3519. "read_only": true,
  3520. "persistent": true
  3521. },
  3522. "state": "ready",
  3523. "value": "default"
  3524. }],
  3525. "children": [],
  3526. "instances": []
  3527. }]
  3528. }, {
  3529. "objectInfo": {
  3530. "indexPath": "Devices.Device.1",
  3531. "keyPath": "Devices.Device.HGW",
  3532. "name": "DeviceTypes",
  3533. "key": "DeviceTypes",
  3534. "attributes": {
  3535. "template": true,
  3536. "persistent": true
  3537. },
  3538. "state": "ready",
  3539. "parameterCount": 2,
  3540. "childCount": 0,
  3541. "instanceCount": 0
  3542. },
  3543. "templateInfo": {
  3544. "maxInstances": 4294967295
  3545. },
  3546. "functions": [],
  3547. "parameters": [{
  3548. "name": "Type",
  3549. "type": "string",
  3550. "attributes": {
  3551. "read_only": true,
  3552. "persistent": true
  3553. },
  3554. "state": "ready",
  3555. "value": ""
  3556. }, {
  3557. "name": "Source",
  3558. "type": "string",
  3559. "attributes": {
  3560. "read_only": true,
  3561. "persistent": true
  3562. },
  3563. "state": "ready",
  3564. "value": ""
  3565. }],
  3566. "children": [],
  3567. "instances": []
  3568. }, {
  3569. "objectInfo": {
  3570. "indexPath": "Devices.Device.1",
  3571. "keyPath": "Devices.Device.HGW",
  3572. "name": "UDevice",
  3573. "key": "UDevice",
  3574. "attributes": {
  3575. "read_only": true,
  3576. "template": true
  3577. },
  3578. "state": "ready",
  3579. "parameterCount": 1,
  3580. "childCount": 0,
  3581. "instanceCount": 0
  3582. },
  3583. "templateInfo": {
  3584. "maxInstances": 4294967295
  3585. },
  3586. "functions": [],
  3587. "parameters": [{
  3588. "name": "Type",
  3589. "type": "string",
  3590. "attributes": {
  3591. "read_only": true
  3592. },
  3593. "state": "ready",
  3594. "value": ""
  3595. }],
  3596. "children": [],
  3597. "instances": []
  3598. }, {
  3599. "objectInfo": {
  3600. "indexPath": "Devices.Device.1",
  3601. "keyPath": "Devices.Device.HGW",
  3602. "name": "LDevice",
  3603. "key": "LDevice",
  3604. "attributes": {
  3605. "read_only": true,
  3606. "template": true
  3607. },
  3608. "state": "ready",
  3609. "parameterCount": 1,
  3610. "childCount": 0,
  3611. "instanceCount": 4
  3612. },
  3613. "templateInfo": {
  3614. "maxInstances": 4294967295
  3615. },
  3616. "functions": [],
  3617. "parameters": [{
  3618. "name": "Type",
  3619. "type": "string",
  3620. "attributes": {
  3621. "read_only": true
  3622. },
  3623. "state": "ready",
  3624. "value": ""
  3625. }],
  3626. "children": [],
  3627. "instances": [{
  3628. "objectInfo": {
  3629. "indexPath": "Devices.Device.1.LDevice",
  3630. "keyPath": "Devices.Device.HGW.LDevice",
  3631. "name": "1",
  3632. "key": "DECT",
  3633. "attributes": {
  3634. "instance": true
  3635. },
  3636. "state": "ready",
  3637. "parameterCount": 1,
  3638. "childCount": 0,
  3639. "instanceCount": 0
  3640. },
  3641. "functions": [],
  3642. "parameters": [{
  3643. "name": "Type",
  3644. "type": "string",
  3645. "attributes": {
  3646. "read_only": true
  3647. },
  3648. "state": "ready",
  3649. "value": "default"
  3650. }],
  3651. "children": [],
  3652. "instances": []
  3653. }, {
  3654. "objectInfo": {
  3655. "indexPath": "Devices.Device.1.LDevice",
  3656. "keyPath": "Devices.Device.HGW.LDevice",
  3657. "name": "2",
  3658. "key": "FXS",
  3659. "attributes": {
  3660. "instance": true
  3661. },
  3662. "state": "ready",
  3663. "parameterCount": 1,
  3664. "childCount": 0,
  3665. "instanceCount": 0
  3666. },
  3667. "functions": [],
  3668. "parameters": [{
  3669. "name": "Type",
  3670. "type": "string",
  3671. "attributes": {
  3672. "read_only": true
  3673. },
  3674. "state": "ready",
  3675. "value": "default"
  3676. }],
  3677. "children": [],
  3678. "instances": []
  3679. }, {
  3680. "objectInfo": {
  3681. "indexPath": "Devices.Device.1.LDevice",
  3682. "keyPath": "Devices.Device.HGW.LDevice",
  3683. "name": "3",
  3684. "key": "sysbus_USBHost",
  3685. "attributes": {
  3686. "instance": true
  3687. },
  3688. "state": "ready",
  3689. "parameterCount": 1,
  3690. "childCount": 0,
  3691. "instanceCount": 0
  3692. },
  3693. "functions": [],
  3694. "parameters": [{
  3695. "name": "Type",
  3696. "type": "string",
  3697. "attributes": {
  3698. "read_only": true
  3699. },
  3700. "state": "ready",
  3701. "value": "default"
  3702. }],
  3703. "children": [],
  3704. "instances": []
  3705. }, {
  3706. "objectInfo": {
  3707. "indexPath": "Devices.Device.1.LDevice",
  3708. "keyPath": "Devices.Device.HGW.LDevice",
  3709. "name": "4",
  3710. "key": "lan",
  3711. "attributes": {
  3712. "instance": true
  3713. },
  3714. "state": "ready",
  3715. "parameterCount": 1,
  3716. "childCount": 0,
  3717. "instanceCount": 0
  3718. },
  3719. "functions": [],
  3720. "parameters": [{
  3721. "name": "Type",
  3722. "type": "string",
  3723. "attributes": {
  3724. "read_only": true
  3725. },
  3726. "state": "ready",
  3727. "value": "default"
  3728. }],
  3729. "children": [],
  3730. "instances": []
  3731. }]
  3732. }],
  3733. "instances": []
  3734. }, {
  3735. "objectInfo": {
  3736. "indexPath": "Devices.Device",
  3737. "keyPath": "Devices.Device",
  3738. "name": "2",
  3739. "key": "B8:27:EB:CF:8A:DC",
  3740. "attributes": {
  3741. "instance": true,
  3742. "persistent": true
  3743. },
  3744. "state": "ready",
  3745. "parameterCount": 20,
  3746. "childCount": 8,
  3747. "instanceCount": 0
  3748. },
  3749. "functions": [{
  3750. "name": "get",
  3751. "type": "device_t",
  3752. "attributes": {},
  3753. "arguments": [{
  3754. "name": "flags",
  3755. "type": "string",
  3756. "attributes": {}
  3757. }]
  3758. }, {
  3759. "name": "hasTag",
  3760. "type": "bool",
  3761. "attributes": {},
  3762. "arguments": [{
  3763. "name": "tag",
  3764. "type": "string",
  3765. "attributes": {
  3766. "mandatory": true
  3767. }
  3768. }, {
  3769. "name": "expression",
  3770. "type": "string",
  3771. "attributes": {}
  3772. }, {
  3773. "name": "traverse",
  3774. "type": "string",
  3775. "attributes": {}
  3776. }]
  3777. }, {
  3778. "name": "getFirstParameter",
  3779. "type": "variant",
  3780. "attributes": {},
  3781. "arguments": [{
  3782. "name": "parameter",
  3783. "type": "string",
  3784. "attributes": {
  3785. "mandatory": true
  3786. }
  3787. }, {
  3788. "name": "expression",
  3789. "type": "string",
  3790. "attributes": {}
  3791. }, {
  3792. "name": "traverse",
  3793. "type": "string",
  3794. "attributes": {}
  3795. }]
  3796. }, {
  3797. "name": "getParameters",
  3798. "type": "list",
  3799. "attributes": {},
  3800. "arguments": [{
  3801. "name": "parameter",
  3802. "type": "string",
  3803. "attributes": {
  3804. "mandatory": true
  3805. }
  3806. }, {
  3807. "name": "expression",
  3808. "type": "string",
  3809. "attributes": {}
  3810. }, {
  3811. "name": "traverse",
  3812. "type": "string",
  3813. "attributes": {}
  3814. }]
  3815. }, {
  3816. "name": "topology",
  3817. "type": "variant",
  3818. "attributes": {},
  3819. "arguments": [{
  3820. "name": "expression",
  3821. "type": "string",
  3822. "attributes": {}
  3823. }, {
  3824. "name": "traverse",
  3825. "type": "string",
  3826. "attributes": {}
  3827. }, {
  3828. "name": "flags",
  3829. "type": "string",
  3830. "attributes": {}
  3831. }]
  3832. }, {
  3833. "name": "isLinkedTo",
  3834. "type": "bool",
  3835. "attributes": {},
  3836. "arguments": [{
  3837. "name": "device",
  3838. "type": "string",
  3839. "attributes": {
  3840. "mandatory": true
  3841. }
  3842. }, {
  3843. "name": "traverse",
  3844. "type": "string",
  3845. "attributes": {}
  3846. }]
  3847. }],
  3848. "parameters": [{
  3849. "name": "Key",
  3850. "type": "string",
  3851. "attributes": {
  3852. "read_only": true,
  3853. "persistent": true
  3854. },
  3855. "state": "ready",
  3856. "value": "B8:27:EB:CF:8A:DC"
  3857. }, {
  3858. "name": "DiscoverySource",
  3859. "type": "string",
  3860. "attributes": {
  3861. "read_only": true,
  3862. "persistent": true
  3863. },
  3864. "state": "ready",
  3865. "value": "import"
  3866. }, {
  3867. "name": "Name",
  3868. "type": "string",
  3869. "attributes": {
  3870. "read_only": true
  3871. },
  3872. "state": "ready",
  3873. "value": "rpi"
  3874. }, {
  3875. "name": "DeviceType",
  3876. "type": "string",
  3877. "attributes": {
  3878. "read_only": true
  3879. },
  3880. "state": "ready",
  3881. "value": "stb"
  3882. }, {
  3883. "name": "Active",
  3884. "type": "bool",
  3885. "attributes": {
  3886. "read_only": true
  3887. },
  3888. "state": "ready",
  3889. "value": true
  3890. }, {
  3891. "name": "Tags",
  3892. "type": "string",
  3893. "attributes": {
  3894. "persistent": true
  3895. },
  3896. "state": "ready",
  3897. "value": "lan mac physical edev ipv4 ipv6 dhcp eth mdns"
  3898. }, {
  3899. "name": "LastConnection",
  3900. "type": "date_time",
  3901. "attributes": {
  3902. "persistent": true,
  3903. "volatile": true
  3904. },
  3905. "state": "ready",
  3906. "value": "2016-10-01T15:29:01Z"
  3907. }, {
  3908. "name": "LastChanged",
  3909. "type": "date_time",
  3910. "attributes": {
  3911. "persistent": true,
  3912. "volatile": true
  3913. },
  3914. "state": "ready",
  3915. "value": "2016-09-27T07:33:07Z"
  3916. }, {
  3917. "name": "Master",
  3918. "type": "string",
  3919. "attributes": {
  3920. "read_only": true,
  3921. "persistent": true
  3922. },
  3923. "state": "ready",
  3924. "value": ""
  3925. }, {
  3926. "name": "PhysAddress",
  3927. "type": "string",
  3928. "attributes": {
  3929. "read_only": true,
  3930. "persistent": true
  3931. },
  3932. "state": "ready",
  3933. "value": "B8:27:EB:CF:8A:DC"
  3934. }, {
  3935. "name": "Ageing",
  3936. "type": "bool",
  3937. "attributes": {
  3938. "read_only": true,
  3939. "volatile": true
  3940. },
  3941. "state": "ready",
  3942. "value": false
  3943. }, {
  3944. "name": "Layer2Interface",
  3945. "type": "string",
  3946. "attributes": {
  3947. "read_only": true,
  3948. "persistent": true
  3949. },
  3950. "state": "ready",
  3951. "value": "eth0"
  3952. }, {
  3953. "name": "IPAddress",
  3954. "type": "string",
  3955. "attributes": {},
  3956. "state": "ready",
  3957. "value": "192.168.1.10"
  3958. }, {
  3959. "name": "IPAddressSource",
  3960. "type": "string",
  3961. "attributes": {},
  3962. "state": "ready",
  3963. "value": "DHCP"
  3964. }, {
  3965. "name": "VendorClassID",
  3966. "type": "string",
  3967. "attributes": {
  3968. "read_only": true,
  3969. "persistent": true
  3970. },
  3971. "state": "ready",
  3972. "value": "dhcpcd-6.7.1:Linux-4.1.7-v7+:armv7l:BCM2709"
  3973. }, {
  3974. "name": "UserClassID",
  3975. "type": "string",
  3976. "attributes": {
  3977. "read_only": true,
  3978. "persistent": true
  3979. },
  3980. "state": "ready",
  3981. "value": ""
  3982. }, {
  3983. "name": "ClientID",
  3984. "type": "string",
  3985. "attributes": {
  3986. "read_only": true,
  3987. "persistent": true
  3988. },
  3989. "state": "ready",
  3990. "value": "FF:EB:CF:8A:DC:00:01:00:01:1C:DD:60:60:B8:27:EB:CF:8A:DC"
  3991. }, {
  3992. "name": "SerialNumber",
  3993. "type": "string",
  3994. "attributes": {
  3995. "read_only": true,
  3996. "persistent": true
  3997. },
  3998. "state": "ready",
  3999. "value": ""
  4000. }, {
  4001. "name": "ProductClass",
  4002. "type": "string",
  4003. "attributes": {
  4004. "read_only": true,
  4005. "persistent": true
  4006. },
  4007. "state": "ready",
  4008. "value": ""
  4009. }, {
  4010. "name": "OUI",
  4011. "type": "string",
  4012. "attributes": {
  4013. "read_only": true,
  4014. "persistent": true
  4015. },
  4016. "state": "ready",
  4017. "value": ""
  4018. }],
  4019. "children": [{
  4020. "objectInfo": {
  4021. "indexPath": "Devices.Device.2",
  4022. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4023. "name": "Alternative",
  4024. "key": "Alternative",
  4025. "attributes": {
  4026. "read_only": true,
  4027. "template": true,
  4028. "persistent": true
  4029. },
  4030. "state": "ready",
  4031. "parameterCount": 0,
  4032. "childCount": 0,
  4033. "instanceCount": 0
  4034. },
  4035. "templateInfo": {
  4036. "maxInstances": 4294967295
  4037. },
  4038. "functions": [],
  4039. "parameters": [],
  4040. "children": [],
  4041. "instances": []
  4042. }, {
  4043. "objectInfo": {
  4044. "indexPath": "Devices.Device.2",
  4045. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4046. "name": "Names",
  4047. "key": "Names",
  4048. "attributes": {
  4049. "template": true,
  4050. "persistent": true
  4051. },
  4052. "state": "ready",
  4053. "parameterCount": 2,
  4054. "childCount": 0,
  4055. "instanceCount": 5
  4056. },
  4057. "templateInfo": {
  4058. "maxInstances": 4294967295
  4059. },
  4060. "functions": [],
  4061. "parameters": [{
  4062. "name": "Name",
  4063. "type": "string",
  4064. "attributes": {
  4065. "read_only": true,
  4066. "persistent": true
  4067. },
  4068. "state": "ready",
  4069. "value": ""
  4070. }, {
  4071. "name": "Source",
  4072. "type": "string",
  4073. "attributes": {
  4074. "read_only": true,
  4075. "persistent": true
  4076. },
  4077. "state": "ready",
  4078. "value": ""
  4079. }],
  4080. "children": [],
  4081. "instances": [{
  4082. "objectInfo": {
  4083. "indexPath": "Devices.Device.2.Names",
  4084. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.Names",
  4085. "name": "1",
  4086. "key": "default",
  4087. "attributes": {
  4088. "instance": true,
  4089. "persistent": true
  4090. },
  4091. "state": "ready",
  4092. "parameterCount": 2,
  4093. "childCount": 0,
  4094. "instanceCount": 0
  4095. },
  4096. "functions": [],
  4097. "parameters": [{
  4098. "name": "Name",
  4099. "type": "string",
  4100. "attributes": {
  4101. "read_only": true,
  4102. "persistent": true
  4103. },
  4104. "state": "ready",
  4105. "value": "rpi"
  4106. }, {
  4107. "name": "Source",
  4108. "type": "string",
  4109. "attributes": {
  4110. "read_only": true,
  4111. "persistent": true
  4112. },
  4113. "state": "ready",
  4114. "value": "default"
  4115. }],
  4116. "children": [],
  4117. "instances": []
  4118. }, {
  4119. "objectInfo": {
  4120. "indexPath": "Devices.Device.2.Names",
  4121. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.Names",
  4122. "name": "2",
  4123. "key": "webui",
  4124. "attributes": {
  4125. "instance": true,
  4126. "persistent": true
  4127. },
  4128. "state": "ready",
  4129. "parameterCount": 2,
  4130. "childCount": 0,
  4131. "instanceCount": 0
  4132. },
  4133. "functions": [],
  4134. "parameters": [{
  4135. "name": "Name",
  4136. "type": "string",
  4137. "attributes": {
  4138. "read_only": true,
  4139. "persistent": true
  4140. },
  4141. "state": "ready",
  4142. "value": "rpi"
  4143. }, {
  4144. "name": "Source",
  4145. "type": "string",
  4146. "attributes": {
  4147. "read_only": true,
  4148. "persistent": true
  4149. },
  4150. "state": "ready",
  4151. "value": "webui"
  4152. }],
  4153. "children": [],
  4154. "instances": []
  4155. }, {
  4156. "objectInfo": {
  4157. "indexPath": "Devices.Device.2.Names",
  4158. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.Names",
  4159. "name": "3",
  4160. "key": "dns",
  4161. "attributes": {
  4162. "instance": true,
  4163. "persistent": true
  4164. },
  4165. "state": "ready",
  4166. "parameterCount": 2,
  4167. "childCount": 0,
  4168. "instanceCount": 0
  4169. },
  4170. "functions": [],
  4171. "parameters": [{
  4172. "name": "Name",
  4173. "type": "string",
  4174. "attributes": {
  4175. "read_only": true,
  4176. "persistent": true
  4177. },
  4178. "state": "ready",
  4179. "value": "rpi"
  4180. }, {
  4181. "name": "Source",
  4182. "type": "string",
  4183. "attributes": {
  4184. "read_only": true,
  4185. "persistent": true
  4186. },
  4187. "state": "ready",
  4188. "value": "dns"
  4189. }],
  4190. "children": [],
  4191. "instances": []
  4192. }, {
  4193. "objectInfo": {
  4194. "indexPath": "Devices.Device.2.Names",
  4195. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.Names",
  4196. "name": "4",
  4197. "key": "dhcp",
  4198. "attributes": {
  4199. "instance": true,
  4200. "persistent": true
  4201. },
  4202. "state": "ready",
  4203. "parameterCount": 2,
  4204. "childCount": 0,
  4205. "instanceCount": 0
  4206. },
  4207. "functions": [],
  4208. "parameters": [{
  4209. "name": "Name",
  4210. "type": "string",
  4211. "attributes": {
  4212. "read_only": true,
  4213. "persistent": true
  4214. },
  4215. "state": "ready",
  4216. "value": "raspberry"
  4217. }, {
  4218. "name": "Source",
  4219. "type": "string",
  4220. "attributes": {
  4221. "read_only": true,
  4222. "persistent": true
  4223. },
  4224. "state": "ready",
  4225. "value": "dhcp"
  4226. }],
  4227. "children": [],
  4228. "instances": []
  4229. }, {
  4230. "objectInfo": {
  4231. "indexPath": "Devices.Device.2.Names",
  4232. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.Names",
  4233. "name": "5",
  4234. "key": "mdns",
  4235. "attributes": {
  4236. "instance": true,
  4237. "persistent": true
  4238. },
  4239. "state": "ready",
  4240. "parameterCount": 2,
  4241. "childCount": 0,
  4242. "instanceCount": 0
  4243. },
  4244. "functions": [],
  4245. "parameters": [{
  4246. "name": "Name",
  4247. "type": "string",
  4248. "attributes": {
  4249. "read_only": true,
  4250. "persistent": true
  4251. },
  4252. "state": "ready",
  4253. "value": "raspberry"
  4254. }, {
  4255. "name": "Source",
  4256. "type": "string",
  4257. "attributes": {
  4258. "read_only": true,
  4259. "persistent": true
  4260. },
  4261. "state": "ready",
  4262. "value": "mdns"
  4263. }],
  4264. "children": [],
  4265. "instances": []
  4266. }]
  4267. }, {
  4268. "objectInfo": {
  4269. "indexPath": "Devices.Device.2",
  4270. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4271. "name": "DeviceTypes",
  4272. "key": "DeviceTypes",
  4273. "attributes": {
  4274. "template": true,
  4275. "persistent": true
  4276. },
  4277. "state": "ready",
  4278. "parameterCount": 2,
  4279. "childCount": 0,
  4280. "instanceCount": 2
  4281. },
  4282. "templateInfo": {
  4283. "maxInstances": 4294967295
  4284. },
  4285. "functions": [],
  4286. "parameters": [{
  4287. "name": "Type",
  4288. "type": "string",
  4289. "attributes": {
  4290. "read_only": true,
  4291. "persistent": true
  4292. },
  4293. "state": "ready",
  4294. "value": ""
  4295. }, {
  4296. "name": "Source",
  4297. "type": "string",
  4298. "attributes": {
  4299. "read_only": true,
  4300. "persistent": true
  4301. },
  4302. "state": "ready",
  4303. "value": ""
  4304. }],
  4305. "children": [],
  4306. "instances": [{
  4307. "objectInfo": {
  4308. "indexPath": "Devices.Device.2.DeviceTypes",
  4309. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.DeviceTypes",
  4310. "name": "1",
  4311. "key": "webui",
  4312. "attributes": {
  4313. "instance": true,
  4314. "persistent": true
  4315. },
  4316. "state": "ready",
  4317. "parameterCount": 2,
  4318. "childCount": 0,
  4319. "instanceCount": 0
  4320. },
  4321. "functions": [],
  4322. "parameters": [{
  4323. "name": "Type",
  4324. "type": "string",
  4325. "attributes": {
  4326. "read_only": true,
  4327. "persistent": true
  4328. },
  4329. "state": "ready",
  4330. "value": "stb"
  4331. }, {
  4332. "name": "Source",
  4333. "type": "string",
  4334. "attributes": {
  4335. "read_only": true,
  4336. "persistent": true
  4337. },
  4338. "state": "ready",
  4339. "value": "webui"
  4340. }],
  4341. "children": [],
  4342. "instances": []
  4343. }, {
  4344. "objectInfo": {
  4345. "indexPath": "Devices.Device.2.DeviceTypes",
  4346. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.DeviceTypes",
  4347. "name": "2",
  4348. "key": "mdns",
  4349. "attributes": {
  4350. "instance": true,
  4351. "persistent": true
  4352. },
  4353. "state": "ready",
  4354. "parameterCount": 2,
  4355. "childCount": 0,
  4356. "instanceCount": 0
  4357. },
  4358. "functions": [],
  4359. "parameters": [{
  4360. "name": "Type",
  4361. "type": "string",
  4362. "attributes": {
  4363. "read_only": true,
  4364. "persistent": true
  4365. },
  4366. "state": "ready",
  4367. "value": "Computer"
  4368. }, {
  4369. "name": "Source",
  4370. "type": "string",
  4371. "attributes": {
  4372. "read_only": true,
  4373. "persistent": true
  4374. },
  4375. "state": "ready",
  4376. "value": "mdns"
  4377. }],
  4378. "children": [],
  4379. "instances": []
  4380. }]
  4381. }, {
  4382. "objectInfo": {
  4383. "indexPath": "Devices.Device.2",
  4384. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4385. "name": "UDevice",
  4386. "key": "UDevice",
  4387. "attributes": {
  4388. "read_only": true,
  4389. "template": true
  4390. },
  4391. "state": "ready",
  4392. "parameterCount": 1,
  4393. "childCount": 0,
  4394. "instanceCount": 1
  4395. },
  4396. "templateInfo": {
  4397. "maxInstances": 4294967295
  4398. },
  4399. "functions": [],
  4400. "parameters": [{
  4401. "name": "Type",
  4402. "type": "string",
  4403. "attributes": {
  4404. "read_only": true
  4405. },
  4406. "state": "ready",
  4407. "value": ""
  4408. }],
  4409. "children": [],
  4410. "instances": [{
  4411. "objectInfo": {
  4412. "indexPath": "Devices.Device.2.UDevice",
  4413. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.UDevice",
  4414. "name": "1",
  4415. "key": "eth0",
  4416. "attributes": {
  4417. "instance": true
  4418. },
  4419. "state": "ready",
  4420. "parameterCount": 1,
  4421. "childCount": 0,
  4422. "instanceCount": 0
  4423. },
  4424. "functions": [],
  4425. "parameters": [{
  4426. "name": "Type",
  4427. "type": "string",
  4428. "attributes": {
  4429. "read_only": true
  4430. },
  4431. "state": "ready",
  4432. "value": "default"
  4433. }],
  4434. "children": [],
  4435. "instances": []
  4436. }]
  4437. }, {
  4438. "objectInfo": {
  4439. "indexPath": "Devices.Device.2",
  4440. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4441. "name": "LDevice",
  4442. "key": "LDevice",
  4443. "attributes": {
  4444. "read_only": true,
  4445. "template": true
  4446. },
  4447. "state": "ready",
  4448. "parameterCount": 1,
  4449. "childCount": 0,
  4450. "instanceCount": 0
  4451. },
  4452. "templateInfo": {
  4453. "maxInstances": 4294967295
  4454. },
  4455. "functions": [],
  4456. "parameters": [{
  4457. "name": "Type",
  4458. "type": "string",
  4459. "attributes": {
  4460. "read_only": true
  4461. },
  4462. "state": "ready",
  4463. "value": ""
  4464. }],
  4465. "children": [],
  4466. "instances": []
  4467. }, {
  4468. "objectInfo": {
  4469. "indexPath": "Devices.Device.2",
  4470. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4471. "name": "IPv4Address",
  4472. "key": "IPv4Address",
  4473. "attributes": {
  4474. "template": true
  4475. },
  4476. "state": "ready",
  4477. "parameterCount": 5,
  4478. "childCount": 0,
  4479. "instanceCount": 1
  4480. },
  4481. "templateInfo": {
  4482. "maxInstances": 4294967295
  4483. },
  4484. "functions": [],
  4485. "parameters": [{
  4486. "name": "Address",
  4487. "type": "string",
  4488. "attributes": {},
  4489. "state": "ready",
  4490. "value": ""
  4491. }, {
  4492. "name": "Status",
  4493. "type": "string",
  4494. "attributes": {},
  4495. "state": "ready",
  4496. "value": ""
  4497. }, {
  4498. "name": "Scope",
  4499. "type": "string",
  4500. "attributes": {},
  4501. "state": "ready",
  4502. "value": ""
  4503. }, {
  4504. "name": "AddressSource",
  4505. "type": "string",
  4506. "attributes": {},
  4507. "state": "ready",
  4508. "value": ""
  4509. }, {
  4510. "name": "Reserved",
  4511. "type": "bool",
  4512. "attributes": {},
  4513. "state": "ready",
  4514. "value": false
  4515. }],
  4516. "children": [],
  4517. "instances": [{
  4518. "objectInfo": {
  4519. "indexPath": "Devices.Device.2.IPv4Address",
  4520. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.IPv4Address",
  4521. "name": "1",
  4522. "key": "192_168_1_10",
  4523. "attributes": {
  4524. "instance": true
  4525. },
  4526. "state": "ready",
  4527. "parameterCount": 5,
  4528. "childCount": 0,
  4529. "instanceCount": 0
  4530. },
  4531. "functions": [],
  4532. "parameters": [{
  4533. "name": "Address",
  4534. "type": "string",
  4535. "attributes": {},
  4536. "state": "ready",
  4537. "value": "192.168.1.10"
  4538. }, {
  4539. "name": "Status",
  4540. "type": "string",
  4541. "attributes": {},
  4542. "state": "ready",
  4543. "value": "reachable"
  4544. }, {
  4545. "name": "Scope",
  4546. "type": "string",
  4547. "attributes": {},
  4548. "state": "ready",
  4549. "value": "global"
  4550. }, {
  4551. "name": "AddressSource",
  4552. "type": "string",
  4553. "attributes": {},
  4554. "state": "ready",
  4555. "value": "DHCP"
  4556. }, {
  4557. "name": "Reserved",
  4558. "type": "bool",
  4559. "attributes": {},
  4560. "state": "ready",
  4561. "value": false
  4562. }],
  4563. "children": [],
  4564. "instances": []
  4565. }]
  4566. }, {
  4567. "objectInfo": {
  4568. "indexPath": "Devices.Device.2",
  4569. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4570. "name": "IPv6Address",
  4571. "key": "IPv6Address",
  4572. "attributes": {
  4573. "template": true
  4574. },
  4575. "state": "ready",
  4576. "parameterCount": 4,
  4577. "childCount": 0,
  4578. "instanceCount": 0
  4579. },
  4580. "templateInfo": {
  4581. "maxInstances": 4294967295
  4582. },
  4583. "functions": [],
  4584. "parameters": [{
  4585. "name": "Address",
  4586. "type": "string",
  4587. "attributes": {},
  4588. "state": "ready",
  4589. "value": ""
  4590. }, {
  4591. "name": "Status",
  4592. "type": "string",
  4593. "attributes": {},
  4594. "state": "ready",
  4595. "value": ""
  4596. }, {
  4597. "name": "Scope",
  4598. "type": "string",
  4599. "attributes": {},
  4600. "state": "ready",
  4601. "value": ""
  4602. }, {
  4603. "name": "AddressSource",
  4604. "type": "string",
  4605. "attributes": {},
  4606. "state": "ready",
  4607. "value": ""
  4608. }],
  4609. "children": [],
  4610. "instances": []
  4611. }, {
  4612. "objectInfo": {
  4613. "indexPath": "Devices.Device.2",
  4614. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC",
  4615. "name": "mDNSService",
  4616. "key": "mDNSService",
  4617. "attributes": {
  4618. "template": true
  4619. },
  4620. "state": "ready",
  4621. "parameterCount": 5,
  4622. "childCount": 0,
  4623. "instanceCount": 2
  4624. },
  4625. "templateInfo": {
  4626. "maxInstances": 4294967295
  4627. },
  4628. "functions": [],
  4629. "parameters": [{
  4630. "name": "Name",
  4631. "type": "string",
  4632. "attributes": {
  4633. "persistent": true
  4634. },
  4635. "state": "ready",
  4636. "value": ""
  4637. }, {
  4638. "name": "ServiceName",
  4639. "type": "string",
  4640. "attributes": {
  4641. "persistent": true
  4642. },
  4643. "state": "ready",
  4644. "value": ""
  4645. }, {
  4646. "name": "Domain",
  4647. "type": "string",
  4648. "attributes": {
  4649. "persistent": true
  4650. },
  4651. "state": "ready",
  4652. "value": ""
  4653. }, {
  4654. "name": "Port",
  4655. "type": "string",
  4656. "attributes": {
  4657. "persistent": true
  4658. },
  4659. "state": "ready",
  4660. "value": ""
  4661. }, {
  4662. "name": "Text",
  4663. "type": "string",
  4664. "attributes": {
  4665. "persistent": true
  4666. },
  4667. "state": "ready",
  4668. "value": ""
  4669. }],
  4670. "children": [],
  4671. "instances": [{
  4672. "objectInfo": {
  4673. "indexPath": "Devices.Device.2.mDNSService",
  4674. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.mDNSService",
  4675. "name": "3",
  4676. "key": "_workstation__tcp",
  4677. "attributes": {
  4678. "instance": true
  4679. },
  4680. "state": "ready",
  4681. "parameterCount": 5,
  4682. "childCount": 0,
  4683. "instanceCount": 0
  4684. },
  4685. "functions": [],
  4686. "parameters": [{
  4687. "name": "Name",
  4688. "type": "string",
  4689. "attributes": {
  4690. "persistent": true
  4691. },
  4692. "state": "ready",
  4693. "value": "raspberry [b8:27:eb:cf:8a:dc]"
  4694. }, {
  4695. "name": "ServiceName",
  4696. "type": "string",
  4697. "attributes": {
  4698. "persistent": true
  4699. },
  4700. "state": "ready",
  4701. "value": "_workstation._tcp"
  4702. }, {
  4703. "name": "Domain",
  4704. "type": "string",
  4705. "attributes": {
  4706. "persistent": true
  4707. },
  4708. "state": "ready",
  4709. "value": "local"
  4710. }, {
  4711. "name": "Port",
  4712. "type": "string",
  4713. "attributes": {
  4714. "persistent": true
  4715. },
  4716. "state": "ready",
  4717. "value": "9"
  4718. }, {
  4719. "name": "Text",
  4720. "type": "string",
  4721. "attributes": {
  4722. "persistent": true
  4723. },
  4724. "state": "ready",
  4725. "value": ""
  4726. }],
  4727. "children": [],
  4728. "instances": []
  4729. }, {
  4730. "objectInfo": {
  4731. "indexPath": "Devices.Device.2.mDNSService",
  4732. "keyPath": "Devices.Device.B8:27:EB:CF:8A:DC.mDNSService",
  4733. "name": "4",
  4734. "key": "_udisks-ssh__tcp",
  4735. "attributes": {
  4736. "instance": true
  4737. },
  4738. "state": "ready",
  4739. "parameterCount": 5,
  4740. "childCount": 0,
  4741. "instanceCount": 0
  4742. },
  4743. "functions": [],
  4744. "parameters": [{
  4745. "name": "Name",
  4746. "type": "string",
  4747. "attributes": {
  4748. "persistent": true
  4749. },
  4750. "state": "ready",
  4751. "value": "raspberry"
  4752. }, {
  4753. "name": "ServiceName",
  4754. "type": "string",
  4755. "attributes": {
  4756. "persistent": true
  4757. },
  4758. "state": "ready",
  4759. "value": "_udisks-ssh._tcp"
  4760. }, {
  4761. "name": "Domain",
  4762. "type": "string",
  4763. "attributes": {
  4764. "persistent": true
  4765. },
  4766. "state": "ready",
  4767. "value": "local"
  4768. }, {
  4769. "name": "Port",
  4770. "type": "string",
  4771. "attributes": {
  4772. "persistent": true
  4773. },
  4774. "state": "ready",
  4775. "value": "22"
  4776. }, {
  4777. "name": "Text",
  4778. "type": "string",
  4779. "attributes": {
  4780. "persistent": true
  4781. },
  4782. "state": "ready",
  4783. "value": ""
  4784. }],
  4785. "children": [],
  4786. "instances": []
  4787. }]
  4788. }],
  4789. "instances": []
  4790. }, {
  4791. "objectInfo": {
  4792. "indexPath": "Devices.Device",
  4793. "keyPath": "Devices.Device",
  4794. "name": "7",
  4795. "key": "DECT",
  4796. "attributes": {
  4797. "instance": true
  4798. },
  4799. "state": "ready",
  4800. "parameterCount": 9,
  4801. "childCount": 5,
  4802. "instanceCount": 0
  4803. },
  4804. "functions": [{
  4805. "name": "get",
  4806. "type": "device_t",
  4807. "attributes": {},
  4808. "arguments": [{
  4809. "name": "flags",
  4810. "type": "string",
  4811. "attributes": {}
  4812. }]
  4813. }, {
  4814. "name": "hasTag",
  4815. "type": "bool",
  4816. "attributes": {},
  4817. "arguments": [{
  4818. "name": "tag",
  4819. "type": "string",
  4820. "attributes": {
  4821. "mandatory": true
  4822. }
  4823. }, {
  4824. "name": "expression",
  4825. "type": "string",
  4826. "attributes": {}
  4827. }, {
  4828. "name": "traverse",
  4829. "type": "string",
  4830. "attributes": {}
  4831. }]
  4832. }, {
  4833. "name": "getFirstParameter",
  4834. "type": "variant",
  4835. "attributes": {},
  4836. "arguments": [{
  4837. "name": "parameter",
  4838. "type": "string",
  4839. "attributes": {
  4840. "mandatory": true
  4841. }
  4842. }, {
  4843. "name": "expression",
  4844. "type": "string",
  4845. "attributes": {}
  4846. }, {
  4847. "name": "traverse",
  4848. "type": "string",
  4849. "attributes": {}
  4850. }]
  4851. }, {
  4852. "name": "getParameters",
  4853. "type": "list",
  4854. "attributes": {},
  4855. "arguments": [{
  4856. "name": "parameter",
  4857. "type": "string",
  4858. "attributes": {
  4859. "mandatory": true
  4860. }
  4861. }, {
  4862. "name": "expression",
  4863. "type": "string",
  4864. "attributes": {}
  4865. }, {
  4866. "name": "traverse",
  4867. "type": "string",
  4868. "attributes": {}
  4869. }]
  4870. }, {
  4871. "name": "topology",
  4872. "type": "variant",
  4873. "attributes": {},
  4874. "arguments": [{
  4875. "name": "expression",
  4876. "type": "string",
  4877. "attributes": {}
  4878. }, {
  4879. "name": "traverse",
  4880. "type": "string",
  4881. "attributes": {}
  4882. }, {
  4883. "name": "flags",
  4884. "type": "string",
  4885. "attributes": {}
  4886. }]
  4887. }, {
  4888. "name": "isLinkedTo",
  4889. "type": "bool",
  4890. "attributes": {},
  4891. "arguments": [{
  4892. "name": "device",
  4893. "type": "string",
  4894. "attributes": {
  4895. "mandatory": true
  4896. }
  4897. }, {
  4898. "name": "traverse",
  4899. "type": "string",
  4900. "attributes": {}
  4901. }]
  4902. }, {
  4903. "name": "ring",
  4904. "type": "void",
  4905. "attributes": {},
  4906. "arguments": []
  4907. }, {
  4908. "name": "startPairing",
  4909. "type": "void",
  4910. "attributes": {},
  4911. "arguments": []
  4912. }],
  4913. "parameters": [{
  4914. "name": "Key",
  4915. "type": "string",
  4916. "attributes": {
  4917. "read_only": true,
  4918. "persistent": true
  4919. },
  4920. "state": "ready",
  4921. "value": "DECT"
  4922. }, {
  4923. "name": "DiscoverySource",
  4924. "type": "string",
  4925. "attributes": {
  4926. "read_only": true,
  4927. "persistent": true
  4928. },
  4929. "state": "ready",
  4930. "value": "voice_handsets"
  4931. }, {
  4932. "name": "Name",
  4933. "type": "string",
  4934. "attributes": {
  4935. "read_only": true
  4936. },
  4937. "state": "ready",
  4938. "value": "DECT"
  4939. }, {
  4940. "name": "DeviceType",
  4941. "type": "string",
  4942. "attributes": {
  4943. "read_only": true
  4944. },
  4945. "state": "ready",
  4946. "value": "Phone"
  4947. }, {
  4948. "name": "Active",
  4949. "type": "bool",
  4950. "attributes": {
  4951. "read_only": true
  4952. },
  4953. "state": "ready",
  4954. "value": true
  4955. }, {
  4956. "name": "Tags",
  4957. "type": "string",
  4958. "attributes": {
  4959. "persistent": true
  4960. },
  4961. "state": "ready",
  4962. "value": "voice interface dect physical"
  4963. }, {
  4964. "name": "LastConnection",
  4965. "type": "date_time",
  4966. "attributes": {
  4967. "persistent": true,
  4968. "volatile": true
  4969. },
  4970. "state": "ready",
  4971. "value": "2016-10-01T15:29:01Z"
  4972. }, {
  4973. "name": "LastChanged",
  4974. "type": "date_time",
  4975. "attributes": {
  4976. "persistent": true,
  4977. "volatile": true
  4978. },
  4979. "state": "ready",
  4980. "value": "0001-01-01T00:00:00Z"
  4981. }, {
  4982. "name": "Master",
  4983. "type": "string",
  4984. "attributes": {
  4985. "read_only": true,
  4986. "persistent": true
  4987. },
  4988. "state": "ready",
  4989. "value": ""
  4990. }],
  4991. "children": [{
  4992. "objectInfo": {
  4993. "indexPath": "Devices.Device.7",
  4994. "keyPath": "Devices.Device.DECT",
  4995. "name": "Alternative",
  4996. "key": "Alternative",
  4997. "attributes": {
  4998. "read_only": true,
  4999. "template": true,
  5000. "persistent": true
  5001. },
  5002. "state": "ready",
  5003. "parameterCount": 0,
  5004. "childCount": 0,
  5005. "instanceCount": 0
  5006. },
  5007. "templateInfo": {
  5008. "maxInstances": 4294967295
  5009. },
  5010. "functions": [],
  5011. "parameters": [],
  5012. "children": [],
  5013. "instances": []
  5014. }, {
  5015. "objectInfo": {
  5016. "indexPath": "Devices.Device.7",
  5017. "keyPath": "Devices.Device.DECT",
  5018. "name": "Names",
  5019. "key": "Names",
  5020. "attributes": {
  5021. "template": true,
  5022. "persistent": true
  5023. },
  5024. "state": "ready",
  5025. "parameterCount": 2,
  5026. "childCount": 0,
  5027. "instanceCount": 1
  5028. },
  5029. "templateInfo": {
  5030. "maxInstances": 4294967295
  5031. },
  5032. "functions": [],
  5033. "parameters": [{
  5034. "name": "Name",
  5035. "type": "string",
  5036. "attributes": {
  5037. "read_only": true,
  5038. "persistent": true
  5039. },
  5040. "state": "ready",
  5041. "value": ""
  5042. }, {
  5043. "name": "Source",
  5044. "type": "string",
  5045. "attributes": {
  5046. "read_only": true,
  5047. "persistent": true
  5048. },
  5049. "state": "ready",
  5050. "value": ""
  5051. }],
  5052. "children": [],
  5053. "instances": [{
  5054. "objectInfo": {
  5055. "indexPath": "Devices.Device.7.Names",
  5056. "keyPath": "Devices.Device.DECT.Names",
  5057. "name": "1",
  5058. "key": "default",
  5059. "attributes": {
  5060. "instance": true,
  5061. "persistent": true
  5062. },
  5063. "state": "ready",
  5064. "parameterCount": 2,
  5065. "childCount": 0,
  5066. "instanceCount": 0
  5067. },
  5068. "functions": [],
  5069. "parameters": [{
  5070. "name": "Name",
  5071. "type": "string",
  5072. "attributes": {
  5073. "read_only": true,
  5074. "persistent": true
  5075. },
  5076. "state": "ready",
  5077. "value": "DECT"
  5078. }, {
  5079. "name": "Source",
  5080. "type": "string",
  5081. "attributes": {
  5082. "read_only": true,
  5083. "persistent": true
  5084. },
  5085. "state": "ready",
  5086. "value": "default"
  5087. }],
  5088. "children": [],
  5089. "instances": []
  5090. }]
  5091. }, {
  5092. "objectInfo": {
  5093. "indexPath": "Devices.Device.7",
  5094. "keyPath": "Devices.Device.DECT",
  5095. "name": "DeviceTypes",
  5096. "key": "DeviceTypes",
  5097. "attributes": {
  5098. "template": true,
  5099. "persistent": true
  5100. },
  5101. "state": "ready",
  5102. "parameterCount": 2,
  5103. "childCount": 0,
  5104. "instanceCount": 2
  5105. },
  5106. "templateInfo": {
  5107. "maxInstances": 4294967295
  5108. },
  5109. "functions": [],
  5110. "parameters": [{
  5111. "name": "Type",
  5112. "type": "string",
  5113. "attributes": {
  5114. "read_only": true,
  5115. "persistent": true
  5116. },
  5117. "state": "ready",
  5118. "value": ""
  5119. }, {
  5120. "name": "Source",
  5121. "type": "string",
  5122. "attributes": {
  5123. "read_only": true,
  5124. "persistent": true
  5125. },
  5126. "state": "ready",
  5127. "value": ""
  5128. }],
  5129. "children": [],
  5130. "instances": [{
  5131. "objectInfo": {
  5132. "indexPath": "Devices.Device.7.DeviceTypes",
  5133. "keyPath": "Devices.Device.DECT.DeviceTypes",
  5134. "name": "1",
  5135. "key": "tags",
  5136. "attributes": {
  5137. "instance": true,
  5138. "persistent": true
  5139. },
  5140. "state": "ready",
  5141. "parameterCount": 2,
  5142. "childCount": 0,
  5143. "instanceCount": 0
  5144. },
  5145. "functions": [],
  5146. "parameters": [{
  5147. "name": "Type",
  5148. "type": "string",
  5149. "attributes": {
  5150. "read_only": true,
  5151. "persistent": true
  5152. },
  5153. "state": "ready",
  5154. "value": "Phone"
  5155. }, {
  5156. "name": "Source",
  5157. "type": "string",
  5158. "attributes": {
  5159. "read_only": true,
  5160. "persistent": true
  5161. },
  5162. "state": "ready",
  5163. "value": "tags"
  5164. }],
  5165. "children": [],
  5166. "instances": []
  5167. }, {
  5168. "objectInfo": {
  5169. "indexPath": "Devices.Device.7.DeviceTypes",
  5170. "keyPath": "Devices.Device.DECT.DeviceTypes",
  5171. "name": "2",
  5172. "key": "default",
  5173. "attributes": {
  5174. "instance": true,
  5175. "persistent": true
  5176. },
  5177. "state": "ready",
  5178. "parameterCount": 2,
  5179. "childCount": 0,
  5180. "instanceCount": 0
  5181. },
  5182. "functions": [],
  5183. "parameters": [{
  5184. "name": "Type",
  5185. "type": "string",
  5186. "attributes": {
  5187. "read_only": true,
  5188. "persistent": true
  5189. },
  5190. "state": "ready",
  5191. "value": "Computer"
  5192. }, {
  5193. "name": "Source",
  5194. "type": "string",
  5195. "attributes": {
  5196. "read_only": true,
  5197. "persistent": true
  5198. },
  5199. "state": "ready",
  5200. "value": "default"
  5201. }],
  5202. "children": [],
  5203. "instances": []
  5204. }]
  5205. }, {
  5206. "objectInfo": {
  5207. "indexPath": "Devices.Device.7",
  5208. "keyPath": "Devices.Device.DECT",
  5209. "name": "UDevice",
  5210. "key": "UDevice",
  5211. "attributes": {
  5212. "read_only": true,
  5213. "template": true
  5214. },
  5215. "state": "ready",
  5216. "parameterCount": 1,
  5217. "childCount": 0,
  5218. "instanceCount": 1
  5219. },
  5220. "templateInfo": {
  5221. "maxInstances": 4294967295
  5222. },
  5223. "functions": [],
  5224. "parameters": [{
  5225. "name": "Type",
  5226. "type": "string",
  5227. "attributes": {
  5228. "read_only": true
  5229. },
  5230. "state": "ready",
  5231. "value": ""
  5232. }],
  5233. "children": [],
  5234. "instances": [{
  5235. "objectInfo": {
  5236. "indexPath": "Devices.Device.7.UDevice",
  5237. "keyPath": "Devices.Device.DECT.UDevice",
  5238. "name": "1",
  5239. "key": "HGW",
  5240. "attributes": {
  5241. "instance": true
  5242. },
  5243. "state": "ready",
  5244. "parameterCount": 1,
  5245. "childCount": 0,
  5246. "instanceCount": 0
  5247. },
  5248. "functions": [],
  5249. "parameters": [{
  5250. "name": "Type",
  5251. "type": "string",
  5252. "attributes": {
  5253. "read_only": true
  5254. },
  5255. "state": "ready",
  5256. "value": "default"
  5257. }],
  5258. "children": [],
  5259. "instances": []
  5260. }]
  5261. }, {
  5262. "objectInfo": {
  5263. "indexPath": "Devices.Device.7",
  5264. "keyPath": "Devices.Device.DECT",
  5265. "name": "LDevice",
  5266. "key": "LDevice",
  5267. "attributes": {
  5268. "read_only": true,
  5269. "template": true
  5270. },
  5271. "state": "ready",
  5272. "parameterCount": 1,
  5273. "childCount": 0,
  5274. "instanceCount": 0
  5275. },
  5276. "templateInfo": {
  5277. "maxInstances": 4294967295
  5278. },
  5279. "functions": [],
  5280. "parameters": [{
  5281. "name": "Type",
  5282. "type": "string",
  5283. "attributes": {
  5284. "read_only": true
  5285. },
  5286. "state": "ready",
  5287. "value": ""
  5288. }],
  5289. "children": [],
  5290. "instances": []
  5291. }],
  5292. "instances": []
  5293. }, {
  5294. "objectInfo": {
  5295. "indexPath": "Devices.Device",
  5296. "keyPath": "Devices.Device",
  5297. "name": "8",
  5298. "key": "FXS",
  5299. "attributes": {
  5300. "instance": true
  5301. },
  5302. "state": "ready",
  5303. "parameterCount": 9,
  5304. "childCount": 5,
  5305. "instanceCount": 0
  5306. },
  5307. "functions": [{
  5308. "name": "get",
  5309. "type": "device_t",
  5310. "attributes": {},
  5311. "arguments": [{
  5312. "name": "flags",
  5313. "type": "string",
  5314. "attributes": {}
  5315. }]
  5316. }, {
  5317. "name": "hasTag",
  5318. "type": "bool",
  5319. "attributes": {},
  5320. "arguments": [{
  5321. "name": "tag",
  5322. "type": "string",
  5323. "attributes": {
  5324. "mandatory": true
  5325. }
  5326. }, {
  5327. "name": "expression",
  5328. "type": "string",
  5329. "attributes": {}
  5330. }, {
  5331. "name": "traverse",
  5332. "type": "string",
  5333. "attributes": {}
  5334. }]
  5335. }, {
  5336. "name": "getFirstParameter",
  5337. "type": "variant",
  5338. "attributes": {},
  5339. "arguments": [{
  5340. "name": "parameter",
  5341. "type": "string",
  5342. "attributes": {
  5343. "mandatory": true
  5344. }
  5345. }, {
  5346. "name": "expression",
  5347. "type": "string",
  5348. "attributes": {}
  5349. }, {
  5350. "name": "traverse",
  5351. "type": "string",
  5352. "attributes": {}
  5353. }]
  5354. }, {
  5355. "name": "getParameters",
  5356. "type": "list",
  5357. "attributes": {},
  5358. "arguments": [{
  5359. "name": "parameter",
  5360. "type": "string",
  5361. "attributes": {
  5362. "mandatory": true
  5363. }
  5364. }, {
  5365. "name": "expression",
  5366. "type": "string",
  5367. "attributes": {}
  5368. }, {
  5369. "name": "traverse",
  5370. "type": "string",
  5371. "attributes": {}
  5372. }]
  5373. }, {
  5374. "name": "topology",
  5375. "type": "variant",
  5376. "attributes": {},
  5377. "arguments": [{
  5378. "name": "expression",
  5379. "type": "string",
  5380. "attributes": {}
  5381. }, {
  5382. "name": "traverse",
  5383. "type": "string",
  5384. "attributes": {}
  5385. }, {
  5386. "name": "flags",
  5387. "type": "string",
  5388. "attributes": {}
  5389. }]
  5390. }, {
  5391. "name": "isLinkedTo",
  5392. "type": "bool",
  5393. "attributes": {},
  5394. "arguments": [{
  5395. "name": "device",
  5396. "type": "string",
  5397. "attributes": {
  5398. "mandatory": true
  5399. }
  5400. }, {
  5401. "name": "traverse",
  5402. "type": "string",
  5403. "attributes": {}
  5404. }]
  5405. }, {
  5406. "name": "ring",
  5407. "type": "void",
  5408. "attributes": {},
  5409. "arguments": []
  5410. }],
  5411. "parameters": [{
  5412. "name": "Key",
  5413. "type": "string",
  5414. "attributes": {
  5415. "read_only": true,
  5416. "persistent": true
  5417. },
  5418. "state": "ready",
  5419. "value": "FXS"
  5420. }, {
  5421. "name": "DiscoverySource",
  5422. "type": "string",
  5423. "attributes": {
  5424. "read_only": true,
  5425. "persistent": true
  5426. },
  5427. "state": "ready",
  5428. "value": "voice_handsets"
  5429. }, {
  5430. "name": "Name",
  5431. "type": "string",
  5432. "attributes": {
  5433. "read_only": true
  5434. },
  5435. "state": "ready",
  5436. "value": "FXS"
  5437. }, {
  5438. "name": "DeviceType",
  5439. "type": "string",
  5440. "attributes": {
  5441. "read_only": true
  5442. },
  5443. "state": "ready",
  5444. "value": "Phone"
  5445. }, {
  5446. "name": "Active",
  5447. "type": "bool",
  5448. "attributes": {
  5449. "read_only": true
  5450. },
  5451. "state": "ready",
  5452. "value": true
  5453. }, {
  5454. "name": "Tags",
  5455. "type": "string",
  5456. "attributes": {
  5457. "persistent": true
  5458. },
  5459. "state": "ready",
  5460. "value": "voice interface physical"
  5461. }, {
  5462. "name": "LastConnection",
  5463. "type": "date_time",
  5464. "attributes": {
  5465. "persistent": true,
  5466. "volatile": true
  5467. },
  5468. "state": "ready",
  5469. "value": "2016-10-01T15:29:01Z"
  5470. }, {
  5471. "name": "LastChanged",
  5472. "type": "date_time",
  5473. "attributes": {
  5474. "persistent": true,
  5475. "volatile": true
  5476. },
  5477. "state": "ready",
  5478. "value": "0001-01-01T00:00:00Z"
  5479. }, {
  5480. "name": "Master",
  5481. "type": "string",
  5482. "attributes": {
  5483. "read_only": true,
  5484. "persistent": true
  5485. },
  5486. "state": "ready",
  5487. "value": ""
  5488. }],
  5489. "children": [{
  5490. "objectInfo": {
  5491. "indexPath": "Devices.Device.8",
  5492. "keyPath": "Devices.Device.FXS",
  5493. "name": "Alternative",
  5494. "key": "Alternative",
  5495. "attributes": {
  5496. "read_only": true,
  5497. "template": true,
  5498. "persistent": true
  5499. },
  5500. "state": "ready",
  5501. "parameterCount": 0,
  5502. "childCount": 0,
  5503. "instanceCount": 0
  5504. },
  5505. "templateInfo": {
  5506. "maxInstances": 4294967295
  5507. },
  5508. "functions": [],
  5509. "parameters": [],
  5510. "children": [],
  5511. "instances": []
  5512. }, {
  5513. "objectInfo": {
  5514. "indexPath": "Devices.Device.8",
  5515. "keyPath": "Devices.Device.FXS",
  5516. "name": "Names",
  5517. "key": "Names",
  5518. "attributes": {
  5519. "template": true,
  5520. "persistent": true
  5521. },
  5522. "state": "ready",
  5523. "parameterCount": 2,
  5524. "childCount": 0,
  5525. "instanceCount": 1
  5526. },
  5527. "templateInfo": {
  5528. "maxInstances": 4294967295
  5529. },
  5530. "functions": [],
  5531. "parameters": [{
  5532. "name": "Name",
  5533. "type": "string",
  5534. "attributes": {
  5535. "read_only": true,
  5536. "persistent": true
  5537. },
  5538. "state": "ready",
  5539. "value": ""
  5540. }, {
  5541. "name": "Source",
  5542. "type": "string",
  5543. "attributes": {
  5544. "read_only": true,
  5545. "persistent": true
  5546. },
  5547. "state": "ready",
  5548. "value": ""
  5549. }],
  5550. "children": [],
  5551. "instances": [{
  5552. "objectInfo": {
  5553. "indexPath": "Devices.Device.8.Names",
  5554. "keyPath": "Devices.Device.FXS.Names",
  5555. "name": "1",
  5556. "key": "default",
  5557. "attributes": {
  5558. "instance": true,
  5559. "persistent": true
  5560. },
  5561. "state": "ready",
  5562. "parameterCount": 2,
  5563. "childCount": 0,
  5564. "instanceCount": 0
  5565. },
  5566. "functions": [],
  5567. "parameters": [{
  5568. "name": "Name",
  5569. "type": "string",
  5570. "attributes": {
  5571. "read_only": true,
  5572. "persistent": true
  5573. },
  5574. "state": "ready",
  5575. "value": "FXS"
  5576. }, {
  5577. "name": "Source",
  5578. "type": "string",
  5579. "attributes": {
  5580. "read_only": true,
  5581. "persistent": true
  5582. },
  5583. "state": "ready",
  5584. "value": "default"
  5585. }],
  5586. "children": [],
  5587. "instances": []
  5588. }]
  5589. }, {
  5590. "objectInfo": {
  5591. "indexPath": "Devices.Device.8",
  5592. "keyPath": "Devices.Device.FXS",
  5593. "name": "DeviceTypes",
  5594. "key": "DeviceTypes",
  5595. "attributes": {
  5596. "template": true,
  5597. "persistent": true
  5598. },
  5599. "state": "ready",
  5600. "parameterCount": 2,
  5601. "childCount": 0,
  5602. "instanceCount": 2
  5603. },
  5604. "templateInfo": {
  5605. "maxInstances": 4294967295
  5606. },
  5607. "functions": [],
  5608. "parameters": [{
  5609. "name": "Type",
  5610. "type": "string",
  5611. "attributes": {
  5612. "read_only": true,
  5613. "persistent": true
  5614. },
  5615. "state": "ready",
  5616. "value": ""
  5617. }, {
  5618. "name": "Source",
  5619. "type": "string",
  5620. "attributes": {
  5621. "read_only": true,
  5622. "persistent": true
  5623. },
  5624. "state": "ready",
  5625. "value": ""
  5626. }],
  5627. "children": [],
  5628. "instances": [{
  5629. "objectInfo": {
  5630. "indexPath": "Devices.Device.8.DeviceTypes",
  5631. "keyPath": "Devices.Device.FXS.DeviceTypes",
  5632. "name": "1",
  5633. "key": "tags",
  5634. "attributes": {
  5635. "instance": true,
  5636. "persistent": true
  5637. },
  5638. "state": "ready",
  5639. "parameterCount": 2,
  5640. "childCount": 0,
  5641. "instanceCount": 0
  5642. },
  5643. "functions": [],
  5644. "parameters": [{
  5645. "name": "Type",
  5646. "type": "string",
  5647. "attributes": {
  5648. "read_only": true,
  5649. "persistent": true
  5650. },
  5651. "state": "ready",
  5652. "value": "Phone"
  5653. }, {
  5654. "name": "Source",
  5655. "type": "string",
  5656. "attributes": {
  5657. "read_only": true,
  5658. "persistent": true
  5659. },
  5660. "state": "ready",
  5661. "value": "tags"
  5662. }],
  5663. "children": [],
  5664. "instances": []
  5665. }, {
  5666. "objectInfo": {
  5667. "indexPath": "Devices.Device.8.DeviceTypes",
  5668. "keyPath": "Devices.Device.FXS.DeviceTypes",
  5669. "name": "2",
  5670. "key": "default",
  5671. "attributes": {
  5672. "instance": true,
  5673. "persistent": true
  5674. },
  5675. "state": "ready",
  5676. "parameterCount": 2,
  5677. "childCount": 0,
  5678. "instanceCount": 0
  5679. },
  5680. "functions": [],
  5681. "parameters": [{
  5682. "name": "Type",
  5683. "type": "string",
  5684. "attributes": {
  5685. "read_only": true,
  5686. "persistent": true
  5687. },
  5688. "state": "ready",
  5689. "value": "Computer"
  5690. }, {
  5691. "name": "Source",
  5692. "type": "string",
  5693. "attributes": {
  5694. "read_only": true,
  5695. "persistent": true
  5696. },
  5697. "state": "ready",
  5698. "value": "default"
  5699. }],
  5700. "children": [],
  5701. "instances": []
  5702. }]
  5703. }, {
  5704. "objectInfo": {
  5705. "indexPath": "Devices.Device.8",
  5706. "keyPath": "Devices.Device.FXS",
  5707. "name": "UDevice",
  5708. "key": "UDevice",
  5709. "attributes": {
  5710. "read_only": true,
  5711. "template": true
  5712. },
  5713. "state": "ready",
  5714. "parameterCount": 1,
  5715. "childCount": 0,
  5716. "instanceCount": 1
  5717. },
  5718. "templateInfo": {
  5719. "maxInstances": 4294967295
  5720. },
  5721. "functions": [],
  5722. "parameters": [{
  5723. "name": "Type",
  5724. "type": "string",
  5725. "attributes": {
  5726. "read_only": true
  5727. },
  5728. "state": "ready",
  5729. "value": ""
  5730. }],
  5731. "children": [],
  5732. "instances": [{
  5733. "objectInfo": {
  5734. "indexPath": "Devices.Device.8.UDevice",
  5735. "keyPath": "Devices.Device.FXS.UDevice",
  5736. "name": "1",
  5737. "key": "HGW",
  5738. "attributes": {
  5739. "instance": true
  5740. },
  5741. "state": "ready",
  5742. "parameterCount": 1,
  5743. "childCount": 0,
  5744. "instanceCount": 0
  5745. },
  5746. "functions": [],
  5747. "parameters": [{
  5748. "name": "Type",
  5749. "type": "string",
  5750. "attributes": {
  5751. "read_only": true
  5752. },
  5753. "state": "ready",
  5754. "value": "default"
  5755. }],
  5756. "children": [],
  5757. "instances": []
  5758. }]
  5759. }, {
  5760. "objectInfo": {
  5761. "indexPath": "Devices.Device.8",
  5762. "keyPath": "Devices.Device.FXS",
  5763. "name": "LDevice",
  5764. "key": "LDevice",
  5765. "attributes": {
  5766. "read_only": true,
  5767. "template": true
  5768. },
  5769. "state": "ready",
  5770. "parameterCount": 1,
  5771. "childCount": 0,
  5772. "instanceCount": 1
  5773. },
  5774. "templateInfo": {
  5775. "maxInstances": 4294967295
  5776. },
  5777. "functions": [],
  5778. "parameters": [{
  5779. "name": "Type",
  5780. "type": "string",
  5781. "attributes": {
  5782. "read_only": true
  5783. },
  5784. "state": "ready",
  5785. "value": ""
  5786. }],
  5787. "children": [],
  5788. "instances": [{
  5789. "objectInfo": {
  5790. "indexPath": "Devices.Device.8.LDevice",
  5791. "keyPath": "Devices.Device.FXS.LDevice",
  5792. "name": "1",
  5793. "key": "FXS1",
  5794. "attributes": {
  5795. "instance": true
  5796. },
  5797. "state": "ready",
  5798. "parameterCount": 1,
  5799. "childCount": 0,
  5800. "instanceCount": 0
  5801. },
  5802. "functions": [],
  5803. "parameters": [{
  5804. "name": "Type",
  5805. "type": "string",
  5806. "attributes": {
  5807. "read_only": true
  5808. },
  5809. "state": "ready",
  5810. "value": "default"
  5811. }],
  5812. "children": [],
  5813. "instances": []
  5814. }]
  5815. }],
  5816. "instances": []
  5817. }, {
  5818. "objectInfo": {
  5819. "indexPath": "Devices.Device",
  5820. "keyPath": "Devices.Device",
  5821. "name": "9",
  5822. "key": "sysbus_USBHost",
  5823. "attributes": {
  5824. "instance": true
  5825. },
  5826. "state": "ready",
  5827. "parameterCount": 10,
  5828. "childCount": 5,
  5829. "instanceCount": 0
  5830. },
  5831. "functions": [{
  5832. "name": "get",
  5833. "type": "device_t",
  5834. "attributes": {},
  5835. "arguments": [{
  5836. "name": "flags",
  5837. "type": "string",
  5838. "attributes": {}
  5839. }]
  5840. }, {
  5841. "name": "hasTag",
  5842. "type": "bool",
  5843. "attributes": {},
  5844. "arguments": [{
  5845. "name": "tag",
  5846. "type": "string",
  5847. "attributes": {
  5848. "mandatory": true
  5849. }
  5850. }, {
  5851. "name": "expression",
  5852. "type": "string",
  5853. "attributes": {}
  5854. }, {
  5855. "name": "traverse",
  5856. "type": "string",
  5857. "attributes": {}
  5858. }]
  5859. }, {
  5860. "name": "getFirstParameter",
  5861. "type": "variant",
  5862. "attributes": {},
  5863. "arguments": [{
  5864. "name": "parameter",
  5865. "type": "string",
  5866. "attributes": {
  5867. "mandatory": true
  5868. }
  5869. }, {
  5870. "name": "expression",
  5871. "type": "string",
  5872. "attributes": {}
  5873. }, {
  5874. "name": "traverse",
  5875. "type": "string",
  5876. "attributes": {}
  5877. }]
  5878. }, {
  5879. "name": "getParameters",
  5880. "type": "list",
  5881. "attributes": {},
  5882. "arguments": [{
  5883. "name": "parameter",
  5884. "type": "string",
  5885. "attributes": {
  5886. "mandatory": true
  5887. }
  5888. }, {
  5889. "name": "expression",
  5890. "type": "string",
  5891. "attributes": {}
  5892. }, {
  5893. "name": "traverse",
  5894. "type": "string",
  5895. "attributes": {}
  5896. }]
  5897. }, {
  5898. "name": "topology",
  5899. "type": "variant",
  5900. "attributes": {},
  5901. "arguments": [{
  5902. "name": "expression",
  5903. "type": "string",
  5904. "attributes": {}
  5905. }, {
  5906. "name": "traverse",
  5907. "type": "string",
  5908. "attributes": {}
  5909. }, {
  5910. "name": "flags",
  5911. "type": "string",
  5912. "attributes": {}
  5913. }]
  5914. }, {
  5915. "name": "isLinkedTo",
  5916. "type": "bool",
  5917. "attributes": {},
  5918. "arguments": [{
  5919. "name": "device",
  5920. "type": "string",
  5921. "attributes": {
  5922. "mandatory": true
  5923. }
  5924. }, {
  5925. "name": "traverse",
  5926. "type": "string",
  5927. "attributes": {}
  5928. }]
  5929. }],
  5930. "parameters": [{
  5931. "name": "Key",
  5932. "type": "string",
  5933. "attributes": {
  5934. "read_only": true,
  5935. "persistent": true
  5936. },
  5937. "state": "ready",
  5938. "value": "sysbus_USBHost"
  5939. }, {
  5940. "name": "DiscoverySource",
  5941. "type": "string",
  5942. "attributes": {
  5943. "read_only": true,
  5944. "persistent": true
  5945. },
  5946. "state": "ready",
  5947. "value": "selfusb"
  5948. }, {
  5949. "name": "Name",
  5950. "type": "string",
  5951. "attributes": {
  5952. "read_only": true
  5953. },
  5954. "state": "ready",
  5955. "value": "USBHost"
  5956. }, {
  5957. "name": "DeviceType",
  5958. "type": "string",
  5959. "attributes": {
  5960. "read_only": true
  5961. },
  5962. "state": "ready",
  5963. "value": ""
  5964. }, {
  5965. "name": "Active",
  5966. "type": "bool",
  5967. "attributes": {
  5968. "read_only": true
  5969. },
  5970. "state": "ready",
  5971. "value": true
  5972. }, {
  5973. "name": "Tags",
  5974. "type": "string",
  5975. "attributes": {
  5976. "persistent": true
  5977. },
  5978. "state": "ready",
  5979. "value": "self usb interface sysbus"
  5980. }, {
  5981. "name": "LastConnection",
  5982. "type": "date_time",
  5983. "attributes": {
  5984. "persistent": true,
  5985. "volatile": true
  5986. },
  5987. "state": "ready",
  5988. "value": "2016-10-01T15:29:01Z"
  5989. }, {
  5990. "name": "LastChanged",
  5991. "type": "date_time",
  5992. "attributes": {
  5993. "persistent": true,
  5994. "volatile": true
  5995. },
  5996. "state": "ready",
  5997. "value": "0001-01-01T00:00:00Z"
  5998. }, {
  5999. "name": "Master",
  6000. "type": "string",
  6001. "attributes": {
  6002. "read_only": true,
  6003. "persistent": true
  6004. },
  6005. "state": "ready",
  6006. "value": ""
  6007. }, {
  6008. "name": "BusName",
  6009. "type": "string",
  6010. "attributes": {},
  6011. "state": "ready",
  6012. "value": "sysbus"
  6013. }],
  6014. "children": [{
  6015. "objectInfo": {
  6016. "indexPath": "Devices.Device.9",
  6017. "keyPath": "Devices.Device.sysbus_USBHost",
  6018. "name": "Alternative",
  6019. "key": "Alternative",
  6020. "attributes": {
  6021. "read_only": true,
  6022. "template": true,
  6023. "persistent": true
  6024. },
  6025. "state": "ready",
  6026. "parameterCount": 0,
  6027. "childCount": 0,
  6028. "instanceCount": 0
  6029. },
  6030. "templateInfo": {
  6031. "maxInstances": 4294967295
  6032. },
  6033. "functions": [],
  6034. "parameters": [],
  6035. "children": [],
  6036. "instances": []
  6037. }, {
  6038. "objectInfo": {
  6039. "indexPath": "Devices.Device.9",
  6040. "keyPath": "Devices.Device.sysbus_USBHost",
  6041. "name": "Names",
  6042. "key": "Names",
  6043. "attributes": {
  6044. "template": true,
  6045. "persistent": true
  6046. },
  6047. "state": "ready",
  6048. "parameterCount": 2,
  6049. "childCount": 0,
  6050. "instanceCount": 1
  6051. },
  6052. "templateInfo": {
  6053. "maxInstances": 4294967295
  6054. },
  6055. "functions": [],
  6056. "parameters": [{
  6057. "name": "Name",
  6058. "type": "string",
  6059. "attributes": {
  6060. "read_only": true,
  6061. "persistent": true
  6062. },
  6063. "state": "ready",
  6064. "value": ""
  6065. }, {
  6066. "name": "Source",
  6067. "type": "string",
  6068. "attributes": {
  6069. "read_only": true,
  6070. "persistent": true
  6071. },
  6072. "state": "ready",
  6073. "value": ""
  6074. }],
  6075. "children": [],
  6076. "instances": [{
  6077. "objectInfo": {
  6078. "indexPath": "Devices.Device.9.Names",
  6079. "keyPath": "Devices.Device.sysbus_USBHost.Names",
  6080. "name": "1",
  6081. "key": "default",
  6082. "attributes": {
  6083. "instance": true,
  6084. "persistent": true
  6085. },
  6086. "state": "ready",
  6087. "parameterCount": 2,
  6088. "childCount": 0,
  6089. "instanceCount": 0
  6090. },
  6091. "functions": [],
  6092. "parameters": [{
  6093. "name": "Name",
  6094. "type": "string",
  6095. "attributes": {
  6096. "read_only": true,
  6097. "persistent": true
  6098. },
  6099. "state": "ready",
  6100. "value": "USBHost"
  6101. }, {
  6102. "name": "Source",
  6103. "type": "string",
  6104. "attributes": {
  6105. "read_only": true,
  6106. "persistent": true
  6107. },
  6108. "state": "ready",
  6109. "value": "default"
  6110. }],
  6111. "children": [],
  6112. "instances": []
  6113. }]
  6114. }, {
  6115. "objectInfo": {
  6116. "indexPath": "Devices.Device.9",
  6117. "keyPath": "Devices.Device.sysbus_USBHost",
  6118. "name": "DeviceTypes",
  6119. "key": "DeviceTypes",
  6120. "attributes": {
  6121. "template": true,
  6122. "persistent": true
  6123. },
  6124. "state": "ready",
  6125. "parameterCount": 2,
  6126. "childCount": 0,
  6127. "instanceCount": 0
  6128. },
  6129. "templateInfo": {
  6130. "maxInstances": 4294967295
  6131. },
  6132. "functions": [],
  6133. "parameters": [{
  6134. "name": "Type",
  6135. "type": "string",
  6136. "attributes": {
  6137. "read_only": true,
  6138. "persistent": true
  6139. },
  6140. "state": "ready",
  6141. "value": ""
  6142. }, {
  6143. "name": "Source",
  6144. "type": "string",
  6145. "attributes": {
  6146. "read_only": true,
  6147. "persistent": true
  6148. },
  6149. "state": "ready",
  6150. "value": ""
  6151. }],
  6152. "children": [],
  6153. "instances": []
  6154. }, {
  6155. "objectInfo": {
  6156. "indexPath": "Devices.Device.9",
  6157. "keyPath": "Devices.Device.sysbus_USBHost",
  6158. "name": "UDevice",
  6159. "key": "UDevice",
  6160. "attributes": {
  6161. "read_only": true,
  6162. "template": true
  6163. },
  6164. "state": "ready",
  6165. "parameterCount": 1,
  6166. "childCount": 0,
  6167. "instanceCount": 1
  6168. },
  6169. "templateInfo": {
  6170. "maxInstances": 4294967295
  6171. },
  6172. "functions": [],
  6173. "parameters": [{
  6174. "name": "Type",
  6175. "type": "string",
  6176. "attributes": {
  6177. "read_only": true
  6178. },
  6179. "state": "ready",
  6180. "value": ""
  6181. }],
  6182. "children": [],
  6183. "instances": [{
  6184. "objectInfo": {
  6185. "indexPath": "Devices.Device.9.UDevice",
  6186. "keyPath": "Devices.Device.sysbus_USBHost.UDevice",
  6187. "name": "1",
  6188. "key": "HGW",
  6189. "attributes": {
  6190. "instance": true
  6191. },
  6192. "state": "ready",
  6193. "parameterCount": 1,
  6194. "childCount": 0,
  6195. "instanceCount": 0
  6196. },
  6197. "functions": [],
  6198. "parameters": [{
  6199. "name": "Type",
  6200. "type": "string",
  6201. "attributes": {
  6202. "read_only": true
  6203. },
  6204. "state": "ready",
  6205. "value": "default"
  6206. }],
  6207. "children": [],
  6208. "instances": []
  6209. }]
  6210. }, {
  6211. "objectInfo": {
  6212. "indexPath": "Devices.Device.9",
  6213. "keyPath": "Devices.Device.sysbus_USBHost",
  6214. "name": "LDevice",
  6215. "key": "LDevice",
  6216. "attributes": {
  6217. "read_only": true,
  6218. "template": true
  6219. },
  6220. "state": "ready",
  6221. "parameterCount": 1,
  6222. "childCount": 0,
  6223. "instanceCount": 2
  6224. },
  6225. "templateInfo": {
  6226. "maxInstances": 4294967295
  6227. },
  6228. "functions": [],
  6229. "parameters": [{
  6230. "name": "Type",
  6231. "type": "string",
  6232. "attributes": {
  6233. "read_only": true
  6234. },
  6235. "state": "ready",
  6236. "value": ""
  6237. }],
  6238. "children": [],
  6239. "instances": [{
  6240. "objectInfo": {
  6241. "indexPath": "Devices.Device.9.LDevice",
  6242. "keyPath": "Devices.Device.sysbus_USBHost.LDevice",
  6243. "name": "1",
  6244. "key": "Port2",
  6245. "attributes": {
  6246. "instance": true
  6247. },
  6248. "state": "ready",
  6249. "parameterCount": 1,
  6250. "childCount": 0,
  6251. "instanceCount": 0
  6252. },
  6253. "functions": [],
  6254. "parameters": [{
  6255. "name": "Type",
  6256. "type": "string",
  6257. "attributes": {
  6258. "read_only": true
  6259. },
  6260. "state": "ready",
  6261. "value": "default"
  6262. }],
  6263. "children": [],
  6264. "instances": []
  6265. }, {
  6266. "objectInfo": {
  6267. "indexPath": "Devices.Device.9.LDevice",
  6268. "keyPath": "Devices.Device.sysbus_USBHost.LDevice",
  6269. "name": "2",
  6270. "key": "Port1",
  6271. "attributes": {
  6272. "instance": true
  6273. },
  6274. "state": "ready",
  6275. "parameterCount": 1,
  6276. "childCount": 0,
  6277. "instanceCount": 0
  6278. },
  6279. "functions": [],
  6280. "parameters": [{
  6281. "name": "Type",
  6282. "type": "string",
  6283. "attributes": {
  6284. "read_only": true
  6285. },
  6286. "state": "ready",
  6287. "value": "default"
  6288. }],
  6289. "children": [],
  6290. "instances": []
  6291. }]
  6292. }],
  6293. "instances": []
  6294. }, {
  6295. "objectInfo": {
  6296. "indexPath": "Devices.Device",
  6297. "keyPath": "Devices.Device",
  6298. "name": "10",
  6299. "key": "lan",
  6300. "attributes": {
  6301. "instance": true
  6302. },
  6303. "state": "ready",
  6304. "parameterCount": 22,
  6305. "childCount": 7,
  6306. "instanceCount": 0
  6307. },
  6308. "functions": [{
  6309. "name": "get",
  6310. "type": "device_t",
  6311. "attributes": {},
  6312. "arguments": [{
  6313. "name": "flags",
  6314. "type": "string",
  6315. "attributes": {}
  6316. }]
  6317. }, {
  6318. "name": "hasTag",
  6319. "type": "bool",
  6320. "attributes": {},
  6321. "arguments": [{
  6322. "name": "tag",
  6323. "type": "string",
  6324. "attributes": {
  6325. "mandatory": true
  6326. }
  6327. }, {
  6328. "name": "expression",
  6329. "type": "string",
  6330. "attributes": {}
  6331. }, {
  6332. "name": "traverse",
  6333. "type": "string",
  6334. "attributes": {}
  6335. }]
  6336. }, {
  6337. "name": "getFirstParameter",
  6338. "type": "variant",
  6339. "attributes": {},
  6340. "arguments": [{
  6341. "name": "parameter",
  6342. "type": "string",
  6343. "attributes": {
  6344. "mandatory": true
  6345. }
  6346. }, {
  6347. "name": "expression",
  6348. "type": "string",
  6349. "attributes": {}
  6350. }, {
  6351. "name": "traverse",
  6352. "type": "string",
  6353. "attributes": {}
  6354. }]
  6355. }, {
  6356. "name": "getParameters",
  6357. "type": "list",
  6358. "attributes": {},
  6359. "arguments": [{
  6360. "name": "parameter",
  6361. "type": "string",
  6362. "attributes": {
  6363. "mandatory": true
  6364. }
  6365. }, {
  6366. "name": "expression",
  6367. "type": "string",
  6368. "attributes": {}
  6369. }, {
  6370. "name": "traverse",
  6371. "type": "string",
  6372. "attributes": {}
  6373. }]
  6374. }, {
  6375. "name": "topology",
  6376. "type": "variant",
  6377. "attributes": {},
  6378. "arguments": [{
  6379. "name": "expression",
  6380. "type": "string",
  6381. "attributes": {}
  6382. }, {
  6383. "name": "traverse",
  6384. "type": "string",
  6385. "attributes": {}
  6386. }, {
  6387. "name": "flags",
  6388. "type": "string",
  6389. "attributes": {}
  6390. }]
  6391. }, {
  6392. "name": "isLinkedTo",
  6393. "type": "bool",
  6394. "attributes": {},
  6395. "arguments": [{
  6396. "name": "device",
  6397. "type": "string",
  6398. "attributes": {
  6399. "mandatory": true
  6400. }
  6401. }, {
  6402. "name": "traverse",
  6403. "type": "string",
  6404. "attributes": {}
  6405. }]
  6406. }],
  6407. "parameters": [{
  6408. "name": "Key",
  6409. "type": "string",
  6410. "attributes": {
  6411. "read_only": true,
  6412. "persistent": true
  6413. },
  6414. "state": "ready",
  6415. "value": "lan"
  6416. }, {
  6417. "name": "DiscoverySource",
  6418. "type": "string",
  6419. "attributes": {
  6420. "read_only": true,
  6421. "persistent": true
  6422. },
  6423. "state": "ready",
  6424. "value": "selflan"
  6425. }, {
  6426. "name": "Name",
  6427. "type": "string",
  6428. "attributes": {
  6429. "read_only": true
  6430. },
  6431. "state": "ready",
  6432. "value": "lan"
  6433. }, {
  6434. "name": "DeviceType",
  6435. "type": "string",
  6436. "attributes": {
  6437. "read_only": true
  6438. },
  6439. "state": "ready",
  6440. "value": ""
  6441. }, {
  6442. "name": "Active",
  6443. "type": "bool",
  6444. "attributes": {
  6445. "read_only": true
  6446. },
  6447. "state": "ready",
  6448. "value": true
  6449. }, {
  6450. "name": "Tags",
  6451. "type": "string",
  6452. "attributes": {
  6453. "persistent": true
  6454. },
  6455. "state": "ready",
  6456. "value": "self lan bridge mac nemo interface ipv4 ipv6 dhcpserver upnp"
  6457. }, {
  6458. "name": "LastConnection",
  6459. "type": "date_time",
  6460. "attributes": {
  6461. "persistent": true,
  6462. "volatile": true
  6463. },
  6464. "state": "ready",
  6465. "value": "2016-10-01T15:29:01Z"
  6466. }, {
  6467. "name": "LastChanged",
  6468. "type": "date_time",
  6469. "attributes": {
  6470. "persistent": true,
  6471. "volatile": true
  6472. },
  6473. "state": "ready",
  6474. "value": "2016-09-27T07:41:24Z"
  6475. }, {
  6476. "name": "Master",
  6477. "type": "string",
  6478. "attributes": {
  6479. "read_only": true,
  6480. "persistent": true
  6481. },
  6482. "state": "ready",
  6483. "value": ""
  6484. }, {
  6485. "name": "PhysAddress",
  6486. "type": "string",
  6487. "attributes": {
  6488. "read_only": true,
  6489. "persistent": true
  6490. },
  6491. "state": "ready",
  6492. "value": "18:62:2C:87:E3:0E"
  6493. }, {
  6494. "name": "Ageing",
  6495. "type": "bool",
  6496. "attributes": {
  6497. "read_only": true,
  6498. "volatile": true
  6499. },
  6500. "state": "ready",
  6501. "value": false
  6502. }, {
  6503. "name": "Layer2Interface",
  6504. "type": "string",
  6505. "attributes": {
  6506. "read_only": true,
  6507. "persistent": true
  6508. },
  6509. "state": "ready",
  6510. "value": ""
  6511. }, {
  6512. "name": "NetDevName",
  6513. "type": "string",
  6514. "attributes": {
  6515. "read_only": true
  6516. },
  6517. "state": "ready",
  6518. "value": "bridge"
  6519. }, {
  6520. "name": "NetDevIndex",
  6521. "type": "uint32",
  6522. "attributes": {
  6523. "read_only": true
  6524. },
  6525. "state": "ready",
  6526. "value": 10
  6527. }, {
  6528. "name": "IPAddress",
  6529. "type": "string",
  6530. "attributes": {},
  6531. "state": "ready",
  6532. "value": "192.168.1.1"
  6533. }, {
  6534. "name": "IPAddressSource",
  6535. "type": "string",
  6536. "attributes": {},
  6537. "state": "ready",
  6538. "value": "self"
  6539. }, {
  6540. "name": "DHCPv4ServerPool",
  6541. "type": "string",
  6542. "attributes": {
  6543. "read_only": true
  6544. },
  6545. "state": "ready",
  6546. "value": "default"
  6547. }, {
  6548. "name": "DHCPv4ServerEnable",
  6549. "type": "bool",
  6550. "attributes": {
  6551. "read_only": true
  6552. },
  6553. "state": "ready",
  6554. "value": true
  6555. }, {
  6556. "name": "DHCPv4ServerMinAddress",
  6557. "type": "string",
  6558. "attributes": {
  6559. "read_only": true
  6560. },
  6561. "state": "ready",
  6562. "value": "192.168.1.10"
  6563. }, {
  6564. "name": "DHCPv4ServerMaxAddress",
  6565. "type": "string",
  6566. "attributes": {
  6567. "read_only": true
  6568. },
  6569. "state": "ready",
  6570. "value": "192.168.1.150"
  6571. }, {
  6572. "name": "DHCPv4ServerNetmask",
  6573. "type": "string",
  6574. "attributes": {
  6575. "read_only": true
  6576. },
  6577. "state": "ready",
  6578. "value": "255.255.255.0"
  6579. }, {
  6580. "name": "DHCPv4DomainName",
  6581. "type": "string",
  6582. "attributes": {
  6583. "read_only": true
  6584. },
  6585. "state": "ready",
  6586. "value": "home"
  6587. }],
  6588. "children": [{
  6589. "objectInfo": {
  6590. "indexPath": "Devices.Device.10",
  6591. "keyPath": "Devices.Device.lan",
  6592. "name": "Alternative",
  6593. "key": "Alternative",
  6594. "attributes": {
  6595. "read_only": true,
  6596. "template": true,
  6597. "persistent": true
  6598. },
  6599. "state": "ready",
  6600. "parameterCount": 0,
  6601. "childCount": 0,
  6602. "instanceCount": 0
  6603. },
  6604. "templateInfo": {
  6605. "maxInstances": 4294967295
  6606. },
  6607. "functions": [],
  6608. "parameters": [],
  6609. "children": [],
  6610. "instances": []
  6611. }, {
  6612. "objectInfo": {
  6613. "indexPath": "Devices.Device.10",
  6614. "keyPath": "Devices.Device.lan",
  6615. "name": "Names",
  6616. "key": "Names",
  6617. "attributes": {
  6618. "template": true,
  6619. "persistent": true
  6620. },
  6621. "state": "ready",
  6622. "parameterCount": 2,
  6623. "childCount": 0,
  6624. "instanceCount": 1
  6625. },
  6626. "templateInfo": {
  6627. "maxInstances": 4294967295
  6628. },
  6629. "functions": [],
  6630. "parameters": [{
  6631. "name": "Name",
  6632. "type": "string",
  6633. "attributes": {
  6634. "read_only": true,
  6635. "persistent": true
  6636. },
  6637. "state": "ready",
  6638. "value": ""
  6639. }, {
  6640. "name": "Source",
  6641. "type": "string",
  6642. "attributes": {
  6643. "read_only": true,
  6644. "persistent": true
  6645. },
  6646. "state": "ready",
  6647. "value": ""
  6648. }],
  6649. "children": [],
  6650. "instances": [{
  6651. "objectInfo": {
  6652. "indexPath": "Devices.Device.10.Names",
  6653. "keyPath": "Devices.Device.lan.Names",
  6654. "name": "1",
  6655. "key": "default",
  6656. "attributes": {
  6657. "instance": true,
  6658. "persistent": true
  6659. },
  6660. "state": "ready",
  6661. "parameterCount": 2,
  6662. "childCount": 0,
  6663. "instanceCount": 0
  6664. },
  6665. "functions": [],
  6666. "parameters": [{
  6667. "name": "Name",
  6668. "type": "string",
  6669. "attributes": {
  6670. "read_only": true,
  6671. "persistent": true
  6672. },
  6673. "state": "ready",
  6674. "value": "lan"
  6675. }, {
  6676. "name": "Source",
  6677. "type": "string",
  6678. "attributes": {
  6679. "read_only": true,
  6680. "persistent": true
  6681. },
  6682. "state": "ready",
  6683. "value": "default"
  6684. }],
  6685. "children": [],
  6686. "instances": []
  6687. }]
  6688. }, {
  6689. "objectInfo": {
  6690. "indexPath": "Devices.Device.10",
  6691. "keyPath": "Devices.Device.lan",
  6692. "name": "DeviceTypes",
  6693. "key": "DeviceTypes",
  6694. "attributes": {
  6695. "template": true,
  6696. "persistent": true
  6697. },
  6698. "state": "ready",
  6699. "parameterCount": 2,
  6700. "childCount": 0,
  6701. "instanceCount": 0
  6702. },
  6703. "templateInfo": {
  6704. "maxInstances": 4294967295
  6705. },
  6706. "functions": [],
  6707. "parameters": [{
  6708. "name": "Type",
  6709. "type": "string",
  6710. "attributes": {
  6711. "read_only": true,
  6712. "persistent": true
  6713. },
  6714. "state": "ready",
  6715. "value": ""
  6716. }, {
  6717. "name": "Source",
  6718. "type": "string",
  6719. "attributes": {
  6720. "read_only": true,
  6721. "persistent": true
  6722. },
  6723. "state": "ready",
  6724. "value": ""
  6725. }],
  6726. "children": [],
  6727. "instances": []
  6728. }, {
  6729. "objectInfo": {
  6730. "indexPath": "Devices.Device.10",
  6731. "keyPath": "Devices.Device.lan",
  6732. "name": "UDevice",
  6733. "key": "UDevice",
  6734. "attributes": {
  6735. "read_only": true,
  6736. "template": true
  6737. },
  6738. "state": "ready",
  6739. "parameterCount": 1,
  6740. "childCount": 0,
  6741. "instanceCount": 1
  6742. },
  6743. "templateInfo": {
  6744. "maxInstances": 4294967295
  6745. },
  6746. "functions": [],
  6747. "parameters": [{
  6748. "name": "Type",
  6749. "type": "string",
  6750. "attributes": {
  6751. "read_only": true
  6752. },
  6753. "state": "ready",
  6754. "value": ""
  6755. }],
  6756. "children": [],
  6757. "instances": [{
  6758. "objectInfo": {
  6759. "indexPath": "Devices.Device.10.UDevice",
  6760. "keyPath": "Devices.Device.lan.UDevice",
  6761. "name": "1",
  6762. "key": "HGW",
  6763. "attributes": {
  6764. "instance": true
  6765. },
  6766. "state": "ready",
  6767. "parameterCount": 1,
  6768. "childCount": 0,
  6769. "instanceCount": 0
  6770. },
  6771. "functions": [],
  6772. "parameters": [{
  6773. "name": "Type",
  6774. "type": "string",
  6775. "attributes": {
  6776. "read_only": true
  6777. },
  6778. "state": "ready",
  6779. "value": "default"
  6780. }],
  6781. "children": [],
  6782. "instances": []
  6783. }]
  6784. }, {
  6785. "objectInfo": {
  6786. "indexPath": "Devices.Device.10",
  6787. "keyPath": "Devices.Device.lan",
  6788. "name": "LDevice",
  6789. "key": "LDevice",
  6790. "attributes": {
  6791. "read_only": true,
  6792. "template": true
  6793. },
  6794. "state": "ready",
  6795. "parameterCount": 1,
  6796. "childCount": 0,
  6797. "instanceCount": 5
  6798. },
  6799. "templateInfo": {
  6800. "maxInstances": 4294967295
  6801. },
  6802. "functions": [],
  6803. "parameters": [{
  6804. "name": "Type",
  6805. "type": "string",
  6806. "attributes": {
  6807. "read_only": true
  6808. },
  6809. "state": "ready",
  6810. "value": ""
  6811. }],
  6812. "children": [],
  6813. "instances": [{
  6814. "objectInfo": {
  6815. "indexPath": "Devices.Device.10.LDevice",
  6816. "keyPath": "Devices.Device.lan.LDevice",
  6817. "name": "1",
  6818. "key": "wl0",
  6819. "attributes": {
  6820. "instance": true
  6821. },
  6822. "state": "ready",
  6823. "parameterCount": 1,
  6824. "childCount": 0,
  6825. "instanceCount": 0
  6826. },
  6827. "functions": [],
  6828. "parameters": [{
  6829. "name": "Type",
  6830. "type": "string",
  6831. "attributes": {
  6832. "read_only": true
  6833. },
  6834. "state": "ready",
  6835. "value": "default"
  6836. }],
  6837. "children": [],
  6838. "instances": []
  6839. }, {
  6840. "objectInfo": {
  6841. "indexPath": "Devices.Device.10.LDevice",
  6842. "keyPath": "Devices.Device.lan.LDevice",
  6843. "name": "2",
  6844. "key": "wl1",
  6845. "attributes": {
  6846. "instance": true
  6847. },
  6848. "state": "ready",
  6849. "parameterCount": 1,
  6850. "childCount": 0,
  6851. "instanceCount": 0
  6852. },
  6853. "functions": [],
  6854. "parameters": [{
  6855. "name": "Type",
  6856. "type": "string",
  6857. "attributes": {
  6858. "read_only": true
  6859. },
  6860. "state": "ready",
  6861. "value": "default"
  6862. }],
  6863. "children": [],
  6864. "instances": []
  6865. }, {
  6866. "objectInfo": {
  6867. "indexPath": "Devices.Device.10.LDevice",
  6868. "keyPath": "Devices.Device.lan.LDevice",
  6869. "name": "3",
  6870. "key": "eth0",
  6871. "attributes": {
  6872. "instance": true
  6873. },
  6874. "state": "ready",
  6875. "parameterCount": 1,
  6876. "childCount": 0,
  6877. "instanceCount": 0
  6878. },
  6879. "functions": [],
  6880. "parameters": [{
  6881. "name": "Type",
  6882. "type": "string",
  6883. "attributes": {
  6884. "read_only": true
  6885. },
  6886. "state": "ready",
  6887. "value": "default"
  6888. }],
  6889. "children": [],
  6890. "instances": []
  6891. }, {
  6892. "objectInfo": {
  6893. "indexPath": "Devices.Device.10.LDevice",
  6894. "keyPath": "Devices.Device.lan.LDevice",
  6895. "name": "4",
  6896. "key": "uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  6897. "attributes": {
  6898. "instance": true
  6899. },
  6900. "state": "ready",
  6901. "parameterCount": 1,
  6902. "childCount": 0,
  6903. "instanceCount": 0
  6904. },
  6905. "functions": [],
  6906. "parameters": [{
  6907. "name": "Type",
  6908. "type": "string",
  6909. "attributes": {
  6910. "read_only": true
  6911. },
  6912. "state": "ready",
  6913. "value": "default"
  6914. }],
  6915. "children": [],
  6916. "instances": []
  6917. }, {
  6918. "objectInfo": {
  6919. "indexPath": "Devices.Device.10.LDevice",
  6920. "keyPath": "Devices.Device.lan.LDevice",
  6921. "name": "5",
  6922. "key": "uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  6923. "attributes": {
  6924. "instance": true
  6925. },
  6926. "state": "ready",
  6927. "parameterCount": 1,
  6928. "childCount": 0,
  6929. "instanceCount": 0
  6930. },
  6931. "functions": [],
  6932. "parameters": [{
  6933. "name": "Type",
  6934. "type": "string",
  6935. "attributes": {
  6936. "read_only": true
  6937. },
  6938. "state": "ready",
  6939. "value": "default"
  6940. }],
  6941. "children": [],
  6942. "instances": []
  6943. }]
  6944. }, {
  6945. "objectInfo": {
  6946. "indexPath": "Devices.Device.10",
  6947. "keyPath": "Devices.Device.lan",
  6948. "name": "IPv4Address",
  6949. "key": "IPv4Address",
  6950. "attributes": {
  6951. "template": true
  6952. },
  6953. "state": "ready",
  6954. "parameterCount": 5,
  6955. "childCount": 0,
  6956. "instanceCount": 1
  6957. },
  6958. "templateInfo": {
  6959. "maxInstances": 4294967295
  6960. },
  6961. "functions": [],
  6962. "parameters": [{
  6963. "name": "Address",
  6964. "type": "string",
  6965. "attributes": {},
  6966. "state": "ready",
  6967. "value": ""
  6968. }, {
  6969. "name": "Status",
  6970. "type": "string",
  6971. "attributes": {},
  6972. "state": "ready",
  6973. "value": ""
  6974. }, {
  6975. "name": "Scope",
  6976. "type": "string",
  6977. "attributes": {},
  6978. "state": "ready",
  6979. "value": ""
  6980. }, {
  6981. "name": "AddressSource",
  6982. "type": "string",
  6983. "attributes": {},
  6984. "state": "ready",
  6985. "value": ""
  6986. }, {
  6987. "name": "Reserved",
  6988. "type": "bool",
  6989. "attributes": {},
  6990. "state": "ready",
  6991. "value": false
  6992. }],
  6993. "children": [],
  6994. "instances": [{
  6995. "objectInfo": {
  6996. "indexPath": "Devices.Device.10.IPv4Address",
  6997. "keyPath": "Devices.Device.lan.IPv4Address",
  6998. "name": "1",
  6999. "key": "192_168_1_1",
  7000. "attributes": {
  7001. "instance": true
  7002. },
  7003. "state": "ready",
  7004. "parameterCount": 5,
  7005. "childCount": 0,
  7006. "instanceCount": 0
  7007. },
  7008. "functions": [],
  7009. "parameters": [{
  7010. "name": "Address",
  7011. "type": "string",
  7012. "attributes": {},
  7013. "state": "ready",
  7014. "value": "192.168.1.1"
  7015. }, {
  7016. "name": "Status",
  7017. "type": "string",
  7018. "attributes": {},
  7019. "state": "ready",
  7020. "value": "reachable"
  7021. }, {
  7022. "name": "Scope",
  7023. "type": "string",
  7024. "attributes": {},
  7025. "state": "ready",
  7026. "value": "global"
  7027. }, {
  7028. "name": "AddressSource",
  7029. "type": "string",
  7030. "attributes": {},
  7031. "state": "ready",
  7032. "value": "self"
  7033. }, {
  7034. "name": "Reserved",
  7035. "type": "bool",
  7036. "attributes": {},
  7037. "state": "ready",
  7038. "value": true
  7039. }],
  7040. "children": [],
  7041. "instances": []
  7042. }]
  7043. }, {
  7044. "objectInfo": {
  7045. "indexPath": "Devices.Device.10",
  7046. "keyPath": "Devices.Device.lan",
  7047. "name": "IPv6Address",
  7048. "key": "IPv6Address",
  7049. "attributes": {
  7050. "template": true
  7051. },
  7052. "state": "ready",
  7053. "parameterCount": 4,
  7054. "childCount": 0,
  7055. "instanceCount": 2
  7056. },
  7057. "templateInfo": {
  7058. "maxInstances": 4294967295
  7059. },
  7060. "functions": [],
  7061. "parameters": [{
  7062. "name": "Address",
  7063. "type": "string",
  7064. "attributes": {},
  7065. "state": "ready",
  7066. "value": ""
  7067. }, {
  7068. "name": "Status",
  7069. "type": "string",
  7070. "attributes": {},
  7071. "state": "ready",
  7072. "value": ""
  7073. }, {
  7074. "name": "Scope",
  7075. "type": "string",
  7076. "attributes": {},
  7077. "state": "ready",
  7078. "value": ""
  7079. }, {
  7080. "name": "AddressSource",
  7081. "type": "string",
  7082. "attributes": {},
  7083. "state": "ready",
  7084. "value": ""
  7085. }],
  7086. "children": [],
  7087. "instances": [{
  7088. "objectInfo": {
  7089. "indexPath": "Devices.Device.10.IPv6Address",
  7090. "keyPath": "Devices.Device.lan.IPv6Address",
  7091. "name": "1",
  7092. "key": "fe80::1a62:2cff:fe87:e30e",
  7093. "attributes": {
  7094. "instance": true
  7095. },
  7096. "state": "ready",
  7097. "parameterCount": 4,
  7098. "childCount": 0,
  7099. "instanceCount": 0
  7100. },
  7101. "functions": [],
  7102. "parameters": [{
  7103. "name": "Address",
  7104. "type": "string",
  7105. "attributes": {},
  7106. "state": "ready",
  7107. "value": "fe80::1a62:2cff:fe87:e30e"
  7108. }, {
  7109. "name": "Status",
  7110. "type": "string",
  7111. "attributes": {},
  7112. "state": "ready",
  7113. "value": "reachable"
  7114. }, {
  7115. "name": "Scope",
  7116. "type": "string",
  7117. "attributes": {},
  7118. "state": "ready",
  7119. "value": "link"
  7120. }, {
  7121. "name": "AddressSource",
  7122. "type": "string",
  7123. "attributes": {},
  7124. "state": "ready",
  7125. "value": "self"
  7126. }],
  7127. "children": [],
  7128. "instances": []
  7129. }, {
  7130. "objectInfo": {
  7131. "indexPath": "Devices.Device.10.IPv6Address",
  7132. "keyPath": "Devices.Device.lan.IPv6Address",
  7133. "name": "2",
  7134. "key": "2a01:cb10:43:e900:1a62:2cff:fe87:e30e",
  7135. "attributes": {
  7136. "instance": true
  7137. },
  7138. "state": "ready",
  7139. "parameterCount": 4,
  7140. "childCount": 0,
  7141. "instanceCount": 0
  7142. },
  7143. "functions": [],
  7144. "parameters": [{
  7145. "name": "Address",
  7146. "type": "string",
  7147. "attributes": {},
  7148. "state": "ready",
  7149. "value": "2a01:cb10:43:e900:1a62:2cff:fe87:e30e"
  7150. }, {
  7151. "name": "Status",
  7152. "type": "string",
  7153. "attributes": {},
  7154. "state": "ready",
  7155. "value": "reachable"
  7156. }, {
  7157. "name": "Scope",
  7158. "type": "string",
  7159. "attributes": {},
  7160. "state": "ready",
  7161. "value": "global"
  7162. }, {
  7163. "name": "AddressSource",
  7164. "type": "string",
  7165. "attributes": {},
  7166. "state": "ready",
  7167. "value": "self"
  7168. }],
  7169. "children": [],
  7170. "instances": []
  7171. }]
  7172. }],
  7173. "instances": []
  7174. }, {
  7175. "objectInfo": {
  7176. "indexPath": "Devices.Device",
  7177. "keyPath": "Devices.Device",
  7178. "name": "11",
  7179. "key": "wl0",
  7180. "attributes": {
  7181. "instance": true
  7182. },
  7183. "state": "ready",
  7184. "parameterCount": 14,
  7185. "childCount": 5,
  7186. "instanceCount": 0
  7187. },
  7188. "functions": [{
  7189. "name": "get",
  7190. "type": "device_t",
  7191. "attributes": {},
  7192. "arguments": [{
  7193. "name": "flags",
  7194. "type": "string",
  7195. "attributes": {}
  7196. }]
  7197. }, {
  7198. "name": "hasTag",
  7199. "type": "bool",
  7200. "attributes": {},
  7201. "arguments": [{
  7202. "name": "tag",
  7203. "type": "string",
  7204. "attributes": {
  7205. "mandatory": true
  7206. }
  7207. }, {
  7208. "name": "expression",
  7209. "type": "string",
  7210. "attributes": {}
  7211. }, {
  7212. "name": "traverse",
  7213. "type": "string",
  7214. "attributes": {}
  7215. }]
  7216. }, {
  7217. "name": "getFirstParameter",
  7218. "type": "variant",
  7219. "attributes": {},
  7220. "arguments": [{
  7221. "name": "parameter",
  7222. "type": "string",
  7223. "attributes": {
  7224. "mandatory": true
  7225. }
  7226. }, {
  7227. "name": "expression",
  7228. "type": "string",
  7229. "attributes": {}
  7230. }, {
  7231. "name": "traverse",
  7232. "type": "string",
  7233. "attributes": {}
  7234. }]
  7235. }, {
  7236. "name": "getParameters",
  7237. "type": "list",
  7238. "attributes": {},
  7239. "arguments": [{
  7240. "name": "parameter",
  7241. "type": "string",
  7242. "attributes": {
  7243. "mandatory": true
  7244. }
  7245. }, {
  7246. "name": "expression",
  7247. "type": "string",
  7248. "attributes": {}
  7249. }, {
  7250. "name": "traverse",
  7251. "type": "string",
  7252. "attributes": {}
  7253. }]
  7254. }, {
  7255. "name": "topology",
  7256. "type": "variant",
  7257. "attributes": {},
  7258. "arguments": [{
  7259. "name": "expression",
  7260. "type": "string",
  7261. "attributes": {}
  7262. }, {
  7263. "name": "traverse",
  7264. "type": "string",
  7265. "attributes": {}
  7266. }, {
  7267. "name": "flags",
  7268. "type": "string",
  7269. "attributes": {}
  7270. }]
  7271. }, {
  7272. "name": "isLinkedTo",
  7273. "type": "bool",
  7274. "attributes": {},
  7275. "arguments": [{
  7276. "name": "device",
  7277. "type": "string",
  7278. "attributes": {
  7279. "mandatory": true
  7280. }
  7281. }, {
  7282. "name": "traverse",
  7283. "type": "string",
  7284. "attributes": {}
  7285. }]
  7286. }],
  7287. "parameters": [{
  7288. "name": "Key",
  7289. "type": "string",
  7290. "attributes": {
  7291. "read_only": true,
  7292. "persistent": true
  7293. },
  7294. "state": "ready",
  7295. "value": "wl0"
  7296. }, {
  7297. "name": "DiscoverySource",
  7298. "type": "string",
  7299. "attributes": {
  7300. "read_only": true,
  7301. "persistent": true
  7302. },
  7303. "state": "ready",
  7304. "value": "selflan"
  7305. }, {
  7306. "name": "Name",
  7307. "type": "string",
  7308. "attributes": {
  7309. "read_only": true
  7310. },
  7311. "state": "ready",
  7312. "value": "wl0"
  7313. }, {
  7314. "name": "DeviceType",
  7315. "type": "string",
  7316. "attributes": {
  7317. "read_only": true
  7318. },
  7319. "state": "ready",
  7320. "value": ""
  7321. }, {
  7322. "name": "Active",
  7323. "type": "bool",
  7324. "attributes": {
  7325. "read_only": true
  7326. },
  7327. "state": "ready",
  7328. "value": true
  7329. }, {
  7330. "name": "Tags",
  7331. "type": "string",
  7332. "attributes": {
  7333. "persistent": true
  7334. },
  7335. "state": "ready",
  7336. "value": "self lan vap wifi nemo interface"
  7337. }, {
  7338. "name": "LastConnection",
  7339. "type": "date_time",
  7340. "attributes": {
  7341. "persistent": true,
  7342. "volatile": true
  7343. },
  7344. "state": "ready",
  7345. "value": "2016-10-01T15:29:01Z"
  7346. }, {
  7347. "name": "LastChanged",
  7348. "type": "date_time",
  7349. "attributes": {
  7350. "persistent": true,
  7351. "volatile": true
  7352. },
  7353. "state": "ready",
  7354. "value": "2016-10-01T07:03:11Z"
  7355. }, {
  7356. "name": "Master",
  7357. "type": "string",
  7358. "attributes": {
  7359. "read_only": true,
  7360. "persistent": true
  7361. },
  7362. "state": "ready",
  7363. "value": ""
  7364. }, {
  7365. "name": "NetDevName",
  7366. "type": "string",
  7367. "attributes": {
  7368. "read_only": true
  7369. },
  7370. "state": "ready",
  7371. "value": "wl0"
  7372. }, {
  7373. "name": "NetDevIndex",
  7374. "type": "uint32",
  7375. "attributes": {
  7376. "read_only": true
  7377. },
  7378. "state": "ready",
  7379. "value": 13
  7380. }, {
  7381. "name": "SSID",
  7382. "type": "string",
  7383. "attributes": {
  7384. "read_only": true
  7385. },
  7386. "state": "ready",
  7387. "value": "GTFO"
  7388. }, {
  7389. "name": "BSSID",
  7390. "type": "string",
  7391. "attributes": {
  7392. "read_only": true
  7393. },
  7394. "state": "ready",
  7395. "value": "18:62:2C:87:E3:0E"
  7396. }, {
  7397. "name": "OperatingFrequencyBand",
  7398. "type": "string",
  7399. "attributes": {
  7400. "read_only": true
  7401. },
  7402. "state": "ready",
  7403. "value": "2.4GHz"
  7404. }],
  7405. "children": [{
  7406. "objectInfo": {
  7407. "indexPath": "Devices.Device.11",
  7408. "keyPath": "Devices.Device.wl0",
  7409. "name": "Alternative",
  7410. "key": "Alternative",
  7411. "attributes": {
  7412. "read_only": true,
  7413. "template": true,
  7414. "persistent": true
  7415. },
  7416. "state": "ready",
  7417. "parameterCount": 0,
  7418. "childCount": 0,
  7419. "instanceCount": 0
  7420. },
  7421. "templateInfo": {
  7422. "maxInstances": 4294967295
  7423. },
  7424. "functions": [],
  7425. "parameters": [],
  7426. "children": [],
  7427. "instances": []
  7428. }, {
  7429. "objectInfo": {
  7430. "indexPath": "Devices.Device.11",
  7431. "keyPath": "Devices.Device.wl0",
  7432. "name": "Names",
  7433. "key": "Names",
  7434. "attributes": {
  7435. "template": true,
  7436. "persistent": true
  7437. },
  7438. "state": "ready",
  7439. "parameterCount": 2,
  7440. "childCount": 0,
  7441. "instanceCount": 1
  7442. },
  7443. "templateInfo": {
  7444. "maxInstances": 4294967295
  7445. },
  7446. "functions": [],
  7447. "parameters": [{
  7448. "name": "Name",
  7449. "type": "string",
  7450. "attributes": {
  7451. "read_only": true,
  7452. "persistent": true
  7453. },
  7454. "state": "ready",
  7455. "value": ""
  7456. }, {
  7457. "name": "Source",
  7458. "type": "string",
  7459. "attributes": {
  7460. "read_only": true,
  7461. "persistent": true
  7462. },
  7463. "state": "ready",
  7464. "value": ""
  7465. }],
  7466. "children": [],
  7467. "instances": [{
  7468. "objectInfo": {
  7469. "indexPath": "Devices.Device.11.Names",
  7470. "keyPath": "Devices.Device.wl0.Names",
  7471. "name": "1",
  7472. "key": "default",
  7473. "attributes": {
  7474. "instance": true,
  7475. "persistent": true
  7476. },
  7477. "state": "ready",
  7478. "parameterCount": 2,
  7479. "childCount": 0,
  7480. "instanceCount": 0
  7481. },
  7482. "functions": [],
  7483. "parameters": [{
  7484. "name": "Name",
  7485. "type": "string",
  7486. "attributes": {
  7487. "read_only": true,
  7488. "persistent": true
  7489. },
  7490. "state": "ready",
  7491. "value": "wl0"
  7492. }, {
  7493. "name": "Source",
  7494. "type": "string",
  7495. "attributes": {
  7496. "read_only": true,
  7497. "persistent": true
  7498. },
  7499. "state": "ready",
  7500. "value": "default"
  7501. }],
  7502. "children": [],
  7503. "instances": []
  7504. }]
  7505. }, {
  7506. "objectInfo": {
  7507. "indexPath": "Devices.Device.11",
  7508. "keyPath": "Devices.Device.wl0",
  7509. "name": "DeviceTypes",
  7510. "key": "DeviceTypes",
  7511. "attributes": {
  7512. "template": true,
  7513. "persistent": true
  7514. },
  7515. "state": "ready",
  7516. "parameterCount": 2,
  7517. "childCount": 0,
  7518. "instanceCount": 0
  7519. },
  7520. "templateInfo": {
  7521. "maxInstances": 4294967295
  7522. },
  7523. "functions": [],
  7524. "parameters": [{
  7525. "name": "Type",
  7526. "type": "string",
  7527. "attributes": {
  7528. "read_only": true,
  7529. "persistent": true
  7530. },
  7531. "state": "ready",
  7532. "value": ""
  7533. }, {
  7534. "name": "Source",
  7535. "type": "string",
  7536. "attributes": {
  7537. "read_only": true,
  7538. "persistent": true
  7539. },
  7540. "state": "ready",
  7541. "value": ""
  7542. }],
  7543. "children": [],
  7544. "instances": []
  7545. }, {
  7546. "objectInfo": {
  7547. "indexPath": "Devices.Device.11",
  7548. "keyPath": "Devices.Device.wl0",
  7549. "name": "UDevice",
  7550. "key": "UDevice",
  7551. "attributes": {
  7552. "read_only": true,
  7553. "template": true
  7554. },
  7555. "state": "ready",
  7556. "parameterCount": 1,
  7557. "childCount": 0,
  7558. "instanceCount": 1
  7559. },
  7560. "templateInfo": {
  7561. "maxInstances": 4294967295
  7562. },
  7563. "functions": [],
  7564. "parameters": [{
  7565. "name": "Type",
  7566. "type": "string",
  7567. "attributes": {
  7568. "read_only": true
  7569. },
  7570. "state": "ready",
  7571. "value": ""
  7572. }],
  7573. "children": [],
  7574. "instances": [{
  7575. "objectInfo": {
  7576. "indexPath": "Devices.Device.11.UDevice",
  7577. "keyPath": "Devices.Device.wl0.UDevice",
  7578. "name": "1",
  7579. "key": "lan",
  7580. "attributes": {
  7581. "instance": true
  7582. },
  7583. "state": "ready",
  7584. "parameterCount": 1,
  7585. "childCount": 0,
  7586. "instanceCount": 0
  7587. },
  7588. "functions": [],
  7589. "parameters": [{
  7590. "name": "Type",
  7591. "type": "string",
  7592. "attributes": {
  7593. "read_only": true
  7594. },
  7595. "state": "ready",
  7596. "value": "default"
  7597. }],
  7598. "children": [],
  7599. "instances": []
  7600. }]
  7601. }, {
  7602. "objectInfo": {
  7603. "indexPath": "Devices.Device.11",
  7604. "keyPath": "Devices.Device.wl0",
  7605. "name": "LDevice",
  7606. "key": "LDevice",
  7607. "attributes": {
  7608. "read_only": true,
  7609. "template": true
  7610. },
  7611. "state": "ready",
  7612. "parameterCount": 1,
  7613. "childCount": 0,
  7614. "instanceCount": 2
  7615. },
  7616. "templateInfo": {
  7617. "maxInstances": 4294967295
  7618. },
  7619. "functions": [],
  7620. "parameters": [{
  7621. "name": "Type",
  7622. "type": "string",
  7623. "attributes": {
  7624. "read_only": true
  7625. },
  7626. "state": "ready",
  7627. "value": ""
  7628. }],
  7629. "children": [],
  7630. "instances": [{
  7631. "objectInfo": {
  7632. "indexPath": "Devices.Device.11.LDevice",
  7633. "keyPath": "Devices.Device.wl0.LDevice",
  7634. "name": "1",
  7635. "key": "6C:AD:F8:BC:10:58",
  7636. "attributes": {
  7637. "instance": true
  7638. },
  7639. "state": "ready",
  7640. "parameterCount": 1,
  7641. "childCount": 0,
  7642. "instanceCount": 0
  7643. },
  7644. "functions": [],
  7645. "parameters": [{
  7646. "name": "Type",
  7647. "type": "string",
  7648. "attributes": {
  7649. "read_only": true
  7650. },
  7651. "state": "ready",
  7652. "value": "default"
  7653. }],
  7654. "children": [],
  7655. "instances": []
  7656. }, {
  7657. "objectInfo": {
  7658. "indexPath": "Devices.Device.11.LDevice",
  7659. "keyPath": "Devices.Device.wl0.LDevice",
  7660. "name": "2",
  7661. "key": "8C:77:12:54:4F:34",
  7662. "attributes": {
  7663. "instance": true
  7664. },
  7665. "state": "ready",
  7666. "parameterCount": 1,
  7667. "childCount": 0,
  7668. "instanceCount": 0
  7669. },
  7670. "functions": [],
  7671. "parameters": [{
  7672. "name": "Type",
  7673. "type": "string",
  7674. "attributes": {
  7675. "read_only": true
  7676. },
  7677. "state": "ready",
  7678. "value": "default"
  7679. }],
  7680. "children": [],
  7681. "instances": []
  7682. }]
  7683. }],
  7684. "instances": []
  7685. }, {
  7686. "objectInfo": {
  7687. "indexPath": "Devices.Device",
  7688. "keyPath": "Devices.Device",
  7689. "name": "12",
  7690. "key": "wl1",
  7691. "attributes": {
  7692. "instance": true
  7693. },
  7694. "state": "ready",
  7695. "parameterCount": 14,
  7696. "childCount": 5,
  7697. "instanceCount": 0
  7698. },
  7699. "functions": [{
  7700. "name": "get",
  7701. "type": "device_t",
  7702. "attributes": {},
  7703. "arguments": [{
  7704. "name": "flags",
  7705. "type": "string",
  7706. "attributes": {}
  7707. }]
  7708. }, {
  7709. "name": "hasTag",
  7710. "type": "bool",
  7711. "attributes": {},
  7712. "arguments": [{
  7713. "name": "tag",
  7714. "type": "string",
  7715. "attributes": {
  7716. "mandatory": true
  7717. }
  7718. }, {
  7719. "name": "expression",
  7720. "type": "string",
  7721. "attributes": {}
  7722. }, {
  7723. "name": "traverse",
  7724. "type": "string",
  7725. "attributes": {}
  7726. }]
  7727. }, {
  7728. "name": "getFirstParameter",
  7729. "type": "variant",
  7730. "attributes": {},
  7731. "arguments": [{
  7732. "name": "parameter",
  7733. "type": "string",
  7734. "attributes": {
  7735. "mandatory": true
  7736. }
  7737. }, {
  7738. "name": "expression",
  7739. "type": "string",
  7740. "attributes": {}
  7741. }, {
  7742. "name": "traverse",
  7743. "type": "string",
  7744. "attributes": {}
  7745. }]
  7746. }, {
  7747. "name": "getParameters",
  7748. "type": "list",
  7749. "attributes": {},
  7750. "arguments": [{
  7751. "name": "parameter",
  7752. "type": "string",
  7753. "attributes": {
  7754. "mandatory": true
  7755. }
  7756. }, {
  7757. "name": "expression",
  7758. "type": "string",
  7759. "attributes": {}
  7760. }, {
  7761. "name": "traverse",
  7762. "type": "string",
  7763. "attributes": {}
  7764. }]
  7765. }, {
  7766. "name": "topology",
  7767. "type": "variant",
  7768. "attributes": {},
  7769. "arguments": [{
  7770. "name": "expression",
  7771. "type": "string",
  7772. "attributes": {}
  7773. }, {
  7774. "name": "traverse",
  7775. "type": "string",
  7776. "attributes": {}
  7777. }, {
  7778. "name": "flags",
  7779. "type": "string",
  7780. "attributes": {}
  7781. }]
  7782. }, {
  7783. "name": "isLinkedTo",
  7784. "type": "bool",
  7785. "attributes": {},
  7786. "arguments": [{
  7787. "name": "device",
  7788. "type": "string",
  7789. "attributes": {
  7790. "mandatory": true
  7791. }
  7792. }, {
  7793. "name": "traverse",
  7794. "type": "string",
  7795. "attributes": {}
  7796. }]
  7797. }],
  7798. "parameters": [{
  7799. "name": "Key",
  7800. "type": "string",
  7801. "attributes": {
  7802. "read_only": true,
  7803. "persistent": true
  7804. },
  7805. "state": "ready",
  7806. "value": "wl1"
  7807. }, {
  7808. "name": "DiscoverySource",
  7809. "type": "string",
  7810. "attributes": {
  7811. "read_only": true,
  7812. "persistent": true
  7813. },
  7814. "state": "ready",
  7815. "value": "selflan"
  7816. }, {
  7817. "name": "Name",
  7818. "type": "string",
  7819. "attributes": {
  7820. "read_only": true
  7821. },
  7822. "state": "ready",
  7823. "value": "wl1"
  7824. }, {
  7825. "name": "DeviceType",
  7826. "type": "string",
  7827. "attributes": {
  7828. "read_only": true
  7829. },
  7830. "state": "ready",
  7831. "value": ""
  7832. }, {
  7833. "name": "Active",
  7834. "type": "bool",
  7835. "attributes": {
  7836. "read_only": true
  7837. },
  7838. "state": "ready",
  7839. "value": true
  7840. }, {
  7841. "name": "Tags",
  7842. "type": "string",
  7843. "attributes": {
  7844. "persistent": true
  7845. },
  7846. "state": "ready",
  7847. "value": "self lan vap wifi nemo interface"
  7848. }, {
  7849. "name": "LastConnection",
  7850. "type": "date_time",
  7851. "attributes": {
  7852. "persistent": true,
  7853. "volatile": true
  7854. },
  7855. "state": "ready",
  7856. "value": "2016-10-01T15:29:02Z"
  7857. }, {
  7858. "name": "LastChanged",
  7859. "type": "date_time",
  7860. "attributes": {
  7861. "persistent": true,
  7862. "volatile": true
  7863. },
  7864. "state": "ready",
  7865. "value": "2016-09-27T17:16:43Z"
  7866. }, {
  7867. "name": "Master",
  7868. "type": "string",
  7869. "attributes": {
  7870. "read_only": true,
  7871. "persistent": true
  7872. },
  7873. "state": "ready",
  7874. "value": ""
  7875. }, {
  7876. "name": "NetDevName",
  7877. "type": "string",
  7878. "attributes": {
  7879. "read_only": true
  7880. },
  7881. "state": "ready",
  7882. "value": "wl1"
  7883. }, {
  7884. "name": "NetDevIndex",
  7885. "type": "uint32",
  7886. "attributes": {
  7887. "read_only": true
  7888. },
  7889. "state": "ready",
  7890. "value": 16
  7891. }, {
  7892. "name": "SSID",
  7893. "type": "string",
  7894. "attributes": {
  7895. "read_only": true
  7896. },
  7897. "state": "ready",
  7898. "value": "GTFO"
  7899. }, {
  7900. "name": "BSSID",
  7901. "type": "string",
  7902. "attributes": {
  7903. "read_only": true
  7904. },
  7905. "state": "ready",
  7906. "value": "18:62:2C:87:E3:0F"
  7907. }, {
  7908. "name": "OperatingFrequencyBand",
  7909. "type": "string",
  7910. "attributes": {
  7911. "read_only": true
  7912. },
  7913. "state": "ready",
  7914. "value": "5GHz"
  7915. }],
  7916. "children": [{
  7917. "objectInfo": {
  7918. "indexPath": "Devices.Device.12",
  7919. "keyPath": "Devices.Device.wl1",
  7920. "name": "Alternative",
  7921. "key": "Alternative",
  7922. "attributes": {
  7923. "read_only": true,
  7924. "template": true,
  7925. "persistent": true
  7926. },
  7927. "state": "ready",
  7928. "parameterCount": 0,
  7929. "childCount": 0,
  7930. "instanceCount": 0
  7931. },
  7932. "templateInfo": {
  7933. "maxInstances": 4294967295
  7934. },
  7935. "functions": [],
  7936. "parameters": [],
  7937. "children": [],
  7938. "instances": []
  7939. }, {
  7940. "objectInfo": {
  7941. "indexPath": "Devices.Device.12",
  7942. "keyPath": "Devices.Device.wl1",
  7943. "name": "Names",
  7944. "key": "Names",
  7945. "attributes": {
  7946. "template": true,
  7947. "persistent": true
  7948. },
  7949. "state": "ready",
  7950. "parameterCount": 2,
  7951. "childCount": 0,
  7952. "instanceCount": 1
  7953. },
  7954. "templateInfo": {
  7955. "maxInstances": 4294967295
  7956. },
  7957. "functions": [],
  7958. "parameters": [{
  7959. "name": "Name",
  7960. "type": "string",
  7961. "attributes": {
  7962. "read_only": true,
  7963. "persistent": true
  7964. },
  7965. "state": "ready",
  7966. "value": ""
  7967. }, {
  7968. "name": "Source",
  7969. "type": "string",
  7970. "attributes": {
  7971. "read_only": true,
  7972. "persistent": true
  7973. },
  7974. "state": "ready",
  7975. "value": ""
  7976. }],
  7977. "children": [],
  7978. "instances": [{
  7979. "objectInfo": {
  7980. "indexPath": "Devices.Device.12.Names",
  7981. "keyPath": "Devices.Device.wl1.Names",
  7982. "name": "1",
  7983. "key": "default",
  7984. "attributes": {
  7985. "instance": true,
  7986. "persistent": true
  7987. },
  7988. "state": "ready",
  7989. "parameterCount": 2,
  7990. "childCount": 0,
  7991. "instanceCount": 0
  7992. },
  7993. "functions": [],
  7994. "parameters": [{
  7995. "name": "Name",
  7996. "type": "string",
  7997. "attributes": {
  7998. "read_only": true,
  7999. "persistent": true
  8000. },
  8001. "state": "ready",
  8002. "value": "wl1"
  8003. }, {
  8004. "name": "Source",
  8005. "type": "string",
  8006. "attributes": {
  8007. "read_only": true,
  8008. "persistent": true
  8009. },
  8010. "state": "ready",
  8011. "value": "default"
  8012. }],
  8013. "children": [],
  8014. "instances": []
  8015. }]
  8016. }, {
  8017. "objectInfo": {
  8018. "indexPath": "Devices.Device.12",
  8019. "keyPath": "Devices.Device.wl1",
  8020. "name": "DeviceTypes",
  8021. "key": "DeviceTypes",
  8022. "attributes": {
  8023. "template": true,
  8024. "persistent": true
  8025. },
  8026. "state": "ready",
  8027. "parameterCount": 2,
  8028. "childCount": 0,
  8029. "instanceCount": 0
  8030. },
  8031. "templateInfo": {
  8032. "maxInstances": 4294967295
  8033. },
  8034. "functions": [],
  8035. "parameters": [{
  8036. "name": "Type",
  8037. "type": "string",
  8038. "attributes": {
  8039. "read_only": true,
  8040. "persistent": true
  8041. },
  8042. "state": "ready",
  8043. "value": ""
  8044. }, {
  8045. "name": "Source",
  8046. "type": "string",
  8047. "attributes": {
  8048. "read_only": true,
  8049. "persistent": true
  8050. },
  8051. "state": "ready",
  8052. "value": ""
  8053. }],
  8054. "children": [],
  8055. "instances": []
  8056. }, {
  8057. "objectInfo": {
  8058. "indexPath": "Devices.Device.12",
  8059. "keyPath": "Devices.Device.wl1",
  8060. "name": "UDevice",
  8061. "key": "UDevice",
  8062. "attributes": {
  8063. "read_only": true,
  8064. "template": true
  8065. },
  8066. "state": "ready",
  8067. "parameterCount": 1,
  8068. "childCount": 0,
  8069. "instanceCount": 1
  8070. },
  8071. "templateInfo": {
  8072. "maxInstances": 4294967295
  8073. },
  8074. "functions": [],
  8075. "parameters": [{
  8076. "name": "Type",
  8077. "type": "string",
  8078. "attributes": {
  8079. "read_only": true
  8080. },
  8081. "state": "ready",
  8082. "value": ""
  8083. }],
  8084. "children": [],
  8085. "instances": [{
  8086. "objectInfo": {
  8087. "indexPath": "Devices.Device.12.UDevice",
  8088. "keyPath": "Devices.Device.wl1.UDevice",
  8089. "name": "1",
  8090. "key": "lan",
  8091. "attributes": {
  8092. "instance": true
  8093. },
  8094. "state": "ready",
  8095. "parameterCount": 1,
  8096. "childCount": 0,
  8097. "instanceCount": 0
  8098. },
  8099. "functions": [],
  8100. "parameters": [{
  8101. "name": "Type",
  8102. "type": "string",
  8103. "attributes": {
  8104. "read_only": true
  8105. },
  8106. "state": "ready",
  8107. "value": "default"
  8108. }],
  8109. "children": [],
  8110. "instances": []
  8111. }]
  8112. }, {
  8113. "objectInfo": {
  8114. "indexPath": "Devices.Device.12",
  8115. "keyPath": "Devices.Device.wl1",
  8116. "name": "LDevice",
  8117. "key": "LDevice",
  8118. "attributes": {
  8119. "read_only": true,
  8120. "template": true
  8121. },
  8122. "state": "ready",
  8123. "parameterCount": 1,
  8124. "childCount": 0,
  8125. "instanceCount": 2
  8126. },
  8127. "templateInfo": {
  8128. "maxInstances": 4294967295
  8129. },
  8130. "functions": [],
  8131. "parameters": [{
  8132. "name": "Type",
  8133. "type": "string",
  8134. "attributes": {
  8135. "read_only": true
  8136. },
  8137. "state": "ready",
  8138. "value": ""
  8139. }],
  8140. "children": [],
  8141. "instances": [{
  8142. "objectInfo": {
  8143. "indexPath": "Devices.Device.12.LDevice",
  8144. "keyPath": "Devices.Device.wl1.LDevice",
  8145. "name": "1",
  8146. "key": "5C:F8:A1:8D:10:D7",
  8147. "attributes": {
  8148. "instance": true
  8149. },
  8150. "state": "ready",
  8151. "parameterCount": 1,
  8152. "childCount": 0,
  8153. "instanceCount": 0
  8154. },
  8155. "functions": [],
  8156. "parameters": [{
  8157. "name": "Type",
  8158. "type": "string",
  8159. "attributes": {
  8160. "read_only": true
  8161. },
  8162. "state": "ready",
  8163. "value": "default"
  8164. }],
  8165. "children": [],
  8166. "instances": []
  8167. }, {
  8168. "objectInfo": {
  8169. "indexPath": "Devices.Device.12.LDevice",
  8170. "keyPath": "Devices.Device.wl1.LDevice",
  8171. "name": "2",
  8172. "key": "84:3A:4B:12:DC:6A",
  8173. "attributes": {
  8174. "instance": true
  8175. },
  8176. "state": "ready",
  8177. "parameterCount": 1,
  8178. "childCount": 0,
  8179. "instanceCount": 0
  8180. },
  8181. "functions": [],
  8182. "parameters": [{
  8183. "name": "Type",
  8184. "type": "string",
  8185. "attributes": {
  8186. "read_only": true
  8187. },
  8188. "state": "ready",
  8189. "value": "default"
  8190. }],
  8191. "children": [],
  8192. "instances": []
  8193. }]
  8194. }],
  8195. "instances": []
  8196. }, {
  8197. "objectInfo": {
  8198. "indexPath": "Devices.Device",
  8199. "keyPath": "Devices.Device",
  8200. "name": "13",
  8201. "key": "eth0",
  8202. "attributes": {
  8203. "instance": true
  8204. },
  8205. "state": "ready",
  8206. "parameterCount": 13,
  8207. "childCount": 5,
  8208. "instanceCount": 0
  8209. },
  8210. "functions": [{
  8211. "name": "get",
  8212. "type": "device_t",
  8213. "attributes": {},
  8214. "arguments": [{
  8215. "name": "flags",
  8216. "type": "string",
  8217. "attributes": {}
  8218. }]
  8219. }, {
  8220. "name": "hasTag",
  8221. "type": "bool",
  8222. "attributes": {},
  8223. "arguments": [{
  8224. "name": "tag",
  8225. "type": "string",
  8226. "attributes": {
  8227. "mandatory": true
  8228. }
  8229. }, {
  8230. "name": "expression",
  8231. "type": "string",
  8232. "attributes": {}
  8233. }, {
  8234. "name": "traverse",
  8235. "type": "string",
  8236. "attributes": {}
  8237. }]
  8238. }, {
  8239. "name": "getFirstParameter",
  8240. "type": "variant",
  8241. "attributes": {},
  8242. "arguments": [{
  8243. "name": "parameter",
  8244. "type": "string",
  8245. "attributes": {
  8246. "mandatory": true
  8247. }
  8248. }, {
  8249. "name": "expression",
  8250. "type": "string",
  8251. "attributes": {}
  8252. }, {
  8253. "name": "traverse",
  8254. "type": "string",
  8255. "attributes": {}
  8256. }]
  8257. }, {
  8258. "name": "getParameters",
  8259. "type": "list",
  8260. "attributes": {},
  8261. "arguments": [{
  8262. "name": "parameter",
  8263. "type": "string",
  8264. "attributes": {
  8265. "mandatory": true
  8266. }
  8267. }, {
  8268. "name": "expression",
  8269. "type": "string",
  8270. "attributes": {}
  8271. }, {
  8272. "name": "traverse",
  8273. "type": "string",
  8274. "attributes": {}
  8275. }]
  8276. }, {
  8277. "name": "topology",
  8278. "type": "variant",
  8279. "attributes": {},
  8280. "arguments": [{
  8281. "name": "expression",
  8282. "type": "string",
  8283. "attributes": {}
  8284. }, {
  8285. "name": "traverse",
  8286. "type": "string",
  8287. "attributes": {}
  8288. }, {
  8289. "name": "flags",
  8290. "type": "string",
  8291. "attributes": {}
  8292. }]
  8293. }, {
  8294. "name": "isLinkedTo",
  8295. "type": "bool",
  8296. "attributes": {},
  8297. "arguments": [{
  8298. "name": "device",
  8299. "type": "string",
  8300. "attributes": {
  8301. "mandatory": true
  8302. }
  8303. }, {
  8304. "name": "traverse",
  8305. "type": "string",
  8306. "attributes": {}
  8307. }]
  8308. }],
  8309. "parameters": [{
  8310. "name": "Key",
  8311. "type": "string",
  8312. "attributes": {
  8313. "read_only": true,
  8314. "persistent": true
  8315. },
  8316. "state": "ready",
  8317. "value": "eth0"
  8318. }, {
  8319. "name": "DiscoverySource",
  8320. "type": "string",
  8321. "attributes": {
  8322. "read_only": true,
  8323. "persistent": true
  8324. },
  8325. "state": "ready",
  8326. "value": "selflan"
  8327. }, {
  8328. "name": "Name",
  8329. "type": "string",
  8330. "attributes": {
  8331. "read_only": true
  8332. },
  8333. "state": "ready",
  8334. "value": "eth0"
  8335. }, {
  8336. "name": "DeviceType",
  8337. "type": "string",
  8338. "attributes": {
  8339. "read_only": true
  8340. },
  8341. "state": "ready",
  8342. "value": ""
  8343. }, {
  8344. "name": "Active",
  8345. "type": "bool",
  8346. "attributes": {
  8347. "read_only": true
  8348. },
  8349. "state": "ready",
  8350. "value": true
  8351. }, {
  8352. "name": "Tags",
  8353. "type": "string",
  8354. "attributes": {
  8355. "persistent": true
  8356. },
  8357. "state": "ready",
  8358. "value": "self lan eth nemo interface"
  8359. }, {
  8360. "name": "LastConnection",
  8361. "type": "date_time",
  8362. "attributes": {
  8363. "persistent": true,
  8364. "volatile": true
  8365. },
  8366. "state": "ready",
  8367. "value": "2016-10-01T15:29:02Z"
  8368. }, {
  8369. "name": "LastChanged",
  8370. "type": "date_time",
  8371. "attributes": {
  8372. "persistent": true,
  8373. "volatile": true
  8374. },
  8375. "state": "ready",
  8376. "value": "2016-10-01T09:00:10Z"
  8377. }, {
  8378. "name": "Master",
  8379. "type": "string",
  8380. "attributes": {
  8381. "read_only": true,
  8382. "persistent": true
  8383. },
  8384. "state": "ready",
  8385. "value": ""
  8386. }, {
  8387. "name": "MaxBitRateSupported",
  8388. "type": "uint32",
  8389. "attributes": {
  8390. "read_only": true
  8391. },
  8392. "state": "ready",
  8393. "value": 1000
  8394. }, {
  8395. "name": "CurrentBitRate",
  8396. "type": "uint32",
  8397. "attributes": {
  8398. "read_only": true
  8399. },
  8400. "state": "ready",
  8401. "value": 100
  8402. }, {
  8403. "name": "NetDevName",
  8404. "type": "string",
  8405. "attributes": {
  8406. "read_only": true
  8407. },
  8408. "state": "ready",
  8409. "value": "eth0"
  8410. }, {
  8411. "name": "NetDevIndex",
  8412. "type": "uint32",
  8413. "attributes": {
  8414. "read_only": true
  8415. },
  8416. "state": "ready",
  8417. "value": 5
  8418. }],
  8419. "children": [{
  8420. "objectInfo": {
  8421. "indexPath": "Devices.Device.13",
  8422. "keyPath": "Devices.Device.eth0",
  8423. "name": "Alternative",
  8424. "key": "Alternative",
  8425. "attributes": {
  8426. "read_only": true,
  8427. "template": true,
  8428. "persistent": true
  8429. },
  8430. "state": "ready",
  8431. "parameterCount": 0,
  8432. "childCount": 0,
  8433. "instanceCount": 0
  8434. },
  8435. "templateInfo": {
  8436. "maxInstances": 4294967295
  8437. },
  8438. "functions": [],
  8439. "parameters": [],
  8440. "children": [],
  8441. "instances": []
  8442. }, {
  8443. "objectInfo": {
  8444. "indexPath": "Devices.Device.13",
  8445. "keyPath": "Devices.Device.eth0",
  8446. "name": "Names",
  8447. "key": "Names",
  8448. "attributes": {
  8449. "template": true,
  8450. "persistent": true
  8451. },
  8452. "state": "ready",
  8453. "parameterCount": 2,
  8454. "childCount": 0,
  8455. "instanceCount": 1
  8456. },
  8457. "templateInfo": {
  8458. "maxInstances": 4294967295
  8459. },
  8460. "functions": [],
  8461. "parameters": [{
  8462. "name": "Name",
  8463. "type": "string",
  8464. "attributes": {
  8465. "read_only": true,
  8466. "persistent": true
  8467. },
  8468. "state": "ready",
  8469. "value": ""
  8470. }, {
  8471. "name": "Source",
  8472. "type": "string",
  8473. "attributes": {
  8474. "read_only": true,
  8475. "persistent": true
  8476. },
  8477. "state": "ready",
  8478. "value": ""
  8479. }],
  8480. "children": [],
  8481. "instances": [{
  8482. "objectInfo": {
  8483. "indexPath": "Devices.Device.13.Names",
  8484. "keyPath": "Devices.Device.eth0.Names",
  8485. "name": "1",
  8486. "key": "default",
  8487. "attributes": {
  8488. "instance": true,
  8489. "persistent": true
  8490. },
  8491. "state": "ready",
  8492. "parameterCount": 2,
  8493. "childCount": 0,
  8494. "instanceCount": 0
  8495. },
  8496. "functions": [],
  8497. "parameters": [{
  8498. "name": "Name",
  8499. "type": "string",
  8500. "attributes": {
  8501. "read_only": true,
  8502. "persistent": true
  8503. },
  8504. "state": "ready",
  8505. "value": "eth0"
  8506. }, {
  8507. "name": "Source",
  8508. "type": "string",
  8509. "attributes": {
  8510. "read_only": true,
  8511. "persistent": true
  8512. },
  8513. "state": "ready",
  8514. "value": "default"
  8515. }],
  8516. "children": [],
  8517. "instances": []
  8518. }]
  8519. }, {
  8520. "objectInfo": {
  8521. "indexPath": "Devices.Device.13",
  8522. "keyPath": "Devices.Device.eth0",
  8523. "name": "DeviceTypes",
  8524. "key": "DeviceTypes",
  8525. "attributes": {
  8526. "template": true,
  8527. "persistent": true
  8528. },
  8529. "state": "ready",
  8530. "parameterCount": 2,
  8531. "childCount": 0,
  8532. "instanceCount": 0
  8533. },
  8534. "templateInfo": {
  8535. "maxInstances": 4294967295
  8536. },
  8537. "functions": [],
  8538. "parameters": [{
  8539. "name": "Type",
  8540. "type": "string",
  8541. "attributes": {
  8542. "read_only": true,
  8543. "persistent": true
  8544. },
  8545. "state": "ready",
  8546. "value": ""
  8547. }, {
  8548. "name": "Source",
  8549. "type": "string",
  8550. "attributes": {
  8551. "read_only": true,
  8552. "persistent": true
  8553. },
  8554. "state": "ready",
  8555. "value": ""
  8556. }],
  8557. "children": [],
  8558. "instances": []
  8559. }, {
  8560. "objectInfo": {
  8561. "indexPath": "Devices.Device.13",
  8562. "keyPath": "Devices.Device.eth0",
  8563. "name": "UDevice",
  8564. "key": "UDevice",
  8565. "attributes": {
  8566. "read_only": true,
  8567. "template": true
  8568. },
  8569. "state": "ready",
  8570. "parameterCount": 1,
  8571. "childCount": 0,
  8572. "instanceCount": 1
  8573. },
  8574. "templateInfo": {
  8575. "maxInstances": 4294967295
  8576. },
  8577. "functions": [],
  8578. "parameters": [{
  8579. "name": "Type",
  8580. "type": "string",
  8581. "attributes": {
  8582. "read_only": true
  8583. },
  8584. "state": "ready",
  8585. "value": ""
  8586. }],
  8587. "children": [],
  8588. "instances": [{
  8589. "objectInfo": {
  8590. "indexPath": "Devices.Device.13.UDevice",
  8591. "keyPath": "Devices.Device.eth0.UDevice",
  8592. "name": "1",
  8593. "key": "lan",
  8594. "attributes": {
  8595. "instance": true
  8596. },
  8597. "state": "ready",
  8598. "parameterCount": 1,
  8599. "childCount": 0,
  8600. "instanceCount": 0
  8601. },
  8602. "functions": [],
  8603. "parameters": [{
  8604. "name": "Type",
  8605. "type": "string",
  8606. "attributes": {
  8607. "read_only": true
  8608. },
  8609. "state": "ready",
  8610. "value": "default"
  8611. }],
  8612. "children": [],
  8613. "instances": []
  8614. }]
  8615. }, {
  8616. "objectInfo": {
  8617. "indexPath": "Devices.Device.13",
  8618. "keyPath": "Devices.Device.eth0",
  8619. "name": "LDevice",
  8620. "key": "LDevice",
  8621. "attributes": {
  8622. "read_only": true,
  8623. "template": true
  8624. },
  8625. "state": "ready",
  8626. "parameterCount": 1,
  8627. "childCount": 0,
  8628. "instanceCount": 1
  8629. },
  8630. "templateInfo": {
  8631. "maxInstances": 4294967295
  8632. },
  8633. "functions": [],
  8634. "parameters": [{
  8635. "name": "Type",
  8636. "type": "string",
  8637. "attributes": {
  8638. "read_only": true
  8639. },
  8640. "state": "ready",
  8641. "value": ""
  8642. }],
  8643. "children": [],
  8644. "instances": [{
  8645. "objectInfo": {
  8646. "indexPath": "Devices.Device.13.LDevice",
  8647. "keyPath": "Devices.Device.eth0.LDevice",
  8648. "name": "1",
  8649. "key": "B8:27:EB:CF:8A:DC",
  8650. "attributes": {
  8651. "instance": true
  8652. },
  8653. "state": "ready",
  8654. "parameterCount": 1,
  8655. "childCount": 0,
  8656. "instanceCount": 0
  8657. },
  8658. "functions": [],
  8659. "parameters": [{
  8660. "name": "Type",
  8661. "type": "string",
  8662. "attributes": {
  8663. "read_only": true
  8664. },
  8665. "state": "ready",
  8666. "value": "default"
  8667. }],
  8668. "children": [],
  8669. "instances": []
  8670. }]
  8671. }],
  8672. "instances": []
  8673. }, {
  8674. "objectInfo": {
  8675. "indexPath": "Devices.Device",
  8676. "keyPath": "Devices.Device",
  8677. "name": "14",
  8678. "key": "Port2",
  8679. "attributes": {
  8680. "instance": true
  8681. },
  8682. "state": "ready",
  8683. "parameterCount": 12,
  8684. "childCount": 5,
  8685. "instanceCount": 0
  8686. },
  8687. "functions": [{
  8688. "name": "get",
  8689. "type": "device_t",
  8690. "attributes": {},
  8691. "arguments": [{
  8692. "name": "flags",
  8693. "type": "string",
  8694. "attributes": {}
  8695. }]
  8696. }, {
  8697. "name": "hasTag",
  8698. "type": "bool",
  8699. "attributes": {},
  8700. "arguments": [{
  8701. "name": "tag",
  8702. "type": "string",
  8703. "attributes": {
  8704. "mandatory": true
  8705. }
  8706. }, {
  8707. "name": "expression",
  8708. "type": "string",
  8709. "attributes": {}
  8710. }, {
  8711. "name": "traverse",
  8712. "type": "string",
  8713. "attributes": {}
  8714. }]
  8715. }, {
  8716. "name": "getFirstParameter",
  8717. "type": "variant",
  8718. "attributes": {},
  8719. "arguments": [{
  8720. "name": "parameter",
  8721. "type": "string",
  8722. "attributes": {
  8723. "mandatory": true
  8724. }
  8725. }, {
  8726. "name": "expression",
  8727. "type": "string",
  8728. "attributes": {}
  8729. }, {
  8730. "name": "traverse",
  8731. "type": "string",
  8732. "attributes": {}
  8733. }]
  8734. }, {
  8735. "name": "getParameters",
  8736. "type": "list",
  8737. "attributes": {},
  8738. "arguments": [{
  8739. "name": "parameter",
  8740. "type": "string",
  8741. "attributes": {
  8742. "mandatory": true
  8743. }
  8744. }, {
  8745. "name": "expression",
  8746. "type": "string",
  8747. "attributes": {}
  8748. }, {
  8749. "name": "traverse",
  8750. "type": "string",
  8751. "attributes": {}
  8752. }]
  8753. }, {
  8754. "name": "topology",
  8755. "type": "variant",
  8756. "attributes": {},
  8757. "arguments": [{
  8758. "name": "expression",
  8759. "type": "string",
  8760. "attributes": {}
  8761. }, {
  8762. "name": "traverse",
  8763. "type": "string",
  8764. "attributes": {}
  8765. }, {
  8766. "name": "flags",
  8767. "type": "string",
  8768. "attributes": {}
  8769. }]
  8770. }, {
  8771. "name": "isLinkedTo",
  8772. "type": "bool",
  8773. "attributes": {},
  8774. "arguments": [{
  8775. "name": "device",
  8776. "type": "string",
  8777. "attributes": {
  8778. "mandatory": true
  8779. }
  8780. }, {
  8781. "name": "traverse",
  8782. "type": "string",
  8783. "attributes": {}
  8784. }]
  8785. }],
  8786. "parameters": [{
  8787. "name": "Key",
  8788. "type": "string",
  8789. "attributes": {
  8790. "read_only": true,
  8791. "persistent": true
  8792. },
  8793. "state": "ready",
  8794. "value": "Port2"
  8795. }, {
  8796. "name": "DiscoverySource",
  8797. "type": "string",
  8798. "attributes": {
  8799. "read_only": true,
  8800. "persistent": true
  8801. },
  8802. "state": "ready",
  8803. "value": "selfusb"
  8804. }, {
  8805. "name": "Name",
  8806. "type": "string",
  8807. "attributes": {
  8808. "read_only": true
  8809. },
  8810. "state": "ready",
  8811. "value": "Port2"
  8812. }, {
  8813. "name": "DeviceType",
  8814. "type": "string",
  8815. "attributes": {
  8816. "read_only": true
  8817. },
  8818. "state": "ready",
  8819. "value": ""
  8820. }, {
  8821. "name": "Active",
  8822. "type": "bool",
  8823. "attributes": {
  8824. "read_only": true
  8825. },
  8826. "state": "ready",
  8827. "value": true
  8828. }, {
  8829. "name": "Tags",
  8830. "type": "string",
  8831. "attributes": {
  8832. "persistent": true
  8833. },
  8834. "state": "ready",
  8835. "value": "self usb port interface sysbus"
  8836. }, {
  8837. "name": "LastConnection",
  8838. "type": "date_time",
  8839. "attributes": {
  8840. "persistent": true,
  8841. "volatile": true
  8842. },
  8843. "state": "ready",
  8844. "value": "2016-10-01T15:29:02Z"
  8845. }, {
  8846. "name": "LastChanged",
  8847. "type": "date_time",
  8848. "attributes": {
  8849. "persistent": true,
  8850. "volatile": true
  8851. },
  8852. "state": "ready",
  8853. "value": "0001-01-01T00:00:00Z"
  8854. }, {
  8855. "name": "Master",
  8856. "type": "string",
  8857. "attributes": {
  8858. "read_only": true,
  8859. "persistent": true
  8860. },
  8861. "state": "ready",
  8862. "value": ""
  8863. }, {
  8864. "name": "BusName",
  8865. "type": "string",
  8866. "attributes": {},
  8867. "state": "ready",
  8868. "value": "sysbus"
  8869. }, {
  8870. "name": "Port",
  8871. "type": "uint8",
  8872. "attributes": {
  8873. "read_only": true
  8874. },
  8875. "state": "ready",
  8876. "value": 0
  8877. }, {
  8878. "name": "USBHost",
  8879. "type": "string",
  8880. "attributes": {
  8881. "read_only": true
  8882. },
  8883. "state": "ready",
  8884. "value": "sysbus.USBHosts.Host.1"
  8885. }],
  8886. "children": [{
  8887. "objectInfo": {
  8888. "indexPath": "Devices.Device.14",
  8889. "keyPath": "Devices.Device.Port2",
  8890. "name": "Alternative",
  8891. "key": "Alternative",
  8892. "attributes": {
  8893. "read_only": true,
  8894. "template": true,
  8895. "persistent": true
  8896. },
  8897. "state": "ready",
  8898. "parameterCount": 0,
  8899. "childCount": 0,
  8900. "instanceCount": 0
  8901. },
  8902. "templateInfo": {
  8903. "maxInstances": 4294967295
  8904. },
  8905. "functions": [],
  8906. "parameters": [],
  8907. "children": [],
  8908. "instances": []
  8909. }, {
  8910. "objectInfo": {
  8911. "indexPath": "Devices.Device.14",
  8912. "keyPath": "Devices.Device.Port2",
  8913. "name": "Names",
  8914. "key": "Names",
  8915. "attributes": {
  8916. "template": true,
  8917. "persistent": true
  8918. },
  8919. "state": "ready",
  8920. "parameterCount": 2,
  8921. "childCount": 0,
  8922. "instanceCount": 1
  8923. },
  8924. "templateInfo": {
  8925. "maxInstances": 4294967295
  8926. },
  8927. "functions": [],
  8928. "parameters": [{
  8929. "name": "Name",
  8930. "type": "string",
  8931. "attributes": {
  8932. "read_only": true,
  8933. "persistent": true
  8934. },
  8935. "state": "ready",
  8936. "value": ""
  8937. }, {
  8938. "name": "Source",
  8939. "type": "string",
  8940. "attributes": {
  8941. "read_only": true,
  8942. "persistent": true
  8943. },
  8944. "state": "ready",
  8945. "value": ""
  8946. }],
  8947. "children": [],
  8948. "instances": [{
  8949. "objectInfo": {
  8950. "indexPath": "Devices.Device.14.Names",
  8951. "keyPath": "Devices.Device.Port2.Names",
  8952. "name": "1",
  8953. "key": "default",
  8954. "attributes": {
  8955. "instance": true,
  8956. "persistent": true
  8957. },
  8958. "state": "ready",
  8959. "parameterCount": 2,
  8960. "childCount": 0,
  8961. "instanceCount": 0
  8962. },
  8963. "functions": [],
  8964. "parameters": [{
  8965. "name": "Name",
  8966. "type": "string",
  8967. "attributes": {
  8968. "read_only": true,
  8969. "persistent": true
  8970. },
  8971. "state": "ready",
  8972. "value": "Port2"
  8973. }, {
  8974. "name": "Source",
  8975. "type": "string",
  8976. "attributes": {
  8977. "read_only": true,
  8978. "persistent": true
  8979. },
  8980. "state": "ready",
  8981. "value": "default"
  8982. }],
  8983. "children": [],
  8984. "instances": []
  8985. }]
  8986. }, {
  8987. "objectInfo": {
  8988. "indexPath": "Devices.Device.14",
  8989. "keyPath": "Devices.Device.Port2",
  8990. "name": "DeviceTypes",
  8991. "key": "DeviceTypes",
  8992. "attributes": {
  8993. "template": true,
  8994. "persistent": true
  8995. },
  8996. "state": "ready",
  8997. "parameterCount": 2,
  8998. "childCount": 0,
  8999. "instanceCount": 0
  9000. },
  9001. "templateInfo": {
  9002. "maxInstances": 4294967295
  9003. },
  9004. "functions": [],
  9005. "parameters": [{
  9006. "name": "Type",
  9007. "type": "string",
  9008. "attributes": {
  9009. "read_only": true,
  9010. "persistent": true
  9011. },
  9012. "state": "ready",
  9013. "value": ""
  9014. }, {
  9015. "name": "Source",
  9016. "type": "string",
  9017. "attributes": {
  9018. "read_only": true,
  9019. "persistent": true
  9020. },
  9021. "state": "ready",
  9022. "value": ""
  9023. }],
  9024. "children": [],
  9025. "instances": []
  9026. }, {
  9027. "objectInfo": {
  9028. "indexPath": "Devices.Device.14",
  9029. "keyPath": "Devices.Device.Port2",
  9030. "name": "UDevice",
  9031. "key": "UDevice",
  9032. "attributes": {
  9033. "read_only": true,
  9034. "template": true
  9035. },
  9036. "state": "ready",
  9037. "parameterCount": 1,
  9038. "childCount": 0,
  9039. "instanceCount": 1
  9040. },
  9041. "templateInfo": {
  9042. "maxInstances": 4294967295
  9043. },
  9044. "functions": [],
  9045. "parameters": [{
  9046. "name": "Type",
  9047. "type": "string",
  9048. "attributes": {
  9049. "read_only": true
  9050. },
  9051. "state": "ready",
  9052. "value": ""
  9053. }],
  9054. "children": [],
  9055. "instances": [{
  9056. "objectInfo": {
  9057. "indexPath": "Devices.Device.14.UDevice",
  9058. "keyPath": "Devices.Device.Port2.UDevice",
  9059. "name": "1",
  9060. "key": "sysbus_USBHost",
  9061. "attributes": {
  9062. "instance": true
  9063. },
  9064. "state": "ready",
  9065. "parameterCount": 1,
  9066. "childCount": 0,
  9067. "instanceCount": 0
  9068. },
  9069. "functions": [],
  9070. "parameters": [{
  9071. "name": "Type",
  9072. "type": "string",
  9073. "attributes": {
  9074. "read_only": true
  9075. },
  9076. "state": "ready",
  9077. "value": "default"
  9078. }],
  9079. "children": [],
  9080. "instances": []
  9081. }]
  9082. }, {
  9083. "objectInfo": {
  9084. "indexPath": "Devices.Device.14",
  9085. "keyPath": "Devices.Device.Port2",
  9086. "name": "LDevice",
  9087. "key": "LDevice",
  9088. "attributes": {
  9089. "read_only": true,
  9090. "template": true
  9091. },
  9092. "state": "ready",
  9093. "parameterCount": 1,
  9094. "childCount": 0,
  9095. "instanceCount": 0
  9096. },
  9097. "templateInfo": {
  9098. "maxInstances": 4294967295
  9099. },
  9100. "functions": [],
  9101. "parameters": [{
  9102. "name": "Type",
  9103. "type": "string",
  9104. "attributes": {
  9105. "read_only": true
  9106. },
  9107. "state": "ready",
  9108. "value": ""
  9109. }],
  9110. "children": [],
  9111. "instances": []
  9112. }],
  9113. "instances": []
  9114. }, {
  9115. "objectInfo": {
  9116. "indexPath": "Devices.Device",
  9117. "keyPath": "Devices.Device",
  9118. "name": "15",
  9119. "key": "Port1",
  9120. "attributes": {
  9121. "instance": true
  9122. },
  9123. "state": "ready",
  9124. "parameterCount": 12,
  9125. "childCount": 5,
  9126. "instanceCount": 0
  9127. },
  9128. "functions": [{
  9129. "name": "get",
  9130. "type": "device_t",
  9131. "attributes": {},
  9132. "arguments": [{
  9133. "name": "flags",
  9134. "type": "string",
  9135. "attributes": {}
  9136. }]
  9137. }, {
  9138. "name": "hasTag",
  9139. "type": "bool",
  9140. "attributes": {},
  9141. "arguments": [{
  9142. "name": "tag",
  9143. "type": "string",
  9144. "attributes": {
  9145. "mandatory": true
  9146. }
  9147. }, {
  9148. "name": "expression",
  9149. "type": "string",
  9150. "attributes": {}
  9151. }, {
  9152. "name": "traverse",
  9153. "type": "string",
  9154. "attributes": {}
  9155. }]
  9156. }, {
  9157. "name": "getFirstParameter",
  9158. "type": "variant",
  9159. "attributes": {},
  9160. "arguments": [{
  9161. "name": "parameter",
  9162. "type": "string",
  9163. "attributes": {
  9164. "mandatory": true
  9165. }
  9166. }, {
  9167. "name": "expression",
  9168. "type": "string",
  9169. "attributes": {}
  9170. }, {
  9171. "name": "traverse",
  9172. "type": "string",
  9173. "attributes": {}
  9174. }]
  9175. }, {
  9176. "name": "getParameters",
  9177. "type": "list",
  9178. "attributes": {},
  9179. "arguments": [{
  9180. "name": "parameter",
  9181. "type": "string",
  9182. "attributes": {
  9183. "mandatory": true
  9184. }
  9185. }, {
  9186. "name": "expression",
  9187. "type": "string",
  9188. "attributes": {}
  9189. }, {
  9190. "name": "traverse",
  9191. "type": "string",
  9192. "attributes": {}
  9193. }]
  9194. }, {
  9195. "name": "topology",
  9196. "type": "variant",
  9197. "attributes": {},
  9198. "arguments": [{
  9199. "name": "expression",
  9200. "type": "string",
  9201. "attributes": {}
  9202. }, {
  9203. "name": "traverse",
  9204. "type": "string",
  9205. "attributes": {}
  9206. }, {
  9207. "name": "flags",
  9208. "type": "string",
  9209. "attributes": {}
  9210. }]
  9211. }, {
  9212. "name": "isLinkedTo",
  9213. "type": "bool",
  9214. "attributes": {},
  9215. "arguments": [{
  9216. "name": "device",
  9217. "type": "string",
  9218. "attributes": {
  9219. "mandatory": true
  9220. }
  9221. }, {
  9222. "name": "traverse",
  9223. "type": "string",
  9224. "attributes": {}
  9225. }]
  9226. }],
  9227. "parameters": [{
  9228. "name": "Key",
  9229. "type": "string",
  9230. "attributes": {
  9231. "read_only": true,
  9232. "persistent": true
  9233. },
  9234. "state": "ready",
  9235. "value": "Port1"
  9236. }, {
  9237. "name": "DiscoverySource",
  9238. "type": "string",
  9239. "attributes": {
  9240. "read_only": true,
  9241. "persistent": true
  9242. },
  9243. "state": "ready",
  9244. "value": "selfusb"
  9245. }, {
  9246. "name": "Name",
  9247. "type": "string",
  9248. "attributes": {
  9249. "read_only": true
  9250. },
  9251. "state": "ready",
  9252. "value": "Port1"
  9253. }, {
  9254. "name": "DeviceType",
  9255. "type": "string",
  9256. "attributes": {
  9257. "read_only": true
  9258. },
  9259. "state": "ready",
  9260. "value": ""
  9261. }, {
  9262. "name": "Active",
  9263. "type": "bool",
  9264. "attributes": {
  9265. "read_only": true
  9266. },
  9267. "state": "ready",
  9268. "value": true
  9269. }, {
  9270. "name": "Tags",
  9271. "type": "string",
  9272. "attributes": {
  9273. "persistent": true
  9274. },
  9275. "state": "ready",
  9276. "value": "self usb port interface sysbus"
  9277. }, {
  9278. "name": "LastConnection",
  9279. "type": "date_time",
  9280. "attributes": {
  9281. "persistent": true,
  9282. "volatile": true
  9283. },
  9284. "state": "ready",
  9285. "value": "2016-10-01T15:29:02Z"
  9286. }, {
  9287. "name": "LastChanged",
  9288. "type": "date_time",
  9289. "attributes": {
  9290. "persistent": true,
  9291. "volatile": true
  9292. },
  9293. "state": "ready",
  9294. "value": "0001-01-01T00:00:00Z"
  9295. }, {
  9296. "name": "Master",
  9297. "type": "string",
  9298. "attributes": {
  9299. "read_only": true,
  9300. "persistent": true
  9301. },
  9302. "state": "ready",
  9303. "value": ""
  9304. }, {
  9305. "name": "BusName",
  9306. "type": "string",
  9307. "attributes": {},
  9308. "state": "ready",
  9309. "value": "sysbus"
  9310. }, {
  9311. "name": "Port",
  9312. "type": "uint8",
  9313. "attributes": {
  9314. "read_only": true
  9315. },
  9316. "state": "ready",
  9317. "value": 1
  9318. }, {
  9319. "name": "USBHost",
  9320. "type": "string",
  9321. "attributes": {
  9322. "read_only": true
  9323. },
  9324. "state": "ready",
  9325. "value": "sysbus.USBHosts.Host.1"
  9326. }],
  9327. "children": [{
  9328. "objectInfo": {
  9329. "indexPath": "Devices.Device.15",
  9330. "keyPath": "Devices.Device.Port1",
  9331. "name": "Alternative",
  9332. "key": "Alternative",
  9333. "attributes": {
  9334. "read_only": true,
  9335. "template": true,
  9336. "persistent": true
  9337. },
  9338. "state": "ready",
  9339. "parameterCount": 0,
  9340. "childCount": 0,
  9341. "instanceCount": 0
  9342. },
  9343. "templateInfo": {
  9344. "maxInstances": 4294967295
  9345. },
  9346. "functions": [],
  9347. "parameters": [],
  9348. "children": [],
  9349. "instances": []
  9350. }, {
  9351. "objectInfo": {
  9352. "indexPath": "Devices.Device.15",
  9353. "keyPath": "Devices.Device.Port1",
  9354. "name": "Names",
  9355. "key": "Names",
  9356. "attributes": {
  9357. "template": true,
  9358. "persistent": true
  9359. },
  9360. "state": "ready",
  9361. "parameterCount": 2,
  9362. "childCount": 0,
  9363. "instanceCount": 1
  9364. },
  9365. "templateInfo": {
  9366. "maxInstances": 4294967295
  9367. },
  9368. "functions": [],
  9369. "parameters": [{
  9370. "name": "Name",
  9371. "type": "string",
  9372. "attributes": {
  9373. "read_only": true,
  9374. "persistent": true
  9375. },
  9376. "state": "ready",
  9377. "value": ""
  9378. }, {
  9379. "name": "Source",
  9380. "type": "string",
  9381. "attributes": {
  9382. "read_only": true,
  9383. "persistent": true
  9384. },
  9385. "state": "ready",
  9386. "value": ""
  9387. }],
  9388. "children": [],
  9389. "instances": [{
  9390. "objectInfo": {
  9391. "indexPath": "Devices.Device.15.Names",
  9392. "keyPath": "Devices.Device.Port1.Names",
  9393. "name": "1",
  9394. "key": "default",
  9395. "attributes": {
  9396. "instance": true,
  9397. "persistent": true
  9398. },
  9399. "state": "ready",
  9400. "parameterCount": 2,
  9401. "childCount": 0,
  9402. "instanceCount": 0
  9403. },
  9404. "functions": [],
  9405. "parameters": [{
  9406. "name": "Name",
  9407. "type": "string",
  9408. "attributes": {
  9409. "read_only": true,
  9410. "persistent": true
  9411. },
  9412. "state": "ready",
  9413. "value": "Port1"
  9414. }, {
  9415. "name": "Source",
  9416. "type": "string",
  9417. "attributes": {
  9418. "read_only": true,
  9419. "persistent": true
  9420. },
  9421. "state": "ready",
  9422. "value": "default"
  9423. }],
  9424. "children": [],
  9425. "instances": []
  9426. }]
  9427. }, {
  9428. "objectInfo": {
  9429. "indexPath": "Devices.Device.15",
  9430. "keyPath": "Devices.Device.Port1",
  9431. "name": "DeviceTypes",
  9432. "key": "DeviceTypes",
  9433. "attributes": {
  9434. "template": true,
  9435. "persistent": true
  9436. },
  9437. "state": "ready",
  9438. "parameterCount": 2,
  9439. "childCount": 0,
  9440. "instanceCount": 0
  9441. },
  9442. "templateInfo": {
  9443. "maxInstances": 4294967295
  9444. },
  9445. "functions": [],
  9446. "parameters": [{
  9447. "name": "Type",
  9448. "type": "string",
  9449. "attributes": {
  9450. "read_only": true,
  9451. "persistent": true
  9452. },
  9453. "state": "ready",
  9454. "value": ""
  9455. }, {
  9456. "name": "Source",
  9457. "type": "string",
  9458. "attributes": {
  9459. "read_only": true,
  9460. "persistent": true
  9461. },
  9462. "state": "ready",
  9463. "value": ""
  9464. }],
  9465. "children": [],
  9466. "instances": []
  9467. }, {
  9468. "objectInfo": {
  9469. "indexPath": "Devices.Device.15",
  9470. "keyPath": "Devices.Device.Port1",
  9471. "name": "UDevice",
  9472. "key": "UDevice",
  9473. "attributes": {
  9474. "read_only": true,
  9475. "template": true
  9476. },
  9477. "state": "ready",
  9478. "parameterCount": 1,
  9479. "childCount": 0,
  9480. "instanceCount": 1
  9481. },
  9482. "templateInfo": {
  9483. "maxInstances": 4294967295
  9484. },
  9485. "functions": [],
  9486. "parameters": [{
  9487. "name": "Type",
  9488. "type": "string",
  9489. "attributes": {
  9490. "read_only": true
  9491. },
  9492. "state": "ready",
  9493. "value": ""
  9494. }],
  9495. "children": [],
  9496. "instances": [{
  9497. "objectInfo": {
  9498. "indexPath": "Devices.Device.15.UDevice",
  9499. "keyPath": "Devices.Device.Port1.UDevice",
  9500. "name": "1",
  9501. "key": "sysbus_USBHost",
  9502. "attributes": {
  9503. "instance": true
  9504. },
  9505. "state": "ready",
  9506. "parameterCount": 1,
  9507. "childCount": 0,
  9508. "instanceCount": 0
  9509. },
  9510. "functions": [],
  9511. "parameters": [{
  9512. "name": "Type",
  9513. "type": "string",
  9514. "attributes": {
  9515. "read_only": true
  9516. },
  9517. "state": "ready",
  9518. "value": "default"
  9519. }],
  9520. "children": [],
  9521. "instances": []
  9522. }]
  9523. }, {
  9524. "objectInfo": {
  9525. "indexPath": "Devices.Device.15",
  9526. "keyPath": "Devices.Device.Port1",
  9527. "name": "LDevice",
  9528. "key": "LDevice",
  9529. "attributes": {
  9530. "read_only": true,
  9531. "template": true
  9532. },
  9533. "state": "ready",
  9534. "parameterCount": 1,
  9535. "childCount": 0,
  9536. "instanceCount": 0
  9537. },
  9538. "templateInfo": {
  9539. "maxInstances": 4294967295
  9540. },
  9541. "functions": [],
  9542. "parameters": [{
  9543. "name": "Type",
  9544. "type": "string",
  9545. "attributes": {
  9546. "read_only": true
  9547. },
  9548. "state": "ready",
  9549. "value": ""
  9550. }],
  9551. "children": [],
  9552. "instances": []
  9553. }],
  9554. "instances": []
  9555. }, {
  9556. "objectInfo": {
  9557. "indexPath": "Devices.Device",
  9558. "keyPath": "Devices.Device",
  9559. "name": "16",
  9560. "key": "FXS1",
  9561. "attributes": {
  9562. "instance": true
  9563. },
  9564. "state": "ready",
  9565. "parameterCount": 12,
  9566. "childCount": 5,
  9567. "instanceCount": 0
  9568. },
  9569. "functions": [{
  9570. "name": "get",
  9571. "type": "device_t",
  9572. "attributes": {},
  9573. "arguments": [{
  9574. "name": "flags",
  9575. "type": "string",
  9576. "attributes": {}
  9577. }]
  9578. }, {
  9579. "name": "hasTag",
  9580. "type": "bool",
  9581. "attributes": {},
  9582. "arguments": [{
  9583. "name": "tag",
  9584. "type": "string",
  9585. "attributes": {
  9586. "mandatory": true
  9587. }
  9588. }, {
  9589. "name": "expression",
  9590. "type": "string",
  9591. "attributes": {}
  9592. }, {
  9593. "name": "traverse",
  9594. "type": "string",
  9595. "attributes": {}
  9596. }]
  9597. }, {
  9598. "name": "getFirstParameter",
  9599. "type": "variant",
  9600. "attributes": {},
  9601. "arguments": [{
  9602. "name": "parameter",
  9603. "type": "string",
  9604. "attributes": {
  9605. "mandatory": true
  9606. }
  9607. }, {
  9608. "name": "expression",
  9609. "type": "string",
  9610. "attributes": {}
  9611. }, {
  9612. "name": "traverse",
  9613. "type": "string",
  9614. "attributes": {}
  9615. }]
  9616. }, {
  9617. "name": "getParameters",
  9618. "type": "list",
  9619. "attributes": {},
  9620. "arguments": [{
  9621. "name": "parameter",
  9622. "type": "string",
  9623. "attributes": {
  9624. "mandatory": true
  9625. }
  9626. }, {
  9627. "name": "expression",
  9628. "type": "string",
  9629. "attributes": {}
  9630. }, {
  9631. "name": "traverse",
  9632. "type": "string",
  9633. "attributes": {}
  9634. }]
  9635. }, {
  9636. "name": "topology",
  9637. "type": "variant",
  9638. "attributes": {},
  9639. "arguments": [{
  9640. "name": "expression",
  9641. "type": "string",
  9642. "attributes": {}
  9643. }, {
  9644. "name": "traverse",
  9645. "type": "string",
  9646. "attributes": {}
  9647. }, {
  9648. "name": "flags",
  9649. "type": "string",
  9650. "attributes": {}
  9651. }]
  9652. }, {
  9653. "name": "isLinkedTo",
  9654. "type": "bool",
  9655. "attributes": {},
  9656. "arguments": [{
  9657. "name": "device",
  9658. "type": "string",
  9659. "attributes": {
  9660. "mandatory": true
  9661. }
  9662. }, {
  9663. "name": "traverse",
  9664. "type": "string",
  9665. "attributes": {}
  9666. }]
  9667. }, {
  9668. "name": "ring",
  9669. "type": "void",
  9670. "attributes": {},
  9671. "arguments": []
  9672. }],
  9673. "parameters": [{
  9674. "name": "Key",
  9675. "type": "string",
  9676. "attributes": {
  9677. "read_only": true,
  9678. "persistent": true
  9679. },
  9680. "state": "ready",
  9681. "value": "FXS1"
  9682. }, {
  9683. "name": "DiscoverySource",
  9684. "type": "string",
  9685. "attributes": {
  9686. "read_only": true,
  9687. "persistent": true
  9688. },
  9689. "state": "ready",
  9690. "value": "voice_handsets"
  9691. }, {
  9692. "name": "Name",
  9693. "type": "string",
  9694. "attributes": {
  9695. "read_only": true
  9696. },
  9697. "state": "ready",
  9698. "value": "FXS1"
  9699. }, {
  9700. "name": "DeviceType",
  9701. "type": "string",
  9702. "attributes": {
  9703. "read_only": true
  9704. },
  9705. "state": "ready",
  9706. "value": "Phone"
  9707. }, {
  9708. "name": "Active",
  9709. "type": "bool",
  9710. "attributes": {
  9711. "read_only": true
  9712. },
  9713. "state": "ready",
  9714. "value": true
  9715. }, {
  9716. "name": "Tags",
  9717. "type": "string",
  9718. "attributes": {
  9719. "persistent": true
  9720. },
  9721. "state": "ready",
  9722. "value": "voice handset physical"
  9723. }, {
  9724. "name": "LastConnection",
  9725. "type": "date_time",
  9726. "attributes": {
  9727. "persistent": true,
  9728. "volatile": true
  9729. },
  9730. "state": "ready",
  9731. "value": "2016-10-01T15:29:02Z"
  9732. }, {
  9733. "name": "LastChanged",
  9734. "type": "date_time",
  9735. "attributes": {
  9736. "persistent": true,
  9737. "volatile": true
  9738. },
  9739. "state": "ready",
  9740. "value": "0001-01-01T00:00:00Z"
  9741. }, {
  9742. "name": "Master",
  9743. "type": "string",
  9744. "attributes": {
  9745. "read_only": true,
  9746. "persistent": true
  9747. },
  9748. "state": "ready",
  9749. "value": ""
  9750. }, {
  9751. "name": "DirectoryNumber",
  9752. "type": "string",
  9753. "attributes": {},
  9754. "state": "ready",
  9755. "value": "201"
  9756. }, {
  9757. "name": "EndpointType",
  9758. "type": "string",
  9759. "attributes": {
  9760. "read_only": true
  9761. },
  9762. "state": "ready",
  9763. "value": "FXS"
  9764. }, {
  9765. "name": "OutgoingTrunkLine",
  9766. "type": "string",
  9767. "attributes": {},
  9768. "state": "ready",
  9769. "value": "LINE1"
  9770. }],
  9771. "children": [{
  9772. "objectInfo": {
  9773. "indexPath": "Devices.Device.16",
  9774. "keyPath": "Devices.Device.FXS1",
  9775. "name": "Alternative",
  9776. "key": "Alternative",
  9777. "attributes": {
  9778. "read_only": true,
  9779. "template": true,
  9780. "persistent": true
  9781. },
  9782. "state": "ready",
  9783. "parameterCount": 0,
  9784. "childCount": 0,
  9785. "instanceCount": 0
  9786. },
  9787. "templateInfo": {
  9788. "maxInstances": 4294967295
  9789. },
  9790. "functions": [],
  9791. "parameters": [],
  9792. "children": [],
  9793. "instances": []
  9794. }, {
  9795. "objectInfo": {
  9796. "indexPath": "Devices.Device.16",
  9797. "keyPath": "Devices.Device.FXS1",
  9798. "name": "Names",
  9799. "key": "Names",
  9800. "attributes": {
  9801. "template": true,
  9802. "persistent": true
  9803. },
  9804. "state": "ready",
  9805. "parameterCount": 2,
  9806. "childCount": 0,
  9807. "instanceCount": 3
  9808. },
  9809. "templateInfo": {
  9810. "maxInstances": 4294967295
  9811. },
  9812. "functions": [],
  9813. "parameters": [{
  9814. "name": "Name",
  9815. "type": "string",
  9816. "attributes": {
  9817. "read_only": true,
  9818. "persistent": true
  9819. },
  9820. "state": "ready",
  9821. "value": ""
  9822. }, {
  9823. "name": "Source",
  9824. "type": "string",
  9825. "attributes": {
  9826. "read_only": true,
  9827. "persistent": true
  9828. },
  9829. "state": "ready",
  9830. "value": ""
  9831. }],
  9832. "children": [],
  9833. "instances": [{
  9834. "objectInfo": {
  9835. "indexPath": "Devices.Device.16.Names",
  9836. "keyPath": "Devices.Device.FXS1.Names",
  9837. "name": "1",
  9838. "key": "default",
  9839. "attributes": {
  9840. "instance": true,
  9841. "persistent": true
  9842. },
  9843. "state": "ready",
  9844. "parameterCount": 2,
  9845. "childCount": 0,
  9846. "instanceCount": 0
  9847. },
  9848. "functions": [],
  9849. "parameters": [{
  9850. "name": "Name",
  9851. "type": "string",
  9852. "attributes": {
  9853. "read_only": true,
  9854. "persistent": true
  9855. },
  9856. "state": "ready",
  9857. "value": "FXS1"
  9858. }, {
  9859. "name": "Source",
  9860. "type": "string",
  9861. "attributes": {
  9862. "read_only": true,
  9863. "persistent": true
  9864. },
  9865. "state": "ready",
  9866. "value": "default"
  9867. }],
  9868. "children": [],
  9869. "instances": []
  9870. }, {
  9871. "objectInfo": {
  9872. "indexPath": "Devices.Device.16.Names",
  9873. "keyPath": "Devices.Device.FXS1.Names",
  9874. "name": "2",
  9875. "key": "handset",
  9876. "attributes": {
  9877. "instance": true,
  9878. "persistent": true
  9879. },
  9880. "state": "ready",
  9881. "parameterCount": 2,
  9882. "childCount": 0,
  9883. "instanceCount": 0
  9884. },
  9885. "functions": [],
  9886. "parameters": [{
  9887. "name": "Name",
  9888. "type": "string",
  9889. "attributes": {
  9890. "read_only": true,
  9891. "persistent": true
  9892. },
  9893. "state": "ready",
  9894. "value": "FXS1"
  9895. }, {
  9896. "name": "Source",
  9897. "type": "string",
  9898. "attributes": {
  9899. "read_only": true,
  9900. "persistent": true
  9901. },
  9902. "state": "ready",
  9903. "value": "handset"
  9904. }],
  9905. "children": [],
  9906. "instances": []
  9907. }, {
  9908. "objectInfo": {
  9909. "indexPath": "Devices.Device.16.Names",
  9910. "keyPath": "Devices.Device.FXS1.Names",
  9911. "name": "3",
  9912. "key": "webui",
  9913. "attributes": {
  9914. "instance": true,
  9915. "persistent": true
  9916. },
  9917. "state": "ready",
  9918. "parameterCount": 2,
  9919. "childCount": 0,
  9920. "instanceCount": 0
  9921. },
  9922. "functions": [],
  9923. "parameters": [{
  9924. "name": "Name",
  9925. "type": "string",
  9926. "attributes": {
  9927. "read_only": true,
  9928. "persistent": true
  9929. },
  9930. "state": "ready",
  9931. "value": "FXS1"
  9932. }, {
  9933. "name": "Source",
  9934. "type": "string",
  9935. "attributes": {
  9936. "read_only": true,
  9937. "persistent": true
  9938. },
  9939. "state": "ready",
  9940. "value": "webui"
  9941. }],
  9942. "children": [],
  9943. "instances": []
  9944. }]
  9945. }, {
  9946. "objectInfo": {
  9947. "indexPath": "Devices.Device.16",
  9948. "keyPath": "Devices.Device.FXS1",
  9949. "name": "DeviceTypes",
  9950. "key": "DeviceTypes",
  9951. "attributes": {
  9952. "template": true,
  9953. "persistent": true
  9954. },
  9955. "state": "ready",
  9956. "parameterCount": 2,
  9957. "childCount": 0,
  9958. "instanceCount": 2
  9959. },
  9960. "templateInfo": {
  9961. "maxInstances": 4294967295
  9962. },
  9963. "functions": [],
  9964. "parameters": [{
  9965. "name": "Type",
  9966. "type": "string",
  9967. "attributes": {
  9968. "read_only": true,
  9969. "persistent": true
  9970. },
  9971. "state": "ready",
  9972. "value": ""
  9973. }, {
  9974. "name": "Source",
  9975. "type": "string",
  9976. "attributes": {
  9977. "read_only": true,
  9978. "persistent": true
  9979. },
  9980. "state": "ready",
  9981. "value": ""
  9982. }],
  9983. "children": [],
  9984. "instances": [{
  9985. "objectInfo": {
  9986. "indexPath": "Devices.Device.16.DeviceTypes",
  9987. "keyPath": "Devices.Device.FXS1.DeviceTypes",
  9988. "name": "1",
  9989. "key": "tags",
  9990. "attributes": {
  9991. "instance": true,
  9992. "persistent": true
  9993. },
  9994. "state": "ready",
  9995. "parameterCount": 2,
  9996. "childCount": 0,
  9997. "instanceCount": 0
  9998. },
  9999. "functions": [],
  10000. "parameters": [{
  10001. "name": "Type",
  10002. "type": "string",
  10003. "attributes": {
  10004. "read_only": true,
  10005. "persistent": true
  10006. },
  10007. "state": "ready",
  10008. "value": "Phone"
  10009. }, {
  10010. "name": "Source",
  10011. "type": "string",
  10012. "attributes": {
  10013. "read_only": true,
  10014. "persistent": true
  10015. },
  10016. "state": "ready",
  10017. "value": "tags"
  10018. }],
  10019. "children": [],
  10020. "instances": []
  10021. }, {
  10022. "objectInfo": {
  10023. "indexPath": "Devices.Device.16.DeviceTypes",
  10024. "keyPath": "Devices.Device.FXS1.DeviceTypes",
  10025. "name": "2",
  10026. "key": "default",
  10027. "attributes": {
  10028. "instance": true,
  10029. "persistent": true
  10030. },
  10031. "state": "ready",
  10032. "parameterCount": 2,
  10033. "childCount": 0,
  10034. "instanceCount": 0
  10035. },
  10036. "functions": [],
  10037. "parameters": [{
  10038. "name": "Type",
  10039. "type": "string",
  10040. "attributes": {
  10041. "read_only": true,
  10042. "persistent": true
  10043. },
  10044. "state": "ready",
  10045. "value": "Computer"
  10046. }, {
  10047. "name": "Source",
  10048. "type": "string",
  10049. "attributes": {
  10050. "read_only": true,
  10051. "persistent": true
  10052. },
  10053. "state": "ready",
  10054. "value": "default"
  10055. }],
  10056. "children": [],
  10057. "instances": []
  10058. }]
  10059. }, {
  10060. "objectInfo": {
  10061. "indexPath": "Devices.Device.16",
  10062. "keyPath": "Devices.Device.FXS1",
  10063. "name": "UDevice",
  10064. "key": "UDevice",
  10065. "attributes": {
  10066. "read_only": true,
  10067. "template": true
  10068. },
  10069. "state": "ready",
  10070. "parameterCount": 1,
  10071. "childCount": 0,
  10072. "instanceCount": 1
  10073. },
  10074. "templateInfo": {
  10075. "maxInstances": 4294967295
  10076. },
  10077. "functions": [],
  10078. "parameters": [{
  10079. "name": "Type",
  10080. "type": "string",
  10081. "attributes": {
  10082. "read_only": true
  10083. },
  10084. "state": "ready",
  10085. "value": ""
  10086. }],
  10087. "children": [],
  10088. "instances": [{
  10089. "objectInfo": {
  10090. "indexPath": "Devices.Device.16.UDevice",
  10091. "keyPath": "Devices.Device.FXS1.UDevice",
  10092. "name": "1",
  10093. "key": "FXS",
  10094. "attributes": {
  10095. "instance": true
  10096. },
  10097. "state": "ready",
  10098. "parameterCount": 1,
  10099. "childCount": 0,
  10100. "instanceCount": 0
  10101. },
  10102. "functions": [],
  10103. "parameters": [{
  10104. "name": "Type",
  10105. "type": "string",
  10106. "attributes": {
  10107. "read_only": true
  10108. },
  10109. "state": "ready",
  10110. "value": "default"
  10111. }],
  10112. "children": [],
  10113. "instances": []
  10114. }]
  10115. }, {
  10116. "objectInfo": {
  10117. "indexPath": "Devices.Device.16",
  10118. "keyPath": "Devices.Device.FXS1",
  10119. "name": "LDevice",
  10120. "key": "LDevice",
  10121. "attributes": {
  10122. "read_only": true,
  10123. "template": true
  10124. },
  10125. "state": "ready",
  10126. "parameterCount": 1,
  10127. "childCount": 0,
  10128. "instanceCount": 0
  10129. },
  10130. "templateInfo": {
  10131. "maxInstances": 4294967295
  10132. },
  10133. "functions": [],
  10134. "parameters": [{
  10135. "name": "Type",
  10136. "type": "string",
  10137. "attributes": {
  10138. "read_only": true
  10139. },
  10140. "state": "ready",
  10141. "value": ""
  10142. }],
  10143. "children": [],
  10144. "instances": []
  10145. }],
  10146. "instances": []
  10147. }, {
  10148. "objectInfo": {
  10149. "indexPath": "Devices.Device",
  10150. "keyPath": "Devices.Device",
  10151. "name": "17",
  10152. "key": "uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10153. "attributes": {
  10154. "instance": true
  10155. },
  10156. "state": "ready",
  10157. "parameterCount": 21,
  10158. "childCount": 6,
  10159. "instanceCount": 0
  10160. },
  10161. "functions": [{
  10162. "name": "get",
  10163. "type": "device_t",
  10164. "attributes": {},
  10165. "arguments": [{
  10166. "name": "flags",
  10167. "type": "string",
  10168. "attributes": {}
  10169. }]
  10170. }, {
  10171. "name": "hasTag",
  10172. "type": "bool",
  10173. "attributes": {},
  10174. "arguments": [{
  10175. "name": "tag",
  10176. "type": "string",
  10177. "attributes": {
  10178. "mandatory": true
  10179. }
  10180. }, {
  10181. "name": "expression",
  10182. "type": "string",
  10183. "attributes": {}
  10184. }, {
  10185. "name": "traverse",
  10186. "type": "string",
  10187. "attributes": {}
  10188. }]
  10189. }, {
  10190. "name": "getFirstParameter",
  10191. "type": "variant",
  10192. "attributes": {},
  10193. "arguments": [{
  10194. "name": "parameter",
  10195. "type": "string",
  10196. "attributes": {
  10197. "mandatory": true
  10198. }
  10199. }, {
  10200. "name": "expression",
  10201. "type": "string",
  10202. "attributes": {}
  10203. }, {
  10204. "name": "traverse",
  10205. "type": "string",
  10206. "attributes": {}
  10207. }]
  10208. }, {
  10209. "name": "getParameters",
  10210. "type": "list",
  10211. "attributes": {},
  10212. "arguments": [{
  10213. "name": "parameter",
  10214. "type": "string",
  10215. "attributes": {
  10216. "mandatory": true
  10217. }
  10218. }, {
  10219. "name": "expression",
  10220. "type": "string",
  10221. "attributes": {}
  10222. }, {
  10223. "name": "traverse",
  10224. "type": "string",
  10225. "attributes": {}
  10226. }]
  10227. }, {
  10228. "name": "topology",
  10229. "type": "variant",
  10230. "attributes": {},
  10231. "arguments": [{
  10232. "name": "expression",
  10233. "type": "string",
  10234. "attributes": {}
  10235. }, {
  10236. "name": "traverse",
  10237. "type": "string",
  10238. "attributes": {}
  10239. }, {
  10240. "name": "flags",
  10241. "type": "string",
  10242. "attributes": {}
  10243. }]
  10244. }, {
  10245. "name": "isLinkedTo",
  10246. "type": "bool",
  10247. "attributes": {},
  10248. "arguments": [{
  10249. "name": "device",
  10250. "type": "string",
  10251. "attributes": {
  10252. "mandatory": true
  10253. }
  10254. }, {
  10255. "name": "traverse",
  10256. "type": "string",
  10257. "attributes": {}
  10258. }]
  10259. }, {
  10260. "name": "addService",
  10261. "type": "void",
  10262. "attributes": {},
  10263. "arguments": [{
  10264. "name": "service",
  10265. "type": "variant",
  10266. "attributes": {
  10267. "mandatory": true
  10268. }
  10269. }]
  10270. }],
  10271. "parameters": [{
  10272. "name": "Key",
  10273. "type": "string",
  10274. "attributes": {
  10275. "read_only": true,
  10276. "persistent": true
  10277. },
  10278. "state": "ready",
  10279. "value": "uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320"
  10280. }, {
  10281. "name": "DiscoverySource",
  10282. "type": "string",
  10283. "attributes": {
  10284. "read_only": true,
  10285. "persistent": true
  10286. },
  10287. "state": "ready",
  10288. "value": "upnpDev"
  10289. }, {
  10290. "name": "Name",
  10291. "type": "string",
  10292. "attributes": {
  10293. "read_only": true
  10294. },
  10295. "state": "ready",
  10296. "value": "Orange Livebox"
  10297. }, {
  10298. "name": "DeviceType",
  10299. "type": "string",
  10300. "attributes": {
  10301. "read_only": true
  10302. },
  10303. "state": "ready",
  10304. "value": ""
  10305. }, {
  10306. "name": "Active",
  10307. "type": "bool",
  10308. "attributes": {
  10309. "read_only": true
  10310. },
  10311. "state": "ready",
  10312. "value": true
  10313. }, {
  10314. "name": "Tags",
  10315. "type": "string",
  10316. "attributes": {
  10317. "persistent": true
  10318. },
  10319. "state": "ready",
  10320. "value": "upnp root logical"
  10321. }, {
  10322. "name": "LastConnection",
  10323. "type": "date_time",
  10324. "attributes": {
  10325. "persistent": true,
  10326. "volatile": true
  10327. },
  10328. "state": "ready",
  10329. "value": "2016-10-01T15:29:02Z"
  10330. }, {
  10331. "name": "LastChanged",
  10332. "type": "date_time",
  10333. "attributes": {
  10334. "persistent": true,
  10335. "volatile": true
  10336. },
  10337. "state": "ready",
  10338. "value": "2016-09-27T07:33:32Z"
  10339. }, {
  10340. "name": "Master",
  10341. "type": "string",
  10342. "attributes": {
  10343. "read_only": true,
  10344. "persistent": true
  10345. },
  10346. "state": "ready",
  10347. "value": ""
  10348. }, {
  10349. "name": "Type",
  10350. "type": "string",
  10351. "attributes": {},
  10352. "state": "ready",
  10353. "value": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
  10354. }, {
  10355. "name": "Manufacturer",
  10356. "type": "string",
  10357. "attributes": {},
  10358. "state": "ready",
  10359. "value": "Sagemcom"
  10360. }, {
  10361. "name": "ManufacturerURL",
  10362. "type": "string",
  10363. "attributes": {},
  10364. "state": "ready",
  10365. "value": "http://www.sagemcom.com/"
  10366. }, {
  10367. "name": "ModelDescription",
  10368. "type": "string",
  10369. "attributes": {},
  10370. "state": "ready",
  10371. "value": "Sagemcom,fr,SG30_sip-fr-5.17.5.1"
  10372. }, {
  10373. "name": "ModelName",
  10374. "type": "string",
  10375. "attributes": {},
  10376. "state": "ready",
  10377. "value": "Residential Livebox,(DSL,WAN Ethernet)"
  10378. }, {
  10379. "name": "ModelNumber",
  10380. "type": "string",
  10381. "attributes": {},
  10382. "state": "ready",
  10383. "value": "3"
  10384. }, {
  10385. "name": "ModelURL",
  10386. "type": "string",
  10387. "attributes": {},
  10388. "state": "ready",
  10389. "value": ""
  10390. }, {
  10391. "name": "SerialNumber",
  10392. "type": "string",
  10393. "attributes": {},
  10394. "state": "ready",
  10395. "value": "NQ1334804879098"
  10396. }, {
  10397. "name": "UDN",
  10398. "type": "string",
  10399. "attributes": {},
  10400. "state": "ready",
  10401. "value": "uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320"
  10402. }, {
  10403. "name": "UPC",
  10404. "type": "string",
  10405. "attributes": {},
  10406. "state": "ready",
  10407. "value": ""
  10408. }, {
  10409. "name": "PresentationURL",
  10410. "type": "string",
  10411. "attributes": {},
  10412. "state": "ready",
  10413. "value": "http://192.168.1.1"
  10414. }, {
  10415. "name": "Server",
  10416. "type": "string",
  10417. "attributes": {},
  10418. "state": "ready",
  10419. "value": "Unspecified, UPnP/1.0, SoftAtHome"
  10420. }],
  10421. "children": [{
  10422. "objectInfo": {
  10423. "indexPath": "Devices.Device.17",
  10424. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10425. "name": "Alternative",
  10426. "key": "Alternative",
  10427. "attributes": {
  10428. "read_only": true,
  10429. "template": true,
  10430. "persistent": true
  10431. },
  10432. "state": "ready",
  10433. "parameterCount": 0,
  10434. "childCount": 0,
  10435. "instanceCount": 0
  10436. },
  10437. "templateInfo": {
  10438. "maxInstances": 4294967295
  10439. },
  10440. "functions": [],
  10441. "parameters": [],
  10442. "children": [],
  10443. "instances": []
  10444. }, {
  10445. "objectInfo": {
  10446. "indexPath": "Devices.Device.17",
  10447. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10448. "name": "Names",
  10449. "key": "Names",
  10450. "attributes": {
  10451. "template": true,
  10452. "persistent": true
  10453. },
  10454. "state": "ready",
  10455. "parameterCount": 2,
  10456. "childCount": 0,
  10457. "instanceCount": 2
  10458. },
  10459. "templateInfo": {
  10460. "maxInstances": 4294967295
  10461. },
  10462. "functions": [],
  10463. "parameters": [{
  10464. "name": "Name",
  10465. "type": "string",
  10466. "attributes": {
  10467. "read_only": true,
  10468. "persistent": true
  10469. },
  10470. "state": "ready",
  10471. "value": ""
  10472. }, {
  10473. "name": "Source",
  10474. "type": "string",
  10475. "attributes": {
  10476. "read_only": true,
  10477. "persistent": true
  10478. },
  10479. "state": "ready",
  10480. "value": ""
  10481. }],
  10482. "children": [],
  10483. "instances": [{
  10484. "objectInfo": {
  10485. "indexPath": "Devices.Device.17.Names",
  10486. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320.Names",
  10487. "name": "1",
  10488. "key": "default",
  10489. "attributes": {
  10490. "instance": true,
  10491. "persistent": true
  10492. },
  10493. "state": "ready",
  10494. "parameterCount": 2,
  10495. "childCount": 0,
  10496. "instanceCount": 0
  10497. },
  10498. "functions": [],
  10499. "parameters": [{
  10500. "name": "Name",
  10501. "type": "string",
  10502. "attributes": {
  10503. "read_only": true,
  10504. "persistent": true
  10505. },
  10506. "state": "ready",
  10507. "value": "device_17"
  10508. }, {
  10509. "name": "Source",
  10510. "type": "string",
  10511. "attributes": {
  10512. "read_only": true,
  10513. "persistent": true
  10514. },
  10515. "state": "ready",
  10516. "value": "default"
  10517. }],
  10518. "children": [],
  10519. "instances": []
  10520. }, {
  10521. "objectInfo": {
  10522. "indexPath": "Devices.Device.17.Names",
  10523. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320.Names",
  10524. "name": "2",
  10525. "key": "upnp",
  10526. "attributes": {
  10527. "instance": true,
  10528. "persistent": true
  10529. },
  10530. "state": "ready",
  10531. "parameterCount": 2,
  10532. "childCount": 0,
  10533. "instanceCount": 0
  10534. },
  10535. "functions": [],
  10536. "parameters": [{
  10537. "name": "Name",
  10538. "type": "string",
  10539. "attributes": {
  10540. "read_only": true,
  10541. "persistent": true
  10542. },
  10543. "state": "ready",
  10544. "value": "Orange Livebox"
  10545. }, {
  10546. "name": "Source",
  10547. "type": "string",
  10548. "attributes": {
  10549. "read_only": true,
  10550. "persistent": true
  10551. },
  10552. "state": "ready",
  10553. "value": "upnp"
  10554. }],
  10555. "children": [],
  10556. "instances": []
  10557. }]
  10558. }, {
  10559. "objectInfo": {
  10560. "indexPath": "Devices.Device.17",
  10561. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10562. "name": "DeviceTypes",
  10563. "key": "DeviceTypes",
  10564. "attributes": {
  10565. "template": true,
  10566. "persistent": true
  10567. },
  10568. "state": "ready",
  10569. "parameterCount": 2,
  10570. "childCount": 0,
  10571. "instanceCount": 0
  10572. },
  10573. "templateInfo": {
  10574. "maxInstances": 4294967295
  10575. },
  10576. "functions": [],
  10577. "parameters": [{
  10578. "name": "Type",
  10579. "type": "string",
  10580. "attributes": {
  10581. "read_only": true,
  10582. "persistent": true
  10583. },
  10584. "state": "ready",
  10585. "value": ""
  10586. }, {
  10587. "name": "Source",
  10588. "type": "string",
  10589. "attributes": {
  10590. "read_only": true,
  10591. "persistent": true
  10592. },
  10593. "state": "ready",
  10594. "value": ""
  10595. }],
  10596. "children": [],
  10597. "instances": []
  10598. }, {
  10599. "objectInfo": {
  10600. "indexPath": "Devices.Device.17",
  10601. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10602. "name": "UDevice",
  10603. "key": "UDevice",
  10604. "attributes": {
  10605. "read_only": true,
  10606. "template": true
  10607. },
  10608. "state": "ready",
  10609. "parameterCount": 1,
  10610. "childCount": 0,
  10611. "instanceCount": 1
  10612. },
  10613. "templateInfo": {
  10614. "maxInstances": 4294967295
  10615. },
  10616. "functions": [],
  10617. "parameters": [{
  10618. "name": "Type",
  10619. "type": "string",
  10620. "attributes": {
  10621. "read_only": true
  10622. },
  10623. "state": "ready",
  10624. "value": ""
  10625. }],
  10626. "children": [],
  10627. "instances": [{
  10628. "objectInfo": {
  10629. "indexPath": "Devices.Device.17.UDevice",
  10630. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320.UDevice",
  10631. "name": "1",
  10632. "key": "lan",
  10633. "attributes": {
  10634. "instance": true
  10635. },
  10636. "state": "ready",
  10637. "parameterCount": 1,
  10638. "childCount": 0,
  10639. "instanceCount": 0
  10640. },
  10641. "functions": [],
  10642. "parameters": [{
  10643. "name": "Type",
  10644. "type": "string",
  10645. "attributes": {
  10646. "read_only": true
  10647. },
  10648. "state": "ready",
  10649. "value": "default"
  10650. }],
  10651. "children": [],
  10652. "instances": []
  10653. }]
  10654. }, {
  10655. "objectInfo": {
  10656. "indexPath": "Devices.Device.17",
  10657. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10658. "name": "LDevice",
  10659. "key": "LDevice",
  10660. "attributes": {
  10661. "read_only": true,
  10662. "template": true
  10663. },
  10664. "state": "ready",
  10665. "parameterCount": 1,
  10666. "childCount": 0,
  10667. "instanceCount": 1
  10668. },
  10669. "templateInfo": {
  10670. "maxInstances": 4294967295
  10671. },
  10672. "functions": [],
  10673. "parameters": [{
  10674. "name": "Type",
  10675. "type": "string",
  10676. "attributes": {
  10677. "read_only": true
  10678. },
  10679. "state": "ready",
  10680. "value": ""
  10681. }],
  10682. "children": [],
  10683. "instances": [{
  10684. "objectInfo": {
  10685. "indexPath": "Devices.Device.17.LDevice",
  10686. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320.LDevice",
  10687. "name": "1",
  10688. "key": "uuid:39423994-de65-39c5-94ed-1322c88a8184",
  10689. "attributes": {
  10690. "instance": true
  10691. },
  10692. "state": "ready",
  10693. "parameterCount": 1,
  10694. "childCount": 0,
  10695. "instanceCount": 0
  10696. },
  10697. "functions": [],
  10698. "parameters": [{
  10699. "name": "Type",
  10700. "type": "string",
  10701. "attributes": {
  10702. "read_only": true
  10703. },
  10704. "state": "ready",
  10705. "value": "default"
  10706. }],
  10707. "children": [],
  10708. "instances": []
  10709. }]
  10710. }, {
  10711. "objectInfo": {
  10712. "indexPath": "Devices.Device.17",
  10713. "keyPath": "Devices.Device.uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  10714. "name": "Service",
  10715. "key": "Service",
  10716. "attributes": {
  10717. "template": true
  10718. },
  10719. "state": "ready",
  10720. "parameterCount": 5,
  10721. "childCount": 0,
  10722. "instanceCount": 0
  10723. },
  10724. "templateInfo": {
  10725. "maxInstances": 4294967295
  10726. },
  10727. "functions": [],
  10728. "parameters": [{
  10729. "name": "ServiceType",
  10730. "type": "string",
  10731. "attributes": {},
  10732. "state": "ready",
  10733. "value": ""
  10734. }, {
  10735. "name": "ServiceId",
  10736. "type": "string",
  10737. "attributes": {},
  10738. "state": "ready",
  10739. "value": ""
  10740. }, {
  10741. "name": "SCPDURL",
  10742. "type": "string",
  10743. "attributes": {},
  10744. "state": "ready",
  10745. "value": ""
  10746. }, {
  10747. "name": "ControlURL",
  10748. "type": "string",
  10749. "attributes": {},
  10750. "state": "ready",
  10751. "value": ""
  10752. }, {
  10753. "name": "EventSubURL",
  10754. "type": "string",
  10755. "attributes": {},
  10756. "state": "ready",
  10757. "value": ""
  10758. }],
  10759. "children": [],
  10760. "instances": []
  10761. }],
  10762. "instances": []
  10763. }, {
  10764. "objectInfo": {
  10765. "indexPath": "Devices.Device",
  10766. "keyPath": "Devices.Device",
  10767. "name": "18",
  10768. "key": "uuid:39423994-de65-39c5-94ed-1322c88a8184",
  10769. "attributes": {
  10770. "instance": true
  10771. },
  10772. "state": "ready",
  10773. "parameterCount": 21,
  10774. "childCount": 6,
  10775. "instanceCount": 0
  10776. },
  10777. "functions": [{
  10778. "name": "get",
  10779. "type": "device_t",
  10780. "attributes": {},
  10781. "arguments": [{
  10782. "name": "flags",
  10783. "type": "string",
  10784. "attributes": {}
  10785. }]
  10786. }, {
  10787. "name": "hasTag",
  10788. "type": "bool",
  10789. "attributes": {},
  10790. "arguments": [{
  10791. "name": "tag",
  10792. "type": "string",
  10793. "attributes": {
  10794. "mandatory": true
  10795. }
  10796. }, {
  10797. "name": "expression",
  10798. "type": "string",
  10799. "attributes": {}
  10800. }, {
  10801. "name": "traverse",
  10802. "type": "string",
  10803. "attributes": {}
  10804. }]
  10805. }, {
  10806. "name": "getFirstParameter",
  10807. "type": "variant",
  10808. "attributes": {},
  10809. "arguments": [{
  10810. "name": "parameter",
  10811. "type": "string",
  10812. "attributes": {
  10813. "mandatory": true
  10814. }
  10815. }, {
  10816. "name": "expression",
  10817. "type": "string",
  10818. "attributes": {}
  10819. }, {
  10820. "name": "traverse",
  10821. "type": "string",
  10822. "attributes": {}
  10823. }]
  10824. }, {
  10825. "name": "getParameters",
  10826. "type": "list",
  10827. "attributes": {},
  10828. "arguments": [{
  10829. "name": "parameter",
  10830. "type": "string",
  10831. "attributes": {
  10832. "mandatory": true
  10833. }
  10834. }, {
  10835. "name": "expression",
  10836. "type": "string",
  10837. "attributes": {}
  10838. }, {
  10839. "name": "traverse",
  10840. "type": "string",
  10841. "attributes": {}
  10842. }]
  10843. }, {
  10844. "name": "topology",
  10845. "type": "variant",
  10846. "attributes": {},
  10847. "arguments": [{
  10848. "name": "expression",
  10849. "type": "string",
  10850. "attributes": {}
  10851. }, {
  10852. "name": "traverse",
  10853. "type": "string",
  10854. "attributes": {}
  10855. }, {
  10856. "name": "flags",
  10857. "type": "string",
  10858. "attributes": {}
  10859. }]
  10860. }, {
  10861. "name": "isLinkedTo",
  10862. "type": "bool",
  10863. "attributes": {},
  10864. "arguments": [{
  10865. "name": "device",
  10866. "type": "string",
  10867. "attributes": {
  10868. "mandatory": true
  10869. }
  10870. }, {
  10871. "name": "traverse",
  10872. "type": "string",
  10873. "attributes": {}
  10874. }]
  10875. }, {
  10876. "name": "addService",
  10877. "type": "void",
  10878. "attributes": {},
  10879. "arguments": [{
  10880. "name": "service",
  10881. "type": "variant",
  10882. "attributes": {
  10883. "mandatory": true
  10884. }
  10885. }]
  10886. }],
  10887. "parameters": [{
  10888. "name": "Key",
  10889. "type": "string",
  10890. "attributes": {
  10891. "read_only": true,
  10892. "persistent": true
  10893. },
  10894. "state": "ready",
  10895. "value": "uuid:39423994-de65-39c5-94ed-1322c88a8184"
  10896. }, {
  10897. "name": "DiscoverySource",
  10898. "type": "string",
  10899. "attributes": {
  10900. "read_only": true,
  10901. "persistent": true
  10902. },
  10903. "state": "ready",
  10904. "value": "upnpDev"
  10905. }, {
  10906. "name": "Name",
  10907. "type": "string",
  10908. "attributes": {
  10909. "read_only": true
  10910. },
  10911. "state": "ready",
  10912. "value": "WANDevice"
  10913. }, {
  10914. "name": "DeviceType",
  10915. "type": "string",
  10916. "attributes": {
  10917. "read_only": true
  10918. },
  10919. "state": "ready",
  10920. "value": ""
  10921. }, {
  10922. "name": "Active",
  10923. "type": "bool",
  10924. "attributes": {
  10925. "read_only": true
  10926. },
  10927. "state": "ready",
  10928. "value": true
  10929. }, {
  10930. "name": "Tags",
  10931. "type": "string",
  10932. "attributes": {
  10933. "persistent": true
  10934. },
  10935. "state": "ready",
  10936. "value": "upnp embedded logical"
  10937. }, {
  10938. "name": "LastConnection",
  10939. "type": "date_time",
  10940. "attributes": {
  10941. "persistent": true,
  10942. "volatile": true
  10943. },
  10944. "state": "ready",
  10945. "value": "2016-10-01T15:29:02Z"
  10946. }, {
  10947. "name": "LastChanged",
  10948. "type": "date_time",
  10949. "attributes": {
  10950. "persistent": true,
  10951. "volatile": true
  10952. },
  10953. "state": "ready",
  10954. "value": "2016-09-27T07:33:32Z"
  10955. }, {
  10956. "name": "Master",
  10957. "type": "string",
  10958. "attributes": {
  10959. "read_only": true,
  10960. "persistent": true
  10961. },
  10962. "state": "ready",
  10963. "value": ""
  10964. }, {
  10965. "name": "Type",
  10966. "type": "string",
  10967. "attributes": {},
  10968. "state": "ready",
  10969. "value": "urn:schemas-upnp-org:device:WANDevice:2"
  10970. }, {
  10971. "name": "Manufacturer",
  10972. "type": "string",
  10973. "attributes": {},
  10974. "state": "ready",
  10975. "value": "Sagemcom"
  10976. }, {
  10977. "name": "ManufacturerURL",
  10978. "type": "string",
  10979. "attributes": {},
  10980. "state": "ready",
  10981. "value": "http://www.sagemcom.com/"
  10982. }, {
  10983. "name": "ModelDescription",
  10984. "type": "string",
  10985. "attributes": {},
  10986. "state": "ready",
  10987. "value": "WAN Device on Sagemcom,fr,SG30_sip-fr-5.17.5.1"
  10988. }, {
  10989. "name": "ModelName",
  10990. "type": "string",
  10991. "attributes": {},
  10992. "state": "ready",
  10993. "value": "Residential Livebox,(DSL,WAN Ethernet)"
  10994. }, {
  10995. "name": "ModelNumber",
  10996. "type": "string",
  10997. "attributes": {},
  10998. "state": "ready",
  10999. "value": "3"
  11000. }, {
  11001. "name": "ModelURL",
  11002. "type": "string",
  11003. "attributes": {},
  11004. "state": "ready",
  11005. "value": "http://www.sagemcom.com/"
  11006. }, {
  11007. "name": "SerialNumber",
  11008. "type": "string",
  11009. "attributes": {},
  11010. "state": "ready",
  11011. "value": "NQ1334804879098"
  11012. }, {
  11013. "name": "UDN",
  11014. "type": "string",
  11015. "attributes": {},
  11016. "state": "ready",
  11017. "value": "uuid:39423994-de65-39c5-94ed-1322c88a8184"
  11018. }, {
  11019. "name": "UPC",
  11020. "type": "string",
  11021. "attributes": {},
  11022. "state": "ready",
  11023. "value": ""
  11024. }, {
  11025. "name": "PresentationURL",
  11026. "type": "string",
  11027. "attributes": {},
  11028. "state": "ready",
  11029. "value": "http://192.168.1.1"
  11030. }, {
  11031. "name": "Server",
  11032. "type": "string",
  11033. "attributes": {},
  11034. "state": "ready",
  11035. "value": "Unspecified, UPnP/1.0, SoftAtHome"
  11036. }],
  11037. "children": [{
  11038. "objectInfo": {
  11039. "indexPath": "Devices.Device.18",
  11040. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11041. "name": "Alternative",
  11042. "key": "Alternative",
  11043. "attributes": {
  11044. "read_only": true,
  11045. "template": true,
  11046. "persistent": true
  11047. },
  11048. "state": "ready",
  11049. "parameterCount": 0,
  11050. "childCount": 0,
  11051. "instanceCount": 0
  11052. },
  11053. "templateInfo": {
  11054. "maxInstances": 4294967295
  11055. },
  11056. "functions": [],
  11057. "parameters": [],
  11058. "children": [],
  11059. "instances": []
  11060. }, {
  11061. "objectInfo": {
  11062. "indexPath": "Devices.Device.18",
  11063. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11064. "name": "Names",
  11065. "key": "Names",
  11066. "attributes": {
  11067. "template": true,
  11068. "persistent": true
  11069. },
  11070. "state": "ready",
  11071. "parameterCount": 2,
  11072. "childCount": 0,
  11073. "instanceCount": 2
  11074. },
  11075. "templateInfo": {
  11076. "maxInstances": 4294967295
  11077. },
  11078. "functions": [],
  11079. "parameters": [{
  11080. "name": "Name",
  11081. "type": "string",
  11082. "attributes": {
  11083. "read_only": true,
  11084. "persistent": true
  11085. },
  11086. "state": "ready",
  11087. "value": ""
  11088. }, {
  11089. "name": "Source",
  11090. "type": "string",
  11091. "attributes": {
  11092. "read_only": true,
  11093. "persistent": true
  11094. },
  11095. "state": "ready",
  11096. "value": ""
  11097. }],
  11098. "children": [],
  11099. "instances": [{
  11100. "objectInfo": {
  11101. "indexPath": "Devices.Device.18.Names",
  11102. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184.Names",
  11103. "name": "1",
  11104. "key": "default",
  11105. "attributes": {
  11106. "instance": true,
  11107. "persistent": true
  11108. },
  11109. "state": "ready",
  11110. "parameterCount": 2,
  11111. "childCount": 0,
  11112. "instanceCount": 0
  11113. },
  11114. "functions": [],
  11115. "parameters": [{
  11116. "name": "Name",
  11117. "type": "string",
  11118. "attributes": {
  11119. "read_only": true,
  11120. "persistent": true
  11121. },
  11122. "state": "ready",
  11123. "value": "device_18"
  11124. }, {
  11125. "name": "Source",
  11126. "type": "string",
  11127. "attributes": {
  11128. "read_only": true,
  11129. "persistent": true
  11130. },
  11131. "state": "ready",
  11132. "value": "default"
  11133. }],
  11134. "children": [],
  11135. "instances": []
  11136. }, {
  11137. "objectInfo": {
  11138. "indexPath": "Devices.Device.18.Names",
  11139. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184.Names",
  11140. "name": "2",
  11141. "key": "upnp",
  11142. "attributes": {
  11143. "instance": true,
  11144. "persistent": true
  11145. },
  11146. "state": "ready",
  11147. "parameterCount": 2,
  11148. "childCount": 0,
  11149. "instanceCount": 0
  11150. },
  11151. "functions": [],
  11152. "parameters": [{
  11153. "name": "Name",
  11154. "type": "string",
  11155. "attributes": {
  11156. "read_only": true,
  11157. "persistent": true
  11158. },
  11159. "state": "ready",
  11160. "value": "WANDevice"
  11161. }, {
  11162. "name": "Source",
  11163. "type": "string",
  11164. "attributes": {
  11165. "read_only": true,
  11166. "persistent": true
  11167. },
  11168. "state": "ready",
  11169. "value": "upnp"
  11170. }],
  11171. "children": [],
  11172. "instances": []
  11173. }]
  11174. }, {
  11175. "objectInfo": {
  11176. "indexPath": "Devices.Device.18",
  11177. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11178. "name": "DeviceTypes",
  11179. "key": "DeviceTypes",
  11180. "attributes": {
  11181. "template": true,
  11182. "persistent": true
  11183. },
  11184. "state": "ready",
  11185. "parameterCount": 2,
  11186. "childCount": 0,
  11187. "instanceCount": 0
  11188. },
  11189. "templateInfo": {
  11190. "maxInstances": 4294967295
  11191. },
  11192. "functions": [],
  11193. "parameters": [{
  11194. "name": "Type",
  11195. "type": "string",
  11196. "attributes": {
  11197. "read_only": true,
  11198. "persistent": true
  11199. },
  11200. "state": "ready",
  11201. "value": ""
  11202. }, {
  11203. "name": "Source",
  11204. "type": "string",
  11205. "attributes": {
  11206. "read_only": true,
  11207. "persistent": true
  11208. },
  11209. "state": "ready",
  11210. "value": ""
  11211. }],
  11212. "children": [],
  11213. "instances": []
  11214. }, {
  11215. "objectInfo": {
  11216. "indexPath": "Devices.Device.18",
  11217. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11218. "name": "UDevice",
  11219. "key": "UDevice",
  11220. "attributes": {
  11221. "read_only": true,
  11222. "template": true
  11223. },
  11224. "state": "ready",
  11225. "parameterCount": 1,
  11226. "childCount": 0,
  11227. "instanceCount": 1
  11228. },
  11229. "templateInfo": {
  11230. "maxInstances": 4294967295
  11231. },
  11232. "functions": [],
  11233. "parameters": [{
  11234. "name": "Type",
  11235. "type": "string",
  11236. "attributes": {
  11237. "read_only": true
  11238. },
  11239. "state": "ready",
  11240. "value": ""
  11241. }],
  11242. "children": [],
  11243. "instances": [{
  11244. "objectInfo": {
  11245. "indexPath": "Devices.Device.18.UDevice",
  11246. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184.UDevice",
  11247. "name": "1",
  11248. "key": "uuid:18e614f7-496e-3dcf-a237-ec2ab4a0e320",
  11249. "attributes": {
  11250. "instance": true
  11251. },
  11252. "state": "ready",
  11253. "parameterCount": 1,
  11254. "childCount": 0,
  11255. "instanceCount": 0
  11256. },
  11257. "functions": [],
  11258. "parameters": [{
  11259. "name": "Type",
  11260. "type": "string",
  11261. "attributes": {
  11262. "read_only": true
  11263. },
  11264. "state": "ready",
  11265. "value": "default"
  11266. }],
  11267. "children": [],
  11268. "instances": []
  11269. }]
  11270. }, {
  11271. "objectInfo": {
  11272. "indexPath": "Devices.Device.18",
  11273. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11274. "name": "LDevice",
  11275. "key": "LDevice",
  11276. "attributes": {
  11277. "read_only": true,
  11278. "template": true
  11279. },
  11280. "state": "ready",
  11281. "parameterCount": 1,
  11282. "childCount": 0,
  11283. "instanceCount": 1
  11284. },
  11285. "templateInfo": {
  11286. "maxInstances": 4294967295
  11287. },
  11288. "functions": [],
  11289. "parameters": [{
  11290. "name": "Type",
  11291. "type": "string",
  11292. "attributes": {
  11293. "read_only": true
  11294. },
  11295. "state": "ready",
  11296. "value": ""
  11297. }],
  11298. "children": [],
  11299. "instances": [{
  11300. "objectInfo": {
  11301. "indexPath": "Devices.Device.18.LDevice",
  11302. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184.LDevice",
  11303. "name": "1",
  11304. "key": "uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11305. "attributes": {
  11306. "instance": true
  11307. },
  11308. "state": "ready",
  11309. "parameterCount": 1,
  11310. "childCount": 0,
  11311. "instanceCount": 0
  11312. },
  11313. "functions": [],
  11314. "parameters": [{
  11315. "name": "Type",
  11316. "type": "string",
  11317. "attributes": {
  11318. "read_only": true
  11319. },
  11320. "state": "ready",
  11321. "value": "default"
  11322. }],
  11323. "children": [],
  11324. "instances": []
  11325. }]
  11326. }, {
  11327. "objectInfo": {
  11328. "indexPath": "Devices.Device.18",
  11329. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11330. "name": "Service",
  11331. "key": "Service",
  11332. "attributes": {
  11333. "template": true
  11334. },
  11335. "state": "ready",
  11336. "parameterCount": 5,
  11337. "childCount": 0,
  11338. "instanceCount": 1
  11339. },
  11340. "templateInfo": {
  11341. "maxInstances": 4294967295
  11342. },
  11343. "functions": [],
  11344. "parameters": [{
  11345. "name": "ServiceType",
  11346. "type": "string",
  11347. "attributes": {},
  11348. "state": "ready",
  11349. "value": ""
  11350. }, {
  11351. "name": "ServiceId",
  11352. "type": "string",
  11353. "attributes": {},
  11354. "state": "ready",
  11355. "value": ""
  11356. }, {
  11357. "name": "SCPDURL",
  11358. "type": "string",
  11359. "attributes": {},
  11360. "state": "ready",
  11361. "value": ""
  11362. }, {
  11363. "name": "ControlURL",
  11364. "type": "string",
  11365. "attributes": {},
  11366. "state": "ready",
  11367. "value": ""
  11368. }, {
  11369. "name": "EventSubURL",
  11370. "type": "string",
  11371. "attributes": {},
  11372. "state": "ready",
  11373. "value": ""
  11374. }],
  11375. "children": [],
  11376. "instances": [{
  11377. "objectInfo": {
  11378. "indexPath": "Devices.Device.18.Service",
  11379. "keyPath": "Devices.Device.uuid:39423994-de65-39c5-94ed-1322c88a8184.Service",
  11380. "name": "1",
  11381. "key": "1",
  11382. "attributes": {
  11383. "instance": true
  11384. },
  11385. "state": "ready",
  11386. "parameterCount": 5,
  11387. "childCount": 0,
  11388. "instanceCount": 0
  11389. },
  11390. "functions": [],
  11391. "parameters": [{
  11392. "name": "ServiceType",
  11393. "type": "string",
  11394. "attributes": {},
  11395. "state": "ready",
  11396. "value": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1"
  11397. }, {
  11398. "name": "ServiceId",
  11399. "type": "string",
  11400. "attributes": {},
  11401. "state": "ready",
  11402. "value": "urn:upnp-org:serviceId:WANCommonIFC1"
  11403. }, {
  11404. "name": "SCPDURL",
  11405. "type": "string",
  11406. "attributes": {},
  11407. "state": "ready",
  11408. "value": "/18e614f7/gateicfgSCPD.xml"
  11409. }, {
  11410. "name": "ControlURL",
  11411. "type": "string",
  11412. "attributes": {},
  11413. "state": "ready",
  11414. "value": "/18e614f7/upnp/control/WANCommonIFC1"
  11415. }, {
  11416. "name": "EventSubURL",
  11417. "type": "string",
  11418. "attributes": {},
  11419. "state": "ready",
  11420. "value": "/18e614f7/upnp/control/WANCommonIFC1"
  11421. }],
  11422. "children": [],
  11423. "instances": []
  11424. }]
  11425. }],
  11426. "instances": []
  11427. }, {
  11428. "objectInfo": {
  11429. "indexPath": "Devices.Device",
  11430. "keyPath": "Devices.Device",
  11431. "name": "19",
  11432. "key": "uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11433. "attributes": {
  11434. "instance": true
  11435. },
  11436. "state": "ready",
  11437. "parameterCount": 21,
  11438. "childCount": 6,
  11439. "instanceCount": 0
  11440. },
  11441. "functions": [{
  11442. "name": "get",
  11443. "type": "device_t",
  11444. "attributes": {},
  11445. "arguments": [{
  11446. "name": "flags",
  11447. "type": "string",
  11448. "attributes": {}
  11449. }]
  11450. }, {
  11451. "name": "hasTag",
  11452. "type": "bool",
  11453. "attributes": {},
  11454. "arguments": [{
  11455. "name": "tag",
  11456. "type": "string",
  11457. "attributes": {
  11458. "mandatory": true
  11459. }
  11460. }, {
  11461. "name": "expression",
  11462. "type": "string",
  11463. "attributes": {}
  11464. }, {
  11465. "name": "traverse",
  11466. "type": "string",
  11467. "attributes": {}
  11468. }]
  11469. }, {
  11470. "name": "getFirstParameter",
  11471. "type": "variant",
  11472. "attributes": {},
  11473. "arguments": [{
  11474. "name": "parameter",
  11475. "type": "string",
  11476. "attributes": {
  11477. "mandatory": true
  11478. }
  11479. }, {
  11480. "name": "expression",
  11481. "type": "string",
  11482. "attributes": {}
  11483. }, {
  11484. "name": "traverse",
  11485. "type": "string",
  11486. "attributes": {}
  11487. }]
  11488. }, {
  11489. "name": "getParameters",
  11490. "type": "list",
  11491. "attributes": {},
  11492. "arguments": [{
  11493. "name": "parameter",
  11494. "type": "string",
  11495. "attributes": {
  11496. "mandatory": true
  11497. }
  11498. }, {
  11499. "name": "expression",
  11500. "type": "string",
  11501. "attributes": {}
  11502. }, {
  11503. "name": "traverse",
  11504. "type": "string",
  11505. "attributes": {}
  11506. }]
  11507. }, {
  11508. "name": "topology",
  11509. "type": "variant",
  11510. "attributes": {},
  11511. "arguments": [{
  11512. "name": "expression",
  11513. "type": "string",
  11514. "attributes": {}
  11515. }, {
  11516. "name": "traverse",
  11517. "type": "string",
  11518. "attributes": {}
  11519. }, {
  11520. "name": "flags",
  11521. "type": "string",
  11522. "attributes": {}
  11523. }]
  11524. }, {
  11525. "name": "isLinkedTo",
  11526. "type": "bool",
  11527. "attributes": {},
  11528. "arguments": [{
  11529. "name": "device",
  11530. "type": "string",
  11531. "attributes": {
  11532. "mandatory": true
  11533. }
  11534. }, {
  11535. "name": "traverse",
  11536. "type": "string",
  11537. "attributes": {}
  11538. }]
  11539. }, {
  11540. "name": "addService",
  11541. "type": "void",
  11542. "attributes": {},
  11543. "arguments": [{
  11544. "name": "service",
  11545. "type": "variant",
  11546. "attributes": {
  11547. "mandatory": true
  11548. }
  11549. }]
  11550. }],
  11551. "parameters": [{
  11552. "name": "Key",
  11553. "type": "string",
  11554. "attributes": {
  11555. "read_only": true,
  11556. "persistent": true
  11557. },
  11558. "state": "ready",
  11559. "value": "uuid:f408cf43-5065-3255-b6db-7a6a571901b5"
  11560. }, {
  11561. "name": "DiscoverySource",
  11562. "type": "string",
  11563. "attributes": {
  11564. "read_only": true,
  11565. "persistent": true
  11566. },
  11567. "state": "ready",
  11568. "value": "upnpDev"
  11569. }, {
  11570. "name": "Name",
  11571. "type": "string",
  11572. "attributes": {
  11573. "read_only": true
  11574. },
  11575. "state": "ready",
  11576. "value": "WANConnectionDevice"
  11577. }, {
  11578. "name": "DeviceType",
  11579. "type": "string",
  11580. "attributes": {
  11581. "read_only": true
  11582. },
  11583. "state": "ready",
  11584. "value": ""
  11585. }, {
  11586. "name": "Active",
  11587. "type": "bool",
  11588. "attributes": {
  11589. "read_only": true
  11590. },
  11591. "state": "ready",
  11592. "value": true
  11593. }, {
  11594. "name": "Tags",
  11595. "type": "string",
  11596. "attributes": {
  11597. "persistent": true
  11598. },
  11599. "state": "ready",
  11600. "value": "upnp embedded logical"
  11601. }, {
  11602. "name": "LastConnection",
  11603. "type": "date_time",
  11604. "attributes": {
  11605. "persistent": true,
  11606. "volatile": true
  11607. },
  11608. "state": "ready",
  11609. "value": "2016-10-01T15:29:02Z"
  11610. }, {
  11611. "name": "LastChanged",
  11612. "type": "date_time",
  11613. "attributes": {
  11614. "persistent": true,
  11615. "volatile": true
  11616. },
  11617. "state": "ready",
  11618. "value": "2016-09-27T07:33:32Z"
  11619. }, {
  11620. "name": "Master",
  11621. "type": "string",
  11622. "attributes": {
  11623. "read_only": true,
  11624. "persistent": true
  11625. },
  11626. "state": "ready",
  11627. "value": ""
  11628. }, {
  11629. "name": "Type",
  11630. "type": "string",
  11631. "attributes": {},
  11632. "state": "ready",
  11633. "value": "urn:schemas-upnp-org:device:WANConnectionDevice:2"
  11634. }, {
  11635. "name": "Manufacturer",
  11636. "type": "string",
  11637. "attributes": {},
  11638. "state": "ready",
  11639. "value": "Sagemcom"
  11640. }, {
  11641. "name": "ManufacturerURL",
  11642. "type": "string",
  11643. "attributes": {},
  11644. "state": "ready",
  11645. "value": "http://www.sagemcom.com/"
  11646. }, {
  11647. "name": "ModelDescription",
  11648. "type": "string",
  11649. "attributes": {},
  11650. "state": "ready",
  11651. "value": "WanConnectionDevice on Sagemcom,fr,SG30_sip-fr-5.17.5.1"
  11652. }, {
  11653. "name": "ModelName",
  11654. "type": "string",
  11655. "attributes": {},
  11656. "state": "ready",
  11657. "value": "Residential Livebox,(DSL,WAN Ethernet)"
  11658. }, {
  11659. "name": "ModelNumber",
  11660. "type": "string",
  11661. "attributes": {},
  11662. "state": "ready",
  11663. "value": "3"
  11664. }, {
  11665. "name": "ModelURL",
  11666. "type": "string",
  11667. "attributes": {},
  11668. "state": "ready",
  11669. "value": "http://www.sagemcom.com/"
  11670. }, {
  11671. "name": "SerialNumber",
  11672. "type": "string",
  11673. "attributes": {},
  11674. "state": "ready",
  11675. "value": "NQ1334804879098"
  11676. }, {
  11677. "name": "UDN",
  11678. "type": "string",
  11679. "attributes": {},
  11680. "state": "ready",
  11681. "value": "uuid:f408cf43-5065-3255-b6db-7a6a571901b5"
  11682. }, {
  11683. "name": "UPC",
  11684. "type": "string",
  11685. "attributes": {},
  11686. "state": "ready",
  11687. "value": ""
  11688. }, {
  11689. "name": "PresentationURL",
  11690. "type": "string",
  11691. "attributes": {},
  11692. "state": "ready",
  11693. "value": "http://192.168.1.1"
  11694. }, {
  11695. "name": "Server",
  11696. "type": "string",
  11697. "attributes": {},
  11698. "state": "ready",
  11699. "value": "Unspecified, UPnP/1.0, SoftAtHome"
  11700. }],
  11701. "children": [{
  11702. "objectInfo": {
  11703. "indexPath": "Devices.Device.19",
  11704. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11705. "name": "Alternative",
  11706. "key": "Alternative",
  11707. "attributes": {
  11708. "read_only": true,
  11709. "template": true,
  11710. "persistent": true
  11711. },
  11712. "state": "ready",
  11713. "parameterCount": 0,
  11714. "childCount": 0,
  11715. "instanceCount": 0
  11716. },
  11717. "templateInfo": {
  11718. "maxInstances": 4294967295
  11719. },
  11720. "functions": [],
  11721. "parameters": [],
  11722. "children": [],
  11723. "instances": []
  11724. }, {
  11725. "objectInfo": {
  11726. "indexPath": "Devices.Device.19",
  11727. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11728. "name": "Names",
  11729. "key": "Names",
  11730. "attributes": {
  11731. "template": true,
  11732. "persistent": true
  11733. },
  11734. "state": "ready",
  11735. "parameterCount": 2,
  11736. "childCount": 0,
  11737. "instanceCount": 2
  11738. },
  11739. "templateInfo": {
  11740. "maxInstances": 4294967295
  11741. },
  11742. "functions": [],
  11743. "parameters": [{
  11744. "name": "Name",
  11745. "type": "string",
  11746. "attributes": {
  11747. "read_only": true,
  11748. "persistent": true
  11749. },
  11750. "state": "ready",
  11751. "value": ""
  11752. }, {
  11753. "name": "Source",
  11754. "type": "string",
  11755. "attributes": {
  11756. "read_only": true,
  11757. "persistent": true
  11758. },
  11759. "state": "ready",
  11760. "value": ""
  11761. }],
  11762. "children": [],
  11763. "instances": [{
  11764. "objectInfo": {
  11765. "indexPath": "Devices.Device.19.Names",
  11766. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5.Names",
  11767. "name": "1",
  11768. "key": "default",
  11769. "attributes": {
  11770. "instance": true,
  11771. "persistent": true
  11772. },
  11773. "state": "ready",
  11774. "parameterCount": 2,
  11775. "childCount": 0,
  11776. "instanceCount": 0
  11777. },
  11778. "functions": [],
  11779. "parameters": [{
  11780. "name": "Name",
  11781. "type": "string",
  11782. "attributes": {
  11783. "read_only": true,
  11784. "persistent": true
  11785. },
  11786. "state": "ready",
  11787. "value": "device_19"
  11788. }, {
  11789. "name": "Source",
  11790. "type": "string",
  11791. "attributes": {
  11792. "read_only": true,
  11793. "persistent": true
  11794. },
  11795. "state": "ready",
  11796. "value": "default"
  11797. }],
  11798. "children": [],
  11799. "instances": []
  11800. }, {
  11801. "objectInfo": {
  11802. "indexPath": "Devices.Device.19.Names",
  11803. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5.Names",
  11804. "name": "2",
  11805. "key": "upnp",
  11806. "attributes": {
  11807. "instance": true,
  11808. "persistent": true
  11809. },
  11810. "state": "ready",
  11811. "parameterCount": 2,
  11812. "childCount": 0,
  11813. "instanceCount": 0
  11814. },
  11815. "functions": [],
  11816. "parameters": [{
  11817. "name": "Name",
  11818. "type": "string",
  11819. "attributes": {
  11820. "read_only": true,
  11821. "persistent": true
  11822. },
  11823. "state": "ready",
  11824. "value": "WANConnectionDevice"
  11825. }, {
  11826. "name": "Source",
  11827. "type": "string",
  11828. "attributes": {
  11829. "read_only": true,
  11830. "persistent": true
  11831. },
  11832. "state": "ready",
  11833. "value": "upnp"
  11834. }],
  11835. "children": [],
  11836. "instances": []
  11837. }]
  11838. }, {
  11839. "objectInfo": {
  11840. "indexPath": "Devices.Device.19",
  11841. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11842. "name": "DeviceTypes",
  11843. "key": "DeviceTypes",
  11844. "attributes": {
  11845. "template": true,
  11846. "persistent": true
  11847. },
  11848. "state": "ready",
  11849. "parameterCount": 2,
  11850. "childCount": 0,
  11851. "instanceCount": 0
  11852. },
  11853. "templateInfo": {
  11854. "maxInstances": 4294967295
  11855. },
  11856. "functions": [],
  11857. "parameters": [{
  11858. "name": "Type",
  11859. "type": "string",
  11860. "attributes": {
  11861. "read_only": true,
  11862. "persistent": true
  11863. },
  11864. "state": "ready",
  11865. "value": ""
  11866. }, {
  11867. "name": "Source",
  11868. "type": "string",
  11869. "attributes": {
  11870. "read_only": true,
  11871. "persistent": true
  11872. },
  11873. "state": "ready",
  11874. "value": ""
  11875. }],
  11876. "children": [],
  11877. "instances": []
  11878. }, {
  11879. "objectInfo": {
  11880. "indexPath": "Devices.Device.19",
  11881. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11882. "name": "UDevice",
  11883. "key": "UDevice",
  11884. "attributes": {
  11885. "read_only": true,
  11886. "template": true
  11887. },
  11888. "state": "ready",
  11889. "parameterCount": 1,
  11890. "childCount": 0,
  11891. "instanceCount": 1
  11892. },
  11893. "templateInfo": {
  11894. "maxInstances": 4294967295
  11895. },
  11896. "functions": [],
  11897. "parameters": [{
  11898. "name": "Type",
  11899. "type": "string",
  11900. "attributes": {
  11901. "read_only": true
  11902. },
  11903. "state": "ready",
  11904. "value": ""
  11905. }],
  11906. "children": [],
  11907. "instances": [{
  11908. "objectInfo": {
  11909. "indexPath": "Devices.Device.19.UDevice",
  11910. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5.UDevice",
  11911. "name": "1",
  11912. "key": "uuid:39423994-de65-39c5-94ed-1322c88a8184",
  11913. "attributes": {
  11914. "instance": true
  11915. },
  11916. "state": "ready",
  11917. "parameterCount": 1,
  11918. "childCount": 0,
  11919. "instanceCount": 0
  11920. },
  11921. "functions": [],
  11922. "parameters": [{
  11923. "name": "Type",
  11924. "type": "string",
  11925. "attributes": {
  11926. "read_only": true
  11927. },
  11928. "state": "ready",
  11929. "value": "default"
  11930. }],
  11931. "children": [],
  11932. "instances": []
  11933. }]
  11934. }, {
  11935. "objectInfo": {
  11936. "indexPath": "Devices.Device.19",
  11937. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11938. "name": "LDevice",
  11939. "key": "LDevice",
  11940. "attributes": {
  11941. "read_only": true,
  11942. "template": true
  11943. },
  11944. "state": "ready",
  11945. "parameterCount": 1,
  11946. "childCount": 0,
  11947. "instanceCount": 0
  11948. },
  11949. "templateInfo": {
  11950. "maxInstances": 4294967295
  11951. },
  11952. "functions": [],
  11953. "parameters": [{
  11954. "name": "Type",
  11955. "type": "string",
  11956. "attributes": {
  11957. "read_only": true
  11958. },
  11959. "state": "ready",
  11960. "value": ""
  11961. }],
  11962. "children": [],
  11963. "instances": []
  11964. }, {
  11965. "objectInfo": {
  11966. "indexPath": "Devices.Device.19",
  11967. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5",
  11968. "name": "Service",
  11969. "key": "Service",
  11970. "attributes": {
  11971. "template": true
  11972. },
  11973. "state": "ready",
  11974. "parameterCount": 5,
  11975. "childCount": 0,
  11976. "instanceCount": 2
  11977. },
  11978. "templateInfo": {
  11979. "maxInstances": 4294967295
  11980. },
  11981. "functions": [],
  11982. "parameters": [{
  11983. "name": "ServiceType",
  11984. "type": "string",
  11985. "attributes": {},
  11986. "state": "ready",
  11987. "value": ""
  11988. }, {
  11989. "name": "ServiceId",
  11990. "type": "string",
  11991. "attributes": {},
  11992. "state": "ready",
  11993. "value": ""
  11994. }, {
  11995. "name": "SCPDURL",
  11996. "type": "string",
  11997. "attributes": {},
  11998. "state": "ready",
  11999. "value": ""
  12000. }, {
  12001. "name": "ControlURL",
  12002. "type": "string",
  12003. "attributes": {},
  12004. "state": "ready",
  12005. "value": ""
  12006. }, {
  12007. "name": "EventSubURL",
  12008. "type": "string",
  12009. "attributes": {},
  12010. "state": "ready",
  12011. "value": ""
  12012. }],
  12013. "children": [],
  12014. "instances": [{
  12015. "objectInfo": {
  12016. "indexPath": "Devices.Device.19.Service",
  12017. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5.Service",
  12018. "name": "1",
  12019. "key": "1",
  12020. "attributes": {
  12021. "instance": true
  12022. },
  12023. "state": "ready",
  12024. "parameterCount": 5,
  12025. "childCount": 0,
  12026. "instanceCount": 0
  12027. },
  12028. "functions": [],
  12029. "parameters": [{
  12030. "name": "ServiceType",
  12031. "type": "string",
  12032. "attributes": {},
  12033. "state": "ready",
  12034. "value": "urn:schemas-upnp-org:service:WANIPConnection:2"
  12035. }, {
  12036. "name": "ServiceId",
  12037. "type": "string",
  12038. "attributes": {},
  12039. "state": "ready",
  12040. "value": "urn:upnp-org:serviceId:WANIPConn1"
  12041. }, {
  12042. "name": "SCPDURL",
  12043. "type": "string",
  12044. "attributes": {},
  12045. "state": "ready",
  12046. "value": "/18e614f7/gateconnSCPD_IP.xml"
  12047. }, {
  12048. "name": "ControlURL",
  12049. "type": "string",
  12050. "attributes": {},
  12051. "state": "ready",
  12052. "value": "/18e614f7/upnp/control/WANIPConn1"
  12053. }, {
  12054. "name": "EventSubURL",
  12055. "type": "string",
  12056. "attributes": {},
  12057. "state": "ready",
  12058. "value": "/18e614f7/upnp/control/WANIPConn1"
  12059. }],
  12060. "children": [],
  12061. "instances": []
  12062. }, {
  12063. "objectInfo": {
  12064. "indexPath": "Devices.Device.19.Service",
  12065. "keyPath": "Devices.Device.uuid:f408cf43-5065-3255-b6db-7a6a571901b5.Service",
  12066. "name": "2",
  12067. "key": "2",
  12068. "attributes": {
  12069. "instance": true
  12070. },
  12071. "state": "ready",
  12072. "parameterCount": 5,
  12073. "childCount": 0,
  12074. "instanceCount": 0
  12075. },
  12076. "functions": [],
  12077. "parameters": [{
  12078. "name": "ServiceType",
  12079. "type": "string",
  12080. "attributes": {},
  12081. "state": "ready",
  12082. "value": "urn:schemas-upnp-org:service:WANIPv6FirewallControl:1"
  12083. }, {
  12084. "name": "ServiceId",
  12085. "type": "string",
  12086. "attributes": {},
  12087. "state": "ready",
  12088. "value": "urn:upnp-org:serviceId:WANIPv6FwCtrl1"
  12089. }, {
  12090. "name": "SCPDURL",
  12091. "type": "string",
  12092. "attributes": {},
  12093. "state": "ready",
  12094. "value": "/18e614f7/wanipv6fwctrlSCPD.xml"
  12095. }, {
  12096. "name": "ControlURL",
  12097. "type": "string",
  12098. "attributes": {},
  12099. "state": "ready",
  12100. "value": "/18e614f7/upnp/control/WANIPv6FwCtrl1"
  12101. }, {
  12102. "name": "EventSubURL",
  12103. "type": "string",
  12104. "attributes": {},
  12105. "state": "ready",
  12106. "value": "/18e614f7/upnp/control/WANIPv6FwCtrl1"
  12107. }],
  12108. "children": [],
  12109. "instances": []
  12110. }]
  12111. }],
  12112. "instances": []
  12113. }, {
  12114. "objectInfo": {
  12115. "indexPath": "Devices.Device",
  12116. "keyPath": "Devices.Device",
  12117. "name": "20",
  12118. "key": "uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12119. "attributes": {
  12120. "instance": true
  12121. },
  12122. "state": "ready",
  12123. "parameterCount": 21,
  12124. "childCount": 6,
  12125. "instanceCount": 0
  12126. },
  12127. "functions": [{
  12128. "name": "get",
  12129. "type": "device_t",
  12130. "attributes": {},
  12131. "arguments": [{
  12132. "name": "flags",
  12133. "type": "string",
  12134. "attributes": {}
  12135. }]
  12136. }, {
  12137. "name": "hasTag",
  12138. "type": "bool",
  12139. "attributes": {},
  12140. "arguments": [{
  12141. "name": "tag",
  12142. "type": "string",
  12143. "attributes": {
  12144. "mandatory": true
  12145. }
  12146. }, {
  12147. "name": "expression",
  12148. "type": "string",
  12149. "attributes": {}
  12150. }, {
  12151. "name": "traverse",
  12152. "type": "string",
  12153. "attributes": {}
  12154. }]
  12155. }, {
  12156. "name": "getFirstParameter",
  12157. "type": "variant",
  12158. "attributes": {},
  12159. "arguments": [{
  12160. "name": "parameter",
  12161. "type": "string",
  12162. "attributes": {
  12163. "mandatory": true
  12164. }
  12165. }, {
  12166. "name": "expression",
  12167. "type": "string",
  12168. "attributes": {}
  12169. }, {
  12170. "name": "traverse",
  12171. "type": "string",
  12172. "attributes": {}
  12173. }]
  12174. }, {
  12175. "name": "getParameters",
  12176. "type": "list",
  12177. "attributes": {},
  12178. "arguments": [{
  12179. "name": "parameter",
  12180. "type": "string",
  12181. "attributes": {
  12182. "mandatory": true
  12183. }
  12184. }, {
  12185. "name": "expression",
  12186. "type": "string",
  12187. "attributes": {}
  12188. }, {
  12189. "name": "traverse",
  12190. "type": "string",
  12191. "attributes": {}
  12192. }]
  12193. }, {
  12194. "name": "topology",
  12195. "type": "variant",
  12196. "attributes": {},
  12197. "arguments": [{
  12198. "name": "expression",
  12199. "type": "string",
  12200. "attributes": {}
  12201. }, {
  12202. "name": "traverse",
  12203. "type": "string",
  12204. "attributes": {}
  12205. }, {
  12206. "name": "flags",
  12207. "type": "string",
  12208. "attributes": {}
  12209. }]
  12210. }, {
  12211. "name": "isLinkedTo",
  12212. "type": "bool",
  12213. "attributes": {},
  12214. "arguments": [{
  12215. "name": "device",
  12216. "type": "string",
  12217. "attributes": {
  12218. "mandatory": true
  12219. }
  12220. }, {
  12221. "name": "traverse",
  12222. "type": "string",
  12223. "attributes": {}
  12224. }]
  12225. }, {
  12226. "name": "addService",
  12227. "type": "void",
  12228. "attributes": {},
  12229. "arguments": [{
  12230. "name": "service",
  12231. "type": "variant",
  12232. "attributes": {
  12233. "mandatory": true
  12234. }
  12235. }]
  12236. }],
  12237. "parameters": [{
  12238. "name": "Key",
  12239. "type": "string",
  12240. "attributes": {
  12241. "read_only": true,
  12242. "persistent": true
  12243. },
  12244. "state": "ready",
  12245. "value": "uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a"
  12246. }, {
  12247. "name": "DiscoverySource",
  12248. "type": "string",
  12249. "attributes": {
  12250. "read_only": true,
  12251. "persistent": true
  12252. },
  12253. "state": "ready",
  12254. "value": "upnpDev"
  12255. }, {
  12256. "name": "Name",
  12257. "type": "string",
  12258. "attributes": {
  12259. "read_only": true
  12260. },
  12261. "state": "ready",
  12262. "value": "WPS Access Point"
  12263. }, {
  12264. "name": "DeviceType",
  12265. "type": "string",
  12266. "attributes": {
  12267. "read_only": true
  12268. },
  12269. "state": "ready",
  12270. "value": ""
  12271. }, {
  12272. "name": "Active",
  12273. "type": "bool",
  12274. "attributes": {
  12275. "read_only": true
  12276. },
  12277. "state": "ready",
  12278. "value": true
  12279. }, {
  12280. "name": "Tags",
  12281. "type": "string",
  12282. "attributes": {
  12283. "persistent": true
  12284. },
  12285. "state": "ready",
  12286. "value": "upnp root logical"
  12287. }, {
  12288. "name": "LastConnection",
  12289. "type": "date_time",
  12290. "attributes": {
  12291. "persistent": true,
  12292. "volatile": true
  12293. },
  12294. "state": "ready",
  12295. "value": "2016-10-01T15:29:02Z"
  12296. }, {
  12297. "name": "LastChanged",
  12298. "type": "date_time",
  12299. "attributes": {
  12300. "persistent": true,
  12301. "volatile": true
  12302. },
  12303. "state": "ready",
  12304. "value": "2016-09-27T07:43:32Z"
  12305. }, {
  12306. "name": "Master",
  12307. "type": "string",
  12308. "attributes": {
  12309. "read_only": true,
  12310. "persistent": true
  12311. },
  12312. "state": "ready",
  12313. "value": ""
  12314. }, {
  12315. "name": "Type",
  12316. "type": "string",
  12317. "attributes": {},
  12318. "state": "ready",
  12319. "value": "urn:schemas-wifialliance-org:device:WFADevice:1"
  12320. }, {
  12321. "name": "Manufacturer",
  12322. "type": "string",
  12323. "attributes": {},
  12324. "state": "ready",
  12325. "value": "Sagemcom"
  12326. }, {
  12327. "name": "ManufacturerURL",
  12328. "type": "string",
  12329. "attributes": {},
  12330. "state": "ready",
  12331. "value": "Sagemcom"
  12332. }, {
  12333. "name": "ModelDescription",
  12334. "type": "string",
  12335. "attributes": {},
  12336. "state": "ready",
  12337. "value": ""
  12338. }, {
  12339. "name": "ModelName",
  12340. "type": "string",
  12341. "attributes": {},
  12342. "state": "ready",
  12343. "value": "SagemcomFast3965_LB2.8"
  12344. }, {
  12345. "name": "ModelNumber",
  12346. "type": "string",
  12347. "attributes": {},
  12348. "state": "ready",
  12349. "value": "SG_LB3_1.2.1"
  12350. }, {
  12351. "name": "ModelURL",
  12352. "type": "string",
  12353. "attributes": {},
  12354. "state": "ready",
  12355. "value": ""
  12356. }, {
  12357. "name": "SerialNumber",
  12358. "type": "string",
  12359. "attributes": {},
  12360. "state": "ready",
  12361. "value": "NQ13348FF"
  12362. }, {
  12363. "name": "UDN",
  12364. "type": "string",
  12365. "attributes": {},
  12366. "state": "ready",
  12367. "value": "uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a"
  12368. }, {
  12369. "name": "UPC",
  12370. "type": "string",
  12371. "attributes": {},
  12372. "state": "ready",
  12373. "value": ""
  12374. }, {
  12375. "name": "PresentationURL",
  12376. "type": "string",
  12377. "attributes": {},
  12378. "state": "ready",
  12379. "value": ""
  12380. }, {
  12381. "name": "Server",
  12382. "type": "string",
  12383. "attributes": {},
  12384. "state": "ready",
  12385. "value": "Unspecified, UPnP/1.0, Unspecified"
  12386. }],
  12387. "children": [{
  12388. "objectInfo": {
  12389. "indexPath": "Devices.Device.20",
  12390. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12391. "name": "Alternative",
  12392. "key": "Alternative",
  12393. "attributes": {
  12394. "read_only": true,
  12395. "template": true,
  12396. "persistent": true
  12397. },
  12398. "state": "ready",
  12399. "parameterCount": 0,
  12400. "childCount": 0,
  12401. "instanceCount": 0
  12402. },
  12403. "templateInfo": {
  12404. "maxInstances": 4294967295
  12405. },
  12406. "functions": [],
  12407. "parameters": [],
  12408. "children": [],
  12409. "instances": []
  12410. }, {
  12411. "objectInfo": {
  12412. "indexPath": "Devices.Device.20",
  12413. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12414. "name": "Names",
  12415. "key": "Names",
  12416. "attributes": {
  12417. "template": true,
  12418. "persistent": true
  12419. },
  12420. "state": "ready",
  12421. "parameterCount": 2,
  12422. "childCount": 0,
  12423. "instanceCount": 2
  12424. },
  12425. "templateInfo": {
  12426. "maxInstances": 4294967295
  12427. },
  12428. "functions": [],
  12429. "parameters": [{
  12430. "name": "Name",
  12431. "type": "string",
  12432. "attributes": {
  12433. "read_only": true,
  12434. "persistent": true
  12435. },
  12436. "state": "ready",
  12437. "value": ""
  12438. }, {
  12439. "name": "Source",
  12440. "type": "string",
  12441. "attributes": {
  12442. "read_only": true,
  12443. "persistent": true
  12444. },
  12445. "state": "ready",
  12446. "value": ""
  12447. }],
  12448. "children": [],
  12449. "instances": [{
  12450. "objectInfo": {
  12451. "indexPath": "Devices.Device.20.Names",
  12452. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a.Names",
  12453. "name": "1",
  12454. "key": "default",
  12455. "attributes": {
  12456. "instance": true,
  12457. "persistent": true
  12458. },
  12459. "state": "ready",
  12460. "parameterCount": 2,
  12461. "childCount": 0,
  12462. "instanceCount": 0
  12463. },
  12464. "functions": [],
  12465. "parameters": [{
  12466. "name": "Name",
  12467. "type": "string",
  12468. "attributes": {
  12469. "read_only": true,
  12470. "persistent": true
  12471. },
  12472. "state": "ready",
  12473. "value": "device_20"
  12474. }, {
  12475. "name": "Source",
  12476. "type": "string",
  12477. "attributes": {
  12478. "read_only": true,
  12479. "persistent": true
  12480. },
  12481. "state": "ready",
  12482. "value": "default"
  12483. }],
  12484. "children": [],
  12485. "instances": []
  12486. }, {
  12487. "objectInfo": {
  12488. "indexPath": "Devices.Device.20.Names",
  12489. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a.Names",
  12490. "name": "2",
  12491. "key": "upnp",
  12492. "attributes": {
  12493. "instance": true,
  12494. "persistent": true
  12495. },
  12496. "state": "ready",
  12497. "parameterCount": 2,
  12498. "childCount": 0,
  12499. "instanceCount": 0
  12500. },
  12501. "functions": [],
  12502. "parameters": [{
  12503. "name": "Name",
  12504. "type": "string",
  12505. "attributes": {
  12506. "read_only": true,
  12507. "persistent": true
  12508. },
  12509. "state": "ready",
  12510. "value": "WPS Access Point"
  12511. }, {
  12512. "name": "Source",
  12513. "type": "string",
  12514. "attributes": {
  12515. "read_only": true,
  12516. "persistent": true
  12517. },
  12518. "state": "ready",
  12519. "value": "upnp"
  12520. }],
  12521. "children": [],
  12522. "instances": []
  12523. }]
  12524. }, {
  12525. "objectInfo": {
  12526. "indexPath": "Devices.Device.20",
  12527. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12528. "name": "DeviceTypes",
  12529. "key": "DeviceTypes",
  12530. "attributes": {
  12531. "template": true,
  12532. "persistent": true
  12533. },
  12534. "state": "ready",
  12535. "parameterCount": 2,
  12536. "childCount": 0,
  12537. "instanceCount": 0
  12538. },
  12539. "templateInfo": {
  12540. "maxInstances": 4294967295
  12541. },
  12542. "functions": [],
  12543. "parameters": [{
  12544. "name": "Type",
  12545. "type": "string",
  12546. "attributes": {
  12547. "read_only": true,
  12548. "persistent": true
  12549. },
  12550. "state": "ready",
  12551. "value": ""
  12552. }, {
  12553. "name": "Source",
  12554. "type": "string",
  12555. "attributes": {
  12556. "read_only": true,
  12557. "persistent": true
  12558. },
  12559. "state": "ready",
  12560. "value": ""
  12561. }],
  12562. "children": [],
  12563. "instances": []
  12564. }, {
  12565. "objectInfo": {
  12566. "indexPath": "Devices.Device.20",
  12567. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12568. "name": "UDevice",
  12569. "key": "UDevice",
  12570. "attributes": {
  12571. "read_only": true,
  12572. "template": true
  12573. },
  12574. "state": "ready",
  12575. "parameterCount": 1,
  12576. "childCount": 0,
  12577. "instanceCount": 1
  12578. },
  12579. "templateInfo": {
  12580. "maxInstances": 4294967295
  12581. },
  12582. "functions": [],
  12583. "parameters": [{
  12584. "name": "Type",
  12585. "type": "string",
  12586. "attributes": {
  12587. "read_only": true
  12588. },
  12589. "state": "ready",
  12590. "value": ""
  12591. }],
  12592. "children": [],
  12593. "instances": [{
  12594. "objectInfo": {
  12595. "indexPath": "Devices.Device.20.UDevice",
  12596. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a.UDevice",
  12597. "name": "1",
  12598. "key": "lan",
  12599. "attributes": {
  12600. "instance": true
  12601. },
  12602. "state": "ready",
  12603. "parameterCount": 1,
  12604. "childCount": 0,
  12605. "instanceCount": 0
  12606. },
  12607. "functions": [],
  12608. "parameters": [{
  12609. "name": "Type",
  12610. "type": "string",
  12611. "attributes": {
  12612. "read_only": true
  12613. },
  12614. "state": "ready",
  12615. "value": "default"
  12616. }],
  12617. "children": [],
  12618. "instances": []
  12619. }]
  12620. }, {
  12621. "objectInfo": {
  12622. "indexPath": "Devices.Device.20",
  12623. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12624. "name": "LDevice",
  12625. "key": "LDevice",
  12626. "attributes": {
  12627. "read_only": true,
  12628. "template": true
  12629. },
  12630. "state": "ready",
  12631. "parameterCount": 1,
  12632. "childCount": 0,
  12633. "instanceCount": 0
  12634. },
  12635. "templateInfo": {
  12636. "maxInstances": 4294967295
  12637. },
  12638. "functions": [],
  12639. "parameters": [{
  12640. "name": "Type",
  12641. "type": "string",
  12642. "attributes": {
  12643. "read_only": true
  12644. },
  12645. "state": "ready",
  12646. "value": ""
  12647. }],
  12648. "children": [],
  12649. "instances": []
  12650. }, {
  12651. "objectInfo": {
  12652. "indexPath": "Devices.Device.20",
  12653. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a",
  12654. "name": "Service",
  12655. "key": "Service",
  12656. "attributes": {
  12657. "template": true
  12658. },
  12659. "state": "ready",
  12660. "parameterCount": 5,
  12661. "childCount": 0,
  12662. "instanceCount": 2
  12663. },
  12664. "templateInfo": {
  12665. "maxInstances": 4294967295
  12666. },
  12667. "functions": [],
  12668. "parameters": [{
  12669. "name": "ServiceType",
  12670. "type": "string",
  12671. "attributes": {},
  12672. "state": "ready",
  12673. "value": ""
  12674. }, {
  12675. "name": "ServiceId",
  12676. "type": "string",
  12677. "attributes": {},
  12678. "state": "ready",
  12679. "value": ""
  12680. }, {
  12681. "name": "SCPDURL",
  12682. "type": "string",
  12683. "attributes": {},
  12684. "state": "ready",
  12685. "value": ""
  12686. }, {
  12687. "name": "ControlURL",
  12688. "type": "string",
  12689. "attributes": {},
  12690. "state": "ready",
  12691. "value": ""
  12692. }, {
  12693. "name": "EventSubURL",
  12694. "type": "string",
  12695. "attributes": {},
  12696. "state": "ready",
  12697. "value": ""
  12698. }],
  12699. "children": [],
  12700. "instances": [{
  12701. "objectInfo": {
  12702. "indexPath": "Devices.Device.20.Service",
  12703. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a.Service",
  12704. "name": "1",
  12705. "key": "1",
  12706. "attributes": {
  12707. "instance": true
  12708. },
  12709. "state": "ready",
  12710. "parameterCount": 5,
  12711. "childCount": 0,
  12712. "instanceCount": 0
  12713. },
  12714. "functions": [],
  12715. "parameters": [{
  12716. "name": "ServiceType",
  12717. "type": "string",
  12718. "attributes": {},
  12719. "state": "ready",
  12720. "value": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1"
  12721. }, {
  12722. "name": "ServiceId",
  12723. "type": "string",
  12724. "attributes": {},
  12725. "state": "ready",
  12726. "value": "urn:wifialliance-org:serviceId:WFAWLANConfig1"
  12727. }, {
  12728. "name": "SCPDURL",
  12729. "type": "string",
  12730. "attributes": {},
  12731. "state": "ready",
  12732. "value": "wps_scpd.xml"
  12733. }, {
  12734. "name": "ControlURL",
  12735. "type": "string",
  12736. "attributes": {},
  12737. "state": "ready",
  12738. "value": "wps_control"
  12739. }, {
  12740. "name": "EventSubURL",
  12741. "type": "string",
  12742. "attributes": {},
  12743. "state": "ready",
  12744. "value": "wps_event"
  12745. }],
  12746. "children": [],
  12747. "instances": []
  12748. }, {
  12749. "objectInfo": {
  12750. "indexPath": "Devices.Device.20.Service",
  12751. "keyPath": "Devices.Device.uuid:39403e3a-3a4b-f03f-fd3b-384d08403e3a.Service",
  12752. "name": "2",
  12753. "key": "2",
  12754. "attributes": {
  12755. "instance": true
  12756. },
  12757. "state": "ready",
  12758. "parameterCount": 5,
  12759. "childCount": 0,
  12760. "instanceCount": 0
  12761. },
  12762. "functions": [],
  12763. "parameters": [{
  12764. "name": "ServiceType",
  12765. "type": "string",
  12766. "attributes": {},
  12767. "state": "ready",
  12768. "value": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1"
  12769. }, {
  12770. "name": "ServiceId",
  12771. "type": "string",
  12772. "attributes": {},
  12773. "state": "ready",
  12774. "value": "urn:wifialliance-org:serviceId:WFAWLANConfig1"
  12775. }, {
  12776. "name": "SCPDURL",
  12777. "type": "string",
  12778. "attributes": {},
  12779. "state": "ready",
  12780. "value": "wps_scpd.xml"
  12781. }, {
  12782. "name": "ControlURL",
  12783. "type": "string",
  12784. "attributes": {},
  12785. "state": "ready",
  12786. "value": "wps_control"
  12787. }, {
  12788. "name": "EventSubURL",
  12789. "type": "string",
  12790. "attributes": {},
  12791. "state": "ready",
  12792. "value": "wps_event"
  12793. }],
  12794. "children": [],
  12795. "instances": []
  12796. }]
  12797. }],
  12798. "instances": []
  12799. }, {
  12800. "objectInfo": {
  12801. "indexPath": "Devices.Device",
  12802. "keyPath": "Devices.Device",
  12803. "name": "21",
  12804. "key": "5C:F8:A1:8D:10:D7",
  12805. "attributes": {
  12806. "instance": true,
  12807. "persistent": true
  12808. },
  12809. "state": "ready",
  12810. "parameterCount": 22,
  12811. "childCount": 7,
  12812. "instanceCount": 0
  12813. },
  12814. "functions": [{
  12815. "name": "get",
  12816. "type": "device_t",
  12817. "attributes": {},
  12818. "arguments": [{
  12819. "name": "flags",
  12820. "type": "string",
  12821. "attributes": {}
  12822. }]
  12823. }, {
  12824. "name": "hasTag",
  12825. "type": "bool",
  12826. "attributes": {},
  12827. "arguments": [{
  12828. "name": "tag",
  12829. "type": "string",
  12830. "attributes": {
  12831. "mandatory": true
  12832. }
  12833. }, {
  12834. "name": "expression",
  12835. "type": "string",
  12836. "attributes": {}
  12837. }, {
  12838. "name": "traverse",
  12839. "type": "string",
  12840. "attributes": {}
  12841. }]
  12842. }, {
  12843. "name": "getFirstParameter",
  12844. "type": "variant",
  12845. "attributes": {},
  12846. "arguments": [{
  12847. "name": "parameter",
  12848. "type": "string",
  12849. "attributes": {
  12850. "mandatory": true
  12851. }
  12852. }, {
  12853. "name": "expression",
  12854. "type": "string",
  12855. "attributes": {}
  12856. }, {
  12857. "name": "traverse",
  12858. "type": "string",
  12859. "attributes": {}
  12860. }]
  12861. }, {
  12862. "name": "getParameters",
  12863. "type": "list",
  12864. "attributes": {},
  12865. "arguments": [{
  12866. "name": "parameter",
  12867. "type": "string",
  12868. "attributes": {
  12869. "mandatory": true
  12870. }
  12871. }, {
  12872. "name": "expression",
  12873. "type": "string",
  12874. "attributes": {}
  12875. }, {
  12876. "name": "traverse",
  12877. "type": "string",
  12878. "attributes": {}
  12879. }]
  12880. }, {
  12881. "name": "topology",
  12882. "type": "variant",
  12883. "attributes": {},
  12884. "arguments": [{
  12885. "name": "expression",
  12886. "type": "string",
  12887. "attributes": {}
  12888. }, {
  12889. "name": "traverse",
  12890. "type": "string",
  12891. "attributes": {}
  12892. }, {
  12893. "name": "flags",
  12894. "type": "string",
  12895. "attributes": {}
  12896. }]
  12897. }, {
  12898. "name": "isLinkedTo",
  12899. "type": "bool",
  12900. "attributes": {},
  12901. "arguments": [{
  12902. "name": "device",
  12903. "type": "string",
  12904. "attributes": {
  12905. "mandatory": true
  12906. }
  12907. }, {
  12908. "name": "traverse",
  12909. "type": "string",
  12910. "attributes": {}
  12911. }]
  12912. }],
  12913. "parameters": [{
  12914. "name": "Key",
  12915. "type": "string",
  12916. "attributes": {
  12917. "read_only": true,
  12918. "persistent": true
  12919. },
  12920. "state": "ready",
  12921. "value": "5C:F8:A1:8D:10:D7"
  12922. }, {
  12923. "name": "DiscoverySource",
  12924. "type": "string",
  12925. "attributes": {
  12926. "read_only": true,
  12927. "persistent": true
  12928. },
  12929. "state": "ready",
  12930. "value": "bridge"
  12931. }, {
  12932. "name": "Name",
  12933. "type": "string",
  12934. "attributes": {
  12935. "read_only": true
  12936. },
  12937. "state": "ready",
  12938. "value": "android-4ff637d4d9c34330"
  12939. }, {
  12940. "name": "DeviceType",
  12941. "type": "string",
  12942. "attributes": {
  12943. "read_only": true
  12944. },
  12945. "state": "ready",
  12946. "value": "Mobile"
  12947. }, {
  12948. "name": "Active",
  12949. "type": "bool",
  12950. "attributes": {
  12951. "read_only": true
  12952. },
  12953. "state": "ready",
  12954. "value": true
  12955. }, {
  12956. "name": "Tags",
  12957. "type": "string",
  12958. "attributes": {
  12959. "persistent": true
  12960. },
  12961. "state": "ready",
  12962. "value": "lan edev mac physical wifi ipv4 ipv6 dhcp"
  12963. }, {
  12964. "name": "LastConnection",
  12965. "type": "date_time",
  12966. "attributes": {
  12967. "persistent": true,
  12968. "volatile": true
  12969. },
  12970. "state": "ready",
  12971. "value": "2016-10-01T15:29:02Z"
  12972. }, {
  12973. "name": "LastChanged",
  12974. "type": "date_time",
  12975. "attributes": {
  12976. "persistent": true,
  12977. "volatile": true
  12978. },
  12979. "state": "ready",
  12980. "value": "2016-10-01T15:25:52Z"
  12981. }, {
  12982. "name": "Master",
  12983. "type": "string",
  12984. "attributes": {
  12985. "read_only": true,
  12986. "persistent": true
  12987. },
  12988. "state": "ready",
  12989. "value": ""
  12990. }, {
  12991. "name": "PhysAddress",
  12992. "type": "string",
  12993. "attributes": {
  12994. "read_only": true,
  12995. "persistent": true
  12996. },
  12997. "state": "ready",
  12998. "value": "5C:F8:A1:8D:10:D7"
  12999. }, {
  13000. "name": "Ageing",
  13001. "type": "bool",
  13002. "attributes": {
  13003. "read_only": true,
  13004. "volatile": true
  13005. },
  13006. "state": "ready",
  13007. "value": false
  13008. }, {
  13009. "name": "Layer2Interface",
  13010. "type": "string",
  13011. "attributes": {
  13012. "read_only": true,
  13013. "persistent": true
  13014. },
  13015. "state": "ready",
  13016. "value": "wl1"
  13017. }, {
  13018. "name": "SignalStrength",
  13019. "type": "int32",
  13020. "attributes": {
  13021. "read_only": true
  13022. },
  13023. "state": "ready",
  13024. "value": -74
  13025. }, {
  13026. "name": "SignalNoiseRatio",
  13027. "type": "int32",
  13028. "attributes": {
  13029. "read_only": true
  13030. },
  13031. "state": "ready",
  13032. "value": 0
  13033. }, {
  13034. "name": "IPAddress",
  13035. "type": "string",
  13036. "attributes": {},
  13037. "state": "ready",
  13038. "value": "192.168.1.11"
  13039. }, {
  13040. "name": "IPAddressSource",
  13041. "type": "string",
  13042. "attributes": {},
  13043. "state": "ready",
  13044. "value": "DHCP"
  13045. }, {
  13046. "name": "VendorClassID",
  13047. "type": "string",
  13048. "attributes": {
  13049. "read_only": true,
  13050. "persistent": true
  13051. },
  13052. "state": "ready",
  13053. "value": "dhcpcd-5.5.6"
  13054. }, {
  13055. "name": "UserClassID",
  13056. "type": "string",
  13057. "attributes": {
  13058. "read_only": true,
  13059. "persistent": true
  13060. },
  13061. "state": "ready",
  13062. "value": ""
  13063. }, {
  13064. "name": "ClientID",
  13065. "type": "string",
  13066. "attributes": {
  13067. "read_only": true,
  13068. "persistent": true
  13069. },
  13070. "state": "ready",
  13071. "value": "01:5C:F8:A1:8D:10:D7"
  13072. }, {
  13073. "name": "SerialNumber",
  13074. "type": "string",
  13075. "attributes": {
  13076. "read_only": true,
  13077. "persistent": true
  13078. },
  13079. "state": "ready",
  13080. "value": ""
  13081. }, {
  13082. "name": "ProductClass",
  13083. "type": "string",
  13084. "attributes": {
  13085. "read_only": true,
  13086. "persistent": true
  13087. },
  13088. "state": "ready",
  13089. "value": ""
  13090. }, {
  13091. "name": "OUI",
  13092. "type": "string",
  13093. "attributes": {
  13094. "read_only": true,
  13095. "persistent": true
  13096. },
  13097. "state": "ready",
  13098. "value": ""
  13099. }],
  13100. "children": [{
  13101. "objectInfo": {
  13102. "indexPath": "Devices.Device.21",
  13103. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13104. "name": "Alternative",
  13105. "key": "Alternative",
  13106. "attributes": {
  13107. "read_only": true,
  13108. "template": true,
  13109. "persistent": true
  13110. },
  13111. "state": "ready",
  13112. "parameterCount": 0,
  13113. "childCount": 0,
  13114. "instanceCount": 0
  13115. },
  13116. "templateInfo": {
  13117. "maxInstances": 4294967295
  13118. },
  13119. "functions": [],
  13120. "parameters": [],
  13121. "children": [],
  13122. "instances": []
  13123. }, {
  13124. "objectInfo": {
  13125. "indexPath": "Devices.Device.21",
  13126. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13127. "name": "Names",
  13128. "key": "Names",
  13129. "attributes": {
  13130. "template": true,
  13131. "persistent": true
  13132. },
  13133. "state": "ready",
  13134. "parameterCount": 2,
  13135. "childCount": 0,
  13136. "instanceCount": 2
  13137. },
  13138. "templateInfo": {
  13139. "maxInstances": 4294967295
  13140. },
  13141. "functions": [],
  13142. "parameters": [{
  13143. "name": "Name",
  13144. "type": "string",
  13145. "attributes": {
  13146. "read_only": true,
  13147. "persistent": true
  13148. },
  13149. "state": "ready",
  13150. "value": ""
  13151. }, {
  13152. "name": "Source",
  13153. "type": "string",
  13154. "attributes": {
  13155. "read_only": true,
  13156. "persistent": true
  13157. },
  13158. "state": "ready",
  13159. "value": ""
  13160. }],
  13161. "children": [],
  13162. "instances": [{
  13163. "objectInfo": {
  13164. "indexPath": "Devices.Device.21.Names",
  13165. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.Names",
  13166. "name": "1",
  13167. "key": "default",
  13168. "attributes": {
  13169. "instance": true,
  13170. "persistent": true
  13171. },
  13172. "state": "ready",
  13173. "parameterCount": 2,
  13174. "childCount": 0,
  13175. "instanceCount": 0
  13176. },
  13177. "functions": [],
  13178. "parameters": [{
  13179. "name": "Name",
  13180. "type": "string",
  13181. "attributes": {
  13182. "read_only": true,
  13183. "persistent": true
  13184. },
  13185. "state": "ready",
  13186. "value": "PC-21"
  13187. }, {
  13188. "name": "Source",
  13189. "type": "string",
  13190. "attributes": {
  13191. "read_only": true,
  13192. "persistent": true
  13193. },
  13194. "state": "ready",
  13195. "value": "default"
  13196. }],
  13197. "children": [],
  13198. "instances": []
  13199. }, {
  13200. "objectInfo": {
  13201. "indexPath": "Devices.Device.21.Names",
  13202. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.Names",
  13203. "name": "2",
  13204. "key": "dhcp",
  13205. "attributes": {
  13206. "instance": true,
  13207. "persistent": true
  13208. },
  13209. "state": "ready",
  13210. "parameterCount": 2,
  13211. "childCount": 0,
  13212. "instanceCount": 0
  13213. },
  13214. "functions": [],
  13215. "parameters": [{
  13216. "name": "Name",
  13217. "type": "string",
  13218. "attributes": {
  13219. "read_only": true,
  13220. "persistent": true
  13221. },
  13222. "state": "ready",
  13223. "value": "android-4ff637d4d9c34330"
  13224. }, {
  13225. "name": "Source",
  13226. "type": "string",
  13227. "attributes": {
  13228. "read_only": true,
  13229. "persistent": true
  13230. },
  13231. "state": "ready",
  13232. "value": "dhcp"
  13233. }],
  13234. "children": [],
  13235. "instances": []
  13236. }]
  13237. }, {
  13238. "objectInfo": {
  13239. "indexPath": "Devices.Device.21",
  13240. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13241. "name": "DeviceTypes",
  13242. "key": "DeviceTypes",
  13243. "attributes": {
  13244. "template": true,
  13245. "persistent": true
  13246. },
  13247. "state": "ready",
  13248. "parameterCount": 2,
  13249. "childCount": 0,
  13250. "instanceCount": 2
  13251. },
  13252. "templateInfo": {
  13253. "maxInstances": 4294967295
  13254. },
  13255. "functions": [],
  13256. "parameters": [{
  13257. "name": "Type",
  13258. "type": "string",
  13259. "attributes": {
  13260. "read_only": true,
  13261. "persistent": true
  13262. },
  13263. "state": "ready",
  13264. "value": ""
  13265. }, {
  13266. "name": "Source",
  13267. "type": "string",
  13268. "attributes": {
  13269. "read_only": true,
  13270. "persistent": true
  13271. },
  13272. "state": "ready",
  13273. "value": ""
  13274. }],
  13275. "children": [],
  13276. "instances": [{
  13277. "objectInfo": {
  13278. "indexPath": "Devices.Device.21.DeviceTypes",
  13279. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.DeviceTypes",
  13280. "name": "1",
  13281. "key": "default",
  13282. "attributes": {
  13283. "instance": true,
  13284. "persistent": true
  13285. },
  13286. "state": "ready",
  13287. "parameterCount": 2,
  13288. "childCount": 0,
  13289. "instanceCount": 0
  13290. },
  13291. "functions": [],
  13292. "parameters": [{
  13293. "name": "Type",
  13294. "type": "string",
  13295. "attributes": {
  13296. "read_only": true,
  13297. "persistent": true
  13298. },
  13299. "state": "ready",
  13300. "value": "Computer"
  13301. }, {
  13302. "name": "Source",
  13303. "type": "string",
  13304. "attributes": {
  13305. "read_only": true,
  13306. "persistent": true
  13307. },
  13308. "state": "ready",
  13309. "value": "default"
  13310. }],
  13311. "children": [],
  13312. "instances": []
  13313. }, {
  13314. "objectInfo": {
  13315. "indexPath": "Devices.Device.21.DeviceTypes",
  13316. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.DeviceTypes",
  13317. "name": "2",
  13318. "key": "dhcp",
  13319. "attributes": {
  13320. "instance": true,
  13321. "persistent": true
  13322. },
  13323. "state": "ready",
  13324. "parameterCount": 2,
  13325. "childCount": 0,
  13326. "instanceCount": 0
  13327. },
  13328. "functions": [],
  13329. "parameters": [{
  13330. "name": "Type",
  13331. "type": "string",
  13332. "attributes": {
  13333. "read_only": true,
  13334. "persistent": true
  13335. },
  13336. "state": "ready",
  13337. "value": "Mobile"
  13338. }, {
  13339. "name": "Source",
  13340. "type": "string",
  13341. "attributes": {
  13342. "read_only": true,
  13343. "persistent": true
  13344. },
  13345. "state": "ready",
  13346. "value": "dhcp"
  13347. }],
  13348. "children": [],
  13349. "instances": []
  13350. }]
  13351. }, {
  13352. "objectInfo": {
  13353. "indexPath": "Devices.Device.21",
  13354. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13355. "name": "UDevice",
  13356. "key": "UDevice",
  13357. "attributes": {
  13358. "read_only": true,
  13359. "template": true
  13360. },
  13361. "state": "ready",
  13362. "parameterCount": 1,
  13363. "childCount": 0,
  13364. "instanceCount": 1
  13365. },
  13366. "templateInfo": {
  13367. "maxInstances": 4294967295
  13368. },
  13369. "functions": [],
  13370. "parameters": [{
  13371. "name": "Type",
  13372. "type": "string",
  13373. "attributes": {
  13374. "read_only": true
  13375. },
  13376. "state": "ready",
  13377. "value": ""
  13378. }],
  13379. "children": [],
  13380. "instances": [{
  13381. "objectInfo": {
  13382. "indexPath": "Devices.Device.21.UDevice",
  13383. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.UDevice",
  13384. "name": "1",
  13385. "key": "wl1",
  13386. "attributes": {
  13387. "instance": true
  13388. },
  13389. "state": "ready",
  13390. "parameterCount": 1,
  13391. "childCount": 0,
  13392. "instanceCount": 0
  13393. },
  13394. "functions": [],
  13395. "parameters": [{
  13396. "name": "Type",
  13397. "type": "string",
  13398. "attributes": {
  13399. "read_only": true
  13400. },
  13401. "state": "ready",
  13402. "value": "default"
  13403. }],
  13404. "children": [],
  13405. "instances": []
  13406. }]
  13407. }, {
  13408. "objectInfo": {
  13409. "indexPath": "Devices.Device.21",
  13410. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13411. "name": "LDevice",
  13412. "key": "LDevice",
  13413. "attributes": {
  13414. "read_only": true,
  13415. "template": true
  13416. },
  13417. "state": "ready",
  13418. "parameterCount": 1,
  13419. "childCount": 0,
  13420. "instanceCount": 0
  13421. },
  13422. "templateInfo": {
  13423. "maxInstances": 4294967295
  13424. },
  13425. "functions": [],
  13426. "parameters": [{
  13427. "name": "Type",
  13428. "type": "string",
  13429. "attributes": {
  13430. "read_only": true
  13431. },
  13432. "state": "ready",
  13433. "value": ""
  13434. }],
  13435. "children": [],
  13436. "instances": []
  13437. }, {
  13438. "objectInfo": {
  13439. "indexPath": "Devices.Device.21",
  13440. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13441. "name": "IPv4Address",
  13442. "key": "IPv4Address",
  13443. "attributes": {
  13444. "template": true
  13445. },
  13446. "state": "ready",
  13447. "parameterCount": 5,
  13448. "childCount": 0,
  13449. "instanceCount": 1
  13450. },
  13451. "templateInfo": {
  13452. "maxInstances": 4294967295
  13453. },
  13454. "functions": [],
  13455. "parameters": [{
  13456. "name": "Address",
  13457. "type": "string",
  13458. "attributes": {},
  13459. "state": "ready",
  13460. "value": ""
  13461. }, {
  13462. "name": "Status",
  13463. "type": "string",
  13464. "attributes": {},
  13465. "state": "ready",
  13466. "value": ""
  13467. }, {
  13468. "name": "Scope",
  13469. "type": "string",
  13470. "attributes": {},
  13471. "state": "ready",
  13472. "value": ""
  13473. }, {
  13474. "name": "AddressSource",
  13475. "type": "string",
  13476. "attributes": {},
  13477. "state": "ready",
  13478. "value": ""
  13479. }, {
  13480. "name": "Reserved",
  13481. "type": "bool",
  13482. "attributes": {},
  13483. "state": "ready",
  13484. "value": false
  13485. }],
  13486. "children": [],
  13487. "instances": [{
  13488. "objectInfo": {
  13489. "indexPath": "Devices.Device.21.IPv4Address",
  13490. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.IPv4Address",
  13491. "name": "1",
  13492. "key": "192_168_1_11",
  13493. "attributes": {
  13494. "instance": true
  13495. },
  13496. "state": "ready",
  13497. "parameterCount": 5,
  13498. "childCount": 0,
  13499. "instanceCount": 0
  13500. },
  13501. "functions": [],
  13502. "parameters": [{
  13503. "name": "Address",
  13504. "type": "string",
  13505. "attributes": {},
  13506. "state": "ready",
  13507. "value": "192.168.1.11"
  13508. }, {
  13509. "name": "Status",
  13510. "type": "string",
  13511. "attributes": {},
  13512. "state": "ready",
  13513. "value": "reachable"
  13514. }, {
  13515. "name": "Scope",
  13516. "type": "string",
  13517. "attributes": {},
  13518. "state": "ready",
  13519. "value": "global"
  13520. }, {
  13521. "name": "AddressSource",
  13522. "type": "string",
  13523. "attributes": {},
  13524. "state": "ready",
  13525. "value": "DHCP"
  13526. }, {
  13527. "name": "Reserved",
  13528. "type": "bool",
  13529. "attributes": {},
  13530. "state": "ready",
  13531. "value": false
  13532. }],
  13533. "children": [],
  13534. "instances": []
  13535. }]
  13536. }, {
  13537. "objectInfo": {
  13538. "indexPath": "Devices.Device.21",
  13539. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7",
  13540. "name": "IPv6Address",
  13541. "key": "IPv6Address",
  13542. "attributes": {
  13543. "template": true
  13544. },
  13545. "state": "ready",
  13546. "parameterCount": 4,
  13547. "childCount": 0,
  13548. "instanceCount": 1
  13549. },
  13550. "templateInfo": {
  13551. "maxInstances": 4294967295
  13552. },
  13553. "functions": [],
  13554. "parameters": [{
  13555. "name": "Address",
  13556. "type": "string",
  13557. "attributes": {},
  13558. "state": "ready",
  13559. "value": ""
  13560. }, {
  13561. "name": "Status",
  13562. "type": "string",
  13563. "attributes": {},
  13564. "state": "ready",
  13565. "value": ""
  13566. }, {
  13567. "name": "Scope",
  13568. "type": "string",
  13569. "attributes": {},
  13570. "state": "ready",
  13571. "value": ""
  13572. }, {
  13573. "name": "AddressSource",
  13574. "type": "string",
  13575. "attributes": {},
  13576. "state": "ready",
  13577. "value": ""
  13578. }],
  13579. "children": [],
  13580. "instances": [{
  13581. "objectInfo": {
  13582. "indexPath": "Devices.Device.21.IPv6Address",
  13583. "keyPath": "Devices.Device.5C:F8:A1:8D:10:D7.IPv6Address",
  13584. "name": "25",
  13585. "key": "fe80::5ef8:a1ff:fe8d:10d7",
  13586. "attributes": {
  13587. "instance": true
  13588. },
  13589. "state": "ready",
  13590. "parameterCount": 4,
  13591. "childCount": 0,
  13592. "instanceCount": 0
  13593. },
  13594. "functions": [],
  13595. "parameters": [{
  13596. "name": "Address",
  13597. "type": "string",
  13598. "attributes": {},
  13599. "state": "ready",
  13600. "value": "fe80::5ef8:a1ff:fe8d:10d7"
  13601. }, {
  13602. "name": "Status",
  13603. "type": "string",
  13604. "attributes": {},
  13605. "state": "ready",
  13606. "value": "reachable"
  13607. }, {
  13608. "name": "Scope",
  13609. "type": "string",
  13610. "attributes": {},
  13611. "state": "ready",
  13612. "value": "link"
  13613. }, {
  13614. "name": "AddressSource",
  13615. "type": "string",
  13616. "attributes": {},
  13617. "state": "ready",
  13618. "value": "Static"
  13619. }],
  13620. "children": [],
  13621. "instances": []
  13622. }]
  13623. }],
  13624. "instances": []
  13625. }, {
  13626. "objectInfo": {
  13627. "indexPath": "Devices.Device",
  13628. "keyPath": "Devices.Device",
  13629. "name": "22",
  13630. "key": "84:3A:4B:12:DC:6A",
  13631. "attributes": {
  13632. "instance": true,
  13633. "persistent": true
  13634. },
  13635. "state": "ready",
  13636. "parameterCount": 22,
  13637. "childCount": 7,
  13638. "instanceCount": 0
  13639. },
  13640. "functions": [{
  13641. "name": "get",
  13642. "type": "device_t",
  13643. "attributes": {},
  13644. "arguments": [{
  13645. "name": "flags",
  13646. "type": "string",
  13647. "attributes": {}
  13648. }]
  13649. }, {
  13650. "name": "hasTag",
  13651. "type": "bool",
  13652. "attributes": {},
  13653. "arguments": [{
  13654. "name": "tag",
  13655. "type": "string",
  13656. "attributes": {
  13657. "mandatory": true
  13658. }
  13659. }, {
  13660. "name": "expression",
  13661. "type": "string",
  13662. "attributes": {}
  13663. }, {
  13664. "name": "traverse",
  13665. "type": "string",
  13666. "attributes": {}
  13667. }]
  13668. }, {
  13669. "name": "getFirstParameter",
  13670. "type": "variant",
  13671. "attributes": {},
  13672. "arguments": [{
  13673. "name": "parameter",
  13674. "type": "string",
  13675. "attributes": {
  13676. "mandatory": true
  13677. }
  13678. }, {
  13679. "name": "expression",
  13680. "type": "string",
  13681. "attributes": {}
  13682. }, {
  13683. "name": "traverse",
  13684. "type": "string",
  13685. "attributes": {}
  13686. }]
  13687. }, {
  13688. "name": "getParameters",
  13689. "type": "list",
  13690. "attributes": {},
  13691. "arguments": [{
  13692. "name": "parameter",
  13693. "type": "string",
  13694. "attributes": {
  13695. "mandatory": true
  13696. }
  13697. }, {
  13698. "name": "expression",
  13699. "type": "string",
  13700. "attributes": {}
  13701. }, {
  13702. "name": "traverse",
  13703. "type": "string",
  13704. "attributes": {}
  13705. }]
  13706. }, {
  13707. "name": "topology",
  13708. "type": "variant",
  13709. "attributes": {},
  13710. "arguments": [{
  13711. "name": "expression",
  13712. "type": "string",
  13713. "attributes": {}
  13714. }, {
  13715. "name": "traverse",
  13716. "type": "string",
  13717. "attributes": {}
  13718. }, {
  13719. "name": "flags",
  13720. "type": "string",
  13721. "attributes": {}
  13722. }]
  13723. }, {
  13724. "name": "isLinkedTo",
  13725. "type": "bool",
  13726. "attributes": {},
  13727. "arguments": [{
  13728. "name": "device",
  13729. "type": "string",
  13730. "attributes": {
  13731. "mandatory": true
  13732. }
  13733. }, {
  13734. "name": "traverse",
  13735. "type": "string",
  13736. "attributes": {}
  13737. }]
  13738. }],
  13739. "parameters": [{
  13740. "name": "Key",
  13741. "type": "string",
  13742. "attributes": {
  13743. "read_only": true,
  13744. "persistent": true
  13745. },
  13746. "state": "ready",
  13747. "value": "84:3A:4B:12:DC:6A"
  13748. }, {
  13749. "name": "DiscoverySource",
  13750. "type": "string",
  13751. "attributes": {
  13752. "read_only": true,
  13753. "persistent": true
  13754. },
  13755. "state": "ready",
  13756. "value": "neighborhood"
  13757. }, {
  13758. "name": "Name",
  13759. "type": "string",
  13760. "attributes": {
  13761. "read_only": true
  13762. },
  13763. "state": "ready",
  13764. "value": "Isalith"
  13765. }, {
  13766. "name": "DeviceType",
  13767. "type": "string",
  13768. "attributes": {
  13769. "read_only": true
  13770. },
  13771. "state": "ready",
  13772. "value": "Computer"
  13773. }, {
  13774. "name": "Active",
  13775. "type": "bool",
  13776. "attributes": {
  13777. "read_only": true
  13778. },
  13779. "state": "ready",
  13780. "value": true
  13781. }, {
  13782. "name": "Tags",
  13783. "type": "string",
  13784. "attributes": {
  13785. "persistent": true
  13786. },
  13787. "state": "ready",
  13788. "value": "lan mac physical ipv4 ipv6 edev dhcp wifi"
  13789. }, {
  13790. "name": "LastConnection",
  13791. "type": "date_time",
  13792. "attributes": {
  13793. "persistent": true,
  13794. "volatile": true
  13795. },
  13796. "state": "ready",
  13797. "value": "2016-10-01T15:29:02Z"
  13798. }, {
  13799. "name": "LastChanged",
  13800. "type": "date_time",
  13801. "attributes": {
  13802. "persistent": true,
  13803. "volatile": true
  13804. },
  13805. "state": "ready",
  13806. "value": "2016-10-01T15:25:29Z"
  13807. }, {
  13808. "name": "Master",
  13809. "type": "string",
  13810. "attributes": {
  13811. "read_only": true,
  13812. "persistent": true
  13813. },
  13814. "state": "ready",
  13815. "value": ""
  13816. }, {
  13817. "name": "IPAddress",
  13818. "type": "string",
  13819. "attributes": {},
  13820. "state": "ready",
  13821. "value": "192.168.1.19"
  13822. }, {
  13823. "name": "IPAddressSource",
  13824. "type": "string",
  13825. "attributes": {},
  13826. "state": "ready",
  13827. "value": "DHCP"
  13828. }, {
  13829. "name": "PhysAddress",
  13830. "type": "string",
  13831. "attributes": {
  13832. "read_only": true,
  13833. "persistent": true
  13834. },
  13835. "state": "ready",
  13836. "value": "84:3A:4B:12:DC:6A"
  13837. }, {
  13838. "name": "Ageing",
  13839. "type": "bool",
  13840. "attributes": {
  13841. "read_only": true,
  13842. "volatile": true
  13843. },
  13844. "state": "ready",
  13845. "value": false
  13846. }, {
  13847. "name": "Layer2Interface",
  13848. "type": "string",
  13849. "attributes": {
  13850. "read_only": true,
  13851. "persistent": true
  13852. },
  13853. "state": "ready",
  13854. "value": "wl1"
  13855. }, {
  13856. "name": "VendorClassID",
  13857. "type": "string",
  13858. "attributes": {
  13859. "read_only": true,
  13860. "persistent": true
  13861. },
  13862. "state": "ready",
  13863. "value": ""
  13864. }, {
  13865. "name": "UserClassID",
  13866. "type": "string",
  13867. "attributes": {
  13868. "read_only": true,
  13869. "persistent": true
  13870. },
  13871. "state": "ready",
  13872. "value": ""
  13873. }, {
  13874. "name": "ClientID",
  13875. "type": "string",
  13876. "attributes": {
  13877. "read_only": true,
  13878. "persistent": true
  13879. },
  13880. "state": "ready",
  13881. "value": "01:84:3A:4B:12:DC:6A"
  13882. }, {
  13883. "name": "SerialNumber",
  13884. "type": "string",
  13885. "attributes": {
  13886. "read_only": true,
  13887. "persistent": true
  13888. },
  13889. "state": "ready",
  13890. "value": ""
  13891. }, {
  13892. "name": "ProductClass",
  13893. "type": "string",
  13894. "attributes": {
  13895. "read_only": true,
  13896. "persistent": true
  13897. },
  13898. "state": "ready",
  13899. "value": ""
  13900. }, {
  13901. "name": "OUI",
  13902. "type": "string",
  13903. "attributes": {
  13904. "read_only": true,
  13905. "persistent": true
  13906. },
  13907. "state": "ready",
  13908. "value": ""
  13909. }, {
  13910. "name": "SignalStrength",
  13911. "type": "int32",
  13912. "attributes": {
  13913. "read_only": true
  13914. },
  13915. "state": "ready",
  13916. "value": -77
  13917. }, {
  13918. "name": "SignalNoiseRatio",
  13919. "type": "int32",
  13920. "attributes": {
  13921. "read_only": true
  13922. },
  13923. "state": "ready",
  13924. "value": 0
  13925. }],
  13926. "children": [{
  13927. "objectInfo": {
  13928. "indexPath": "Devices.Device.22",
  13929. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  13930. "name": "Alternative",
  13931. "key": "Alternative",
  13932. "attributes": {
  13933. "read_only": true,
  13934. "template": true,
  13935. "persistent": true
  13936. },
  13937. "state": "ready",
  13938. "parameterCount": 0,
  13939. "childCount": 0,
  13940. "instanceCount": 0
  13941. },
  13942. "templateInfo": {
  13943. "maxInstances": 4294967295
  13944. },
  13945. "functions": [],
  13946. "parameters": [],
  13947. "children": [],
  13948. "instances": []
  13949. }, {
  13950. "objectInfo": {
  13951. "indexPath": "Devices.Device.22",
  13952. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  13953. "name": "Names",
  13954. "key": "Names",
  13955. "attributes": {
  13956. "template": true,
  13957. "persistent": true
  13958. },
  13959. "state": "ready",
  13960. "parameterCount": 2,
  13961. "childCount": 0,
  13962. "instanceCount": 3
  13963. },
  13964. "templateInfo": {
  13965. "maxInstances": 4294967295
  13966. },
  13967. "functions": [],
  13968. "parameters": [{
  13969. "name": "Name",
  13970. "type": "string",
  13971. "attributes": {
  13972. "read_only": true,
  13973. "persistent": true
  13974. },
  13975. "state": "ready",
  13976. "value": ""
  13977. }, {
  13978. "name": "Source",
  13979. "type": "string",
  13980. "attributes": {
  13981. "read_only": true,
  13982. "persistent": true
  13983. },
  13984. "state": "ready",
  13985. "value": ""
  13986. }],
  13987. "children": [],
  13988. "instances": [{
  13989. "objectInfo": {
  13990. "indexPath": "Devices.Device.22.Names",
  13991. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.Names",
  13992. "name": "1",
  13993. "key": "default",
  13994. "attributes": {
  13995. "instance": true,
  13996. "persistent": true
  13997. },
  13998. "state": "ready",
  13999. "parameterCount": 2,
  14000. "childCount": 0,
  14001. "instanceCount": 0
  14002. },
  14003. "functions": [],
  14004. "parameters": [{
  14005. "name": "Name",
  14006. "type": "string",
  14007. "attributes": {
  14008. "read_only": true,
  14009. "persistent": true
  14010. },
  14011. "state": "ready",
  14012. "value": "PC-22"
  14013. }, {
  14014. "name": "Source",
  14015. "type": "string",
  14016. "attributes": {
  14017. "read_only": true,
  14018. "persistent": true
  14019. },
  14020. "state": "ready",
  14021. "value": "default"
  14022. }],
  14023. "children": [],
  14024. "instances": []
  14025. }, {
  14026. "objectInfo": {
  14027. "indexPath": "Devices.Device.22.Names",
  14028. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.Names",
  14029. "name": "2",
  14030. "key": "dhcp",
  14031. "attributes": {
  14032. "instance": true,
  14033. "persistent": true
  14034. },
  14035. "state": "ready",
  14036. "parameterCount": 2,
  14037. "childCount": 0,
  14038. "instanceCount": 0
  14039. },
  14040. "functions": [],
  14041. "parameters": [{
  14042. "name": "Name",
  14043. "type": "string",
  14044. "attributes": {
  14045. "read_only": true,
  14046. "persistent": true
  14047. },
  14048. "state": "ready",
  14049. "value": "Isalith"
  14050. }, {
  14051. "name": "Source",
  14052. "type": "string",
  14053. "attributes": {
  14054. "read_only": true,
  14055. "persistent": true
  14056. },
  14057. "state": "ready",
  14058. "value": "dhcp"
  14059. }],
  14060. "children": [],
  14061. "instances": []
  14062. }, {
  14063. "objectInfo": {
  14064. "indexPath": "Devices.Device.22.Names",
  14065. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.Names",
  14066. "name": "3",
  14067. "key": "mdns",
  14068. "attributes": {
  14069. "instance": true,
  14070. "persistent": true
  14071. },
  14072. "state": "ready",
  14073. "parameterCount": 2,
  14074. "childCount": 0,
  14075. "instanceCount": 0
  14076. },
  14077. "functions": [],
  14078. "parameters": [{
  14079. "name": "Name",
  14080. "type": "string",
  14081. "attributes": {
  14082. "read_only": true,
  14083. "persistent": true
  14084. },
  14085. "state": "ready",
  14086. "value": "Isalith"
  14087. }, {
  14088. "name": "Source",
  14089. "type": "string",
  14090. "attributes": {
  14091. "read_only": true,
  14092. "persistent": true
  14093. },
  14094. "state": "ready",
  14095. "value": "mdns"
  14096. }],
  14097. "children": [],
  14098. "instances": []
  14099. }]
  14100. }, {
  14101. "objectInfo": {
  14102. "indexPath": "Devices.Device.22",
  14103. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  14104. "name": "DeviceTypes",
  14105. "key": "DeviceTypes",
  14106. "attributes": {
  14107. "template": true,
  14108. "persistent": true
  14109. },
  14110. "state": "ready",
  14111. "parameterCount": 2,
  14112. "childCount": 0,
  14113. "instanceCount": 1
  14114. },
  14115. "templateInfo": {
  14116. "maxInstances": 4294967295
  14117. },
  14118. "functions": [],
  14119. "parameters": [{
  14120. "name": "Type",
  14121. "type": "string",
  14122. "attributes": {
  14123. "read_only": true,
  14124. "persistent": true
  14125. },
  14126. "state": "ready",
  14127. "value": ""
  14128. }, {
  14129. "name": "Source",
  14130. "type": "string",
  14131. "attributes": {
  14132. "read_only": true,
  14133. "persistent": true
  14134. },
  14135. "state": "ready",
  14136. "value": ""
  14137. }],
  14138. "children": [],
  14139. "instances": [{
  14140. "objectInfo": {
  14141. "indexPath": "Devices.Device.22.DeviceTypes",
  14142. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.DeviceTypes",
  14143. "name": "1",
  14144. "key": "default",
  14145. "attributes": {
  14146. "instance": true,
  14147. "persistent": true
  14148. },
  14149. "state": "ready",
  14150. "parameterCount": 2,
  14151. "childCount": 0,
  14152. "instanceCount": 0
  14153. },
  14154. "functions": [],
  14155. "parameters": [{
  14156. "name": "Type",
  14157. "type": "string",
  14158. "attributes": {
  14159. "read_only": true,
  14160. "persistent": true
  14161. },
  14162. "state": "ready",
  14163. "value": "Computer"
  14164. }, {
  14165. "name": "Source",
  14166. "type": "string",
  14167. "attributes": {
  14168. "read_only": true,
  14169. "persistent": true
  14170. },
  14171. "state": "ready",
  14172. "value": "default"
  14173. }],
  14174. "children": [],
  14175. "instances": []
  14176. }]
  14177. }, {
  14178. "objectInfo": {
  14179. "indexPath": "Devices.Device.22",
  14180. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  14181. "name": "UDevice",
  14182. "key": "UDevice",
  14183. "attributes": {
  14184. "read_only": true,
  14185. "template": true
  14186. },
  14187. "state": "ready",
  14188. "parameterCount": 1,
  14189. "childCount": 0,
  14190. "instanceCount": 1
  14191. },
  14192. "templateInfo": {
  14193. "maxInstances": 4294967295
  14194. },
  14195. "functions": [],
  14196. "parameters": [{
  14197. "name": "Type",
  14198. "type": "string",
  14199. "attributes": {
  14200. "read_only": true
  14201. },
  14202. "state": "ready",
  14203. "value": ""
  14204. }],
  14205. "children": [],
  14206. "instances": [{
  14207. "objectInfo": {
  14208. "indexPath": "Devices.Device.22.UDevice",
  14209. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.UDevice",
  14210. "name": "1",
  14211. "key": "wl1",
  14212. "attributes": {
  14213. "instance": true
  14214. },
  14215. "state": "ready",
  14216. "parameterCount": 1,
  14217. "childCount": 0,
  14218. "instanceCount": 0
  14219. },
  14220. "functions": [],
  14221. "parameters": [{
  14222. "name": "Type",
  14223. "type": "string",
  14224. "attributes": {
  14225. "read_only": true
  14226. },
  14227. "state": "ready",
  14228. "value": "default"
  14229. }],
  14230. "children": [],
  14231. "instances": []
  14232. }]
  14233. }, {
  14234. "objectInfo": {
  14235. "indexPath": "Devices.Device.22",
  14236. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  14237. "name": "LDevice",
  14238. "key": "LDevice",
  14239. "attributes": {
  14240. "read_only": true,
  14241. "template": true
  14242. },
  14243. "state": "ready",
  14244. "parameterCount": 1,
  14245. "childCount": 0,
  14246. "instanceCount": 0
  14247. },
  14248. "templateInfo": {
  14249. "maxInstances": 4294967295
  14250. },
  14251. "functions": [],
  14252. "parameters": [{
  14253. "name": "Type",
  14254. "type": "string",
  14255. "attributes": {
  14256. "read_only": true
  14257. },
  14258. "state": "ready",
  14259. "value": ""
  14260. }],
  14261. "children": [],
  14262. "instances": []
  14263. }, {
  14264. "objectInfo": {
  14265. "indexPath": "Devices.Device.22",
  14266. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  14267. "name": "IPv4Address",
  14268. "key": "IPv4Address",
  14269. "attributes": {
  14270. "template": true
  14271. },
  14272. "state": "ready",
  14273. "parameterCount": 5,
  14274. "childCount": 0,
  14275. "instanceCount": 1
  14276. },
  14277. "templateInfo": {
  14278. "maxInstances": 4294967295
  14279. },
  14280. "functions": [],
  14281. "parameters": [{
  14282. "name": "Address",
  14283. "type": "string",
  14284. "attributes": {},
  14285. "state": "ready",
  14286. "value": ""
  14287. }, {
  14288. "name": "Status",
  14289. "type": "string",
  14290. "attributes": {},
  14291. "state": "ready",
  14292. "value": ""
  14293. }, {
  14294. "name": "Scope",
  14295. "type": "string",
  14296. "attributes": {},
  14297. "state": "ready",
  14298. "value": ""
  14299. }, {
  14300. "name": "AddressSource",
  14301. "type": "string",
  14302. "attributes": {},
  14303. "state": "ready",
  14304. "value": ""
  14305. }, {
  14306. "name": "Reserved",
  14307. "type": "bool",
  14308. "attributes": {},
  14309. "state": "ready",
  14310. "value": false
  14311. }],
  14312. "children": [],
  14313. "instances": [{
  14314. "objectInfo": {
  14315. "indexPath": "Devices.Device.22.IPv4Address",
  14316. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.IPv4Address",
  14317. "name": "2",
  14318. "key": "192_168_1_19",
  14319. "attributes": {
  14320. "instance": true
  14321. },
  14322. "state": "ready",
  14323. "parameterCount": 5,
  14324. "childCount": 0,
  14325. "instanceCount": 0
  14326. },
  14327. "functions": [],
  14328. "parameters": [{
  14329. "name": "Address",
  14330. "type": "string",
  14331. "attributes": {},
  14332. "state": "ready",
  14333. "value": "192.168.1.19"
  14334. }, {
  14335. "name": "Status",
  14336. "type": "string",
  14337. "attributes": {},
  14338. "state": "ready",
  14339. "value": "reachable"
  14340. }, {
  14341. "name": "Scope",
  14342. "type": "string",
  14343. "attributes": {},
  14344. "state": "ready",
  14345. "value": "global"
  14346. }, {
  14347. "name": "AddressSource",
  14348. "type": "string",
  14349. "attributes": {},
  14350. "state": "ready",
  14351. "value": "DHCP"
  14352. }, {
  14353. "name": "Reserved",
  14354. "type": "bool",
  14355. "attributes": {},
  14356. "state": "ready",
  14357. "value": false
  14358. }],
  14359. "children": [],
  14360. "instances": []
  14361. }]
  14362. }, {
  14363. "objectInfo": {
  14364. "indexPath": "Devices.Device.22",
  14365. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A",
  14366. "name": "IPv6Address",
  14367. "key": "IPv6Address",
  14368. "attributes": {
  14369. "template": true
  14370. },
  14371. "state": "ready",
  14372. "parameterCount": 4,
  14373. "childCount": 0,
  14374. "instanceCount": 3
  14375. },
  14376. "templateInfo": {
  14377. "maxInstances": 4294967295
  14378. },
  14379. "functions": [],
  14380. "parameters": [{
  14381. "name": "Address",
  14382. "type": "string",
  14383. "attributes": {},
  14384. "state": "ready",
  14385. "value": ""
  14386. }, {
  14387. "name": "Status",
  14388. "type": "string",
  14389. "attributes": {},
  14390. "state": "ready",
  14391. "value": ""
  14392. }, {
  14393. "name": "Scope",
  14394. "type": "string",
  14395. "attributes": {},
  14396. "state": "ready",
  14397. "value": ""
  14398. }, {
  14399. "name": "AddressSource",
  14400. "type": "string",
  14401. "attributes": {},
  14402. "state": "ready",
  14403. "value": ""
  14404. }],
  14405. "children": [],
  14406. "instances": [{
  14407. "objectInfo": {
  14408. "indexPath": "Devices.Device.22.IPv6Address",
  14409. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.IPv6Address",
  14410. "name": "1",
  14411. "key": "fe80::7d50:faaf:8862:c2d7",
  14412. "attributes": {
  14413. "instance": true
  14414. },
  14415. "state": "ready",
  14416. "parameterCount": 4,
  14417. "childCount": 0,
  14418. "instanceCount": 0
  14419. },
  14420. "functions": [],
  14421. "parameters": [{
  14422. "name": "Address",
  14423. "type": "string",
  14424. "attributes": {},
  14425. "state": "ready",
  14426. "value": "fe80::7d50:faaf:8862:c2d7"
  14427. }, {
  14428. "name": "Status",
  14429. "type": "string",
  14430. "attributes": {},
  14431. "state": "ready",
  14432. "value": "reachable"
  14433. }, {
  14434. "name": "Scope",
  14435. "type": "string",
  14436. "attributes": {},
  14437. "state": "ready",
  14438. "value": "link"
  14439. }, {
  14440. "name": "AddressSource",
  14441. "type": "string",
  14442. "attributes": {},
  14443. "state": "ready",
  14444. "value": "Static"
  14445. }],
  14446. "children": [],
  14447. "instances": []
  14448. }, {
  14449. "objectInfo": {
  14450. "indexPath": "Devices.Device.22.IPv6Address",
  14451. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.IPv6Address",
  14452. "name": "2",
  14453. "key": "2a01:cb10:43:e900:4552:2d3:2eb3:f11b",
  14454. "attributes": {
  14455. "instance": true
  14456. },
  14457. "state": "ready",
  14458. "parameterCount": 4,
  14459. "childCount": 0,
  14460. "instanceCount": 0
  14461. },
  14462. "functions": [],
  14463. "parameters": [{
  14464. "name": "Address",
  14465. "type": "string",
  14466. "attributes": {},
  14467. "state": "ready",
  14468. "value": "2a01:cb10:43:e900:4552:2d3:2eb3:f11b"
  14469. }, {
  14470. "name": "Status",
  14471. "type": "string",
  14472. "attributes": {},
  14473. "state": "ready",
  14474. "value": "reachable"
  14475. }, {
  14476. "name": "Scope",
  14477. "type": "string",
  14478. "attributes": {},
  14479. "state": "ready",
  14480. "value": "global"
  14481. }, {
  14482. "name": "AddressSource",
  14483. "type": "string",
  14484. "attributes": {},
  14485. "state": "ready",
  14486. "value": "Static"
  14487. }],
  14488. "children": [],
  14489. "instances": []
  14490. }, {
  14491. "objectInfo": {
  14492. "indexPath": "Devices.Device.22.IPv6Address",
  14493. "keyPath": "Devices.Device.84:3A:4B:12:DC:6A.IPv6Address",
  14494. "name": "3",
  14495. "key": "2a01:cb10:43:e900:867f:55b1:d958:4501",
  14496. "attributes": {
  14497. "instance": true
  14498. },
  14499. "state": "ready",
  14500. "parameterCount": 4,
  14501. "childCount": 0,
  14502. "instanceCount": 0
  14503. },
  14504. "functions": [],
  14505. "parameters": [{
  14506. "name": "Address",
  14507. "type": "string",
  14508. "attributes": {},
  14509. "state": "ready",
  14510. "value": "2a01:cb10:43:e900:867f:55b1:d958:4501"
  14511. }, {
  14512. "name": "Status",
  14513. "type": "string",
  14514. "attributes": {},
  14515. "state": "ready",
  14516. "value": "reachable"
  14517. }, {
  14518. "name": "Scope",
  14519. "type": "string",
  14520. "attributes": {},
  14521. "state": "ready",
  14522. "value": "global"
  14523. }, {
  14524. "name": "AddressSource",
  14525. "type": "string",
  14526. "attributes": {},
  14527. "state": "ready",
  14528. "value": "Static"
  14529. }],
  14530. "children": [],
  14531. "instances": []
  14532. }]
  14533. }],
  14534. "instances": []
  14535. }, {
  14536. "objectInfo": {
  14537. "indexPath": "Devices.Device",
  14538. "keyPath": "Devices.Device",
  14539. "name": "23",
  14540. "key": "6C:AD:F8:BC:10:58",
  14541. "attributes": {
  14542. "instance": true,
  14543. "persistent": true
  14544. },
  14545. "state": "ready",
  14546. "parameterCount": 22,
  14547. "childCount": 8,
  14548. "instanceCount": 0
  14549. },
  14550. "functions": [{
  14551. "name": "get",
  14552. "type": "device_t",
  14553. "attributes": {},
  14554. "arguments": [{
  14555. "name": "flags",
  14556. "type": "string",
  14557. "attributes": {}
  14558. }]
  14559. }, {
  14560. "name": "hasTag",
  14561. "type": "bool",
  14562. "attributes": {},
  14563. "arguments": [{
  14564. "name": "tag",
  14565. "type": "string",
  14566. "attributes": {
  14567. "mandatory": true
  14568. }
  14569. }, {
  14570. "name": "expression",
  14571. "type": "string",
  14572. "attributes": {}
  14573. }, {
  14574. "name": "traverse",
  14575. "type": "string",
  14576. "attributes": {}
  14577. }]
  14578. }, {
  14579. "name": "getFirstParameter",
  14580. "type": "variant",
  14581. "attributes": {},
  14582. "arguments": [{
  14583. "name": "parameter",
  14584. "type": "string",
  14585. "attributes": {
  14586. "mandatory": true
  14587. }
  14588. }, {
  14589. "name": "expression",
  14590. "type": "string",
  14591. "attributes": {}
  14592. }, {
  14593. "name": "traverse",
  14594. "type": "string",
  14595. "attributes": {}
  14596. }]
  14597. }, {
  14598. "name": "getParameters",
  14599. "type": "list",
  14600. "attributes": {},
  14601. "arguments": [{
  14602. "name": "parameter",
  14603. "type": "string",
  14604. "attributes": {
  14605. "mandatory": true
  14606. }
  14607. }, {
  14608. "name": "expression",
  14609. "type": "string",
  14610. "attributes": {}
  14611. }, {
  14612. "name": "traverse",
  14613. "type": "string",
  14614. "attributes": {}
  14615. }]
  14616. }, {
  14617. "name": "topology",
  14618. "type": "variant",
  14619. "attributes": {},
  14620. "arguments": [{
  14621. "name": "expression",
  14622. "type": "string",
  14623. "attributes": {}
  14624. }, {
  14625. "name": "traverse",
  14626. "type": "string",
  14627. "attributes": {}
  14628. }, {
  14629. "name": "flags",
  14630. "type": "string",
  14631. "attributes": {}
  14632. }]
  14633. }, {
  14634. "name": "isLinkedTo",
  14635. "type": "bool",
  14636. "attributes": {},
  14637. "arguments": [{
  14638. "name": "device",
  14639. "type": "string",
  14640. "attributes": {
  14641. "mandatory": true
  14642. }
  14643. }, {
  14644. "name": "traverse",
  14645. "type": "string",
  14646. "attributes": {}
  14647. }]
  14648. }],
  14649. "parameters": [{
  14650. "name": "Key",
  14651. "type": "string",
  14652. "attributes": {
  14653. "read_only": true,
  14654. "persistent": true
  14655. },
  14656. "state": "ready",
  14657. "value": "6C:AD:F8:BC:10:58"
  14658. }, {
  14659. "name": "DiscoverySource",
  14660. "type": "string",
  14661. "attributes": {
  14662. "read_only": true,
  14663. "persistent": true
  14664. },
  14665. "state": "ready",
  14666. "value": "neighborhood"
  14667. }, {
  14668. "name": "Name",
  14669. "type": "string",
  14670. "attributes": {
  14671. "read_only": true
  14672. },
  14673. "state": "ready",
  14674. "value": "Chromecast"
  14675. }, {
  14676. "name": "DeviceType",
  14677. "type": "string",
  14678. "attributes": {
  14679. "read_only": true
  14680. },
  14681. "state": "ready",
  14682. "value": "Computer"
  14683. }, {
  14684. "name": "Active",
  14685. "type": "bool",
  14686. "attributes": {
  14687. "read_only": true
  14688. },
  14689. "state": "ready",
  14690. "value": true
  14691. }, {
  14692. "name": "Tags",
  14693. "type": "string",
  14694. "attributes": {
  14695. "persistent": true
  14696. },
  14697. "state": "ready",
  14698. "value": "lan mac physical ipv4 ipv6 edev dhcp wifi mdns"
  14699. }, {
  14700. "name": "LastConnection",
  14701. "type": "date_time",
  14702. "attributes": {
  14703. "persistent": true,
  14704. "volatile": true
  14705. },
  14706. "state": "ready",
  14707. "value": "2016-10-01T15:29:02Z"
  14708. }, {
  14709. "name": "LastChanged",
  14710. "type": "date_time",
  14711. "attributes": {
  14712. "persistent": true,
  14713. "volatile": true
  14714. },
  14715. "state": "ready",
  14716. "value": "2016-10-01T15:25:29Z"
  14717. }, {
  14718. "name": "Master",
  14719. "type": "string",
  14720. "attributes": {
  14721. "read_only": true,
  14722. "persistent": true
  14723. },
  14724. "state": "ready",
  14725. "value": ""
  14726. }, {
  14727. "name": "IPAddress",
  14728. "type": "string",
  14729. "attributes": {},
  14730. "state": "ready",
  14731. "value": "192.168.1.12"
  14732. }, {
  14733. "name": "IPAddressSource",
  14734. "type": "string",
  14735. "attributes": {},
  14736. "state": "ready",
  14737. "value": "DHCP"
  14738. }, {
  14739. "name": "PhysAddress",
  14740. "type": "string",
  14741. "attributes": {
  14742. "read_only": true,
  14743. "persistent": true
  14744. },
  14745. "state": "ready",
  14746. "value": "6C:AD:F8:BC:10:58"
  14747. }, {
  14748. "name": "Ageing",
  14749. "type": "bool",
  14750. "attributes": {
  14751. "read_only": true,
  14752. "volatile": true
  14753. },
  14754. "state": "ready",
  14755. "value": false
  14756. }, {
  14757. "name": "Layer2Interface",
  14758. "type": "string",
  14759. "attributes": {
  14760. "read_only": true,
  14761. "persistent": true
  14762. },
  14763. "state": "ready",
  14764. "value": "wl0"
  14765. }, {
  14766. "name": "VendorClassID",
  14767. "type": "string",
  14768. "attributes": {
  14769. "read_only": true,
  14770. "persistent": true
  14771. },
  14772. "state": "ready",
  14773. "value": "dhcpcd-5.2.10:Linux-3.8.13+:armv7l:MV88DE3108"
  14774. }, {
  14775. "name": "UserClassID",
  14776. "type": "string",
  14777. "attributes": {
  14778. "read_only": true,
  14779. "persistent": true
  14780. },
  14781. "state": "ready",
  14782. "value": ""
  14783. }, {
  14784. "name": "ClientID",
  14785. "type": "string",
  14786. "attributes": {
  14787. "read_only": true,
  14788. "persistent": true
  14789. },
  14790. "state": "ready",
  14791. "value": "01:6C:AD:F8:BC:10:58"
  14792. }, {
  14793. "name": "SerialNumber",
  14794. "type": "string",
  14795. "attributes": {
  14796. "read_only": true,
  14797. "persistent": true
  14798. },
  14799. "state": "ready",
  14800. "value": ""
  14801. }, {
  14802. "name": "ProductClass",
  14803. "type": "string",
  14804. "attributes": {
  14805. "read_only": true,
  14806. "persistent": true
  14807. },
  14808. "state": "ready",
  14809. "value": ""
  14810. }, {
  14811. "name": "OUI",
  14812. "type": "string",
  14813. "attributes": {
  14814. "read_only": true,
  14815. "persistent": true
  14816. },
  14817. "state": "ready",
  14818. "value": ""
  14819. }, {
  14820. "name": "SignalStrength",
  14821. "type": "int32",
  14822. "attributes": {
  14823. "read_only": true
  14824. },
  14825. "state": "ready",
  14826. "value": -66
  14827. }, {
  14828. "name": "SignalNoiseRatio",
  14829. "type": "int32",
  14830. "attributes": {
  14831. "read_only": true
  14832. },
  14833. "state": "ready",
  14834. "value": 0
  14835. }],
  14836. "children": [{
  14837. "objectInfo": {
  14838. "indexPath": "Devices.Device.23",
  14839. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  14840. "name": "Alternative",
  14841. "key": "Alternative",
  14842. "attributes": {
  14843. "read_only": true,
  14844. "template": true,
  14845. "persistent": true
  14846. },
  14847. "state": "ready",
  14848. "parameterCount": 0,
  14849. "childCount": 0,
  14850. "instanceCount": 0
  14851. },
  14852. "templateInfo": {
  14853. "maxInstances": 4294967295
  14854. },
  14855. "functions": [],
  14856. "parameters": [],
  14857. "children": [],
  14858. "instances": []
  14859. }, {
  14860. "objectInfo": {
  14861. "indexPath": "Devices.Device.23",
  14862. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  14863. "name": "Names",
  14864. "key": "Names",
  14865. "attributes": {
  14866. "template": true,
  14867. "persistent": true
  14868. },
  14869. "state": "ready",
  14870. "parameterCount": 2,
  14871. "childCount": 0,
  14872. "instanceCount": 2
  14873. },
  14874. "templateInfo": {
  14875. "maxInstances": 4294967295
  14876. },
  14877. "functions": [],
  14878. "parameters": [{
  14879. "name": "Name",
  14880. "type": "string",
  14881. "attributes": {
  14882. "read_only": true,
  14883. "persistent": true
  14884. },
  14885. "state": "ready",
  14886. "value": ""
  14887. }, {
  14888. "name": "Source",
  14889. "type": "string",
  14890. "attributes": {
  14891. "read_only": true,
  14892. "persistent": true
  14893. },
  14894. "state": "ready",
  14895. "value": ""
  14896. }],
  14897. "children": [],
  14898. "instances": [{
  14899. "objectInfo": {
  14900. "indexPath": "Devices.Device.23.Names",
  14901. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.Names",
  14902. "name": "1",
  14903. "key": "default",
  14904. "attributes": {
  14905. "instance": true,
  14906. "persistent": true
  14907. },
  14908. "state": "ready",
  14909. "parameterCount": 2,
  14910. "childCount": 0,
  14911. "instanceCount": 0
  14912. },
  14913. "functions": [],
  14914. "parameters": [{
  14915. "name": "Name",
  14916. "type": "string",
  14917. "attributes": {
  14918. "read_only": true,
  14919. "persistent": true
  14920. },
  14921. "state": "ready",
  14922. "value": "PC-23"
  14923. }, {
  14924. "name": "Source",
  14925. "type": "string",
  14926. "attributes": {
  14927. "read_only": true,
  14928. "persistent": true
  14929. },
  14930. "state": "ready",
  14931. "value": "default"
  14932. }],
  14933. "children": [],
  14934. "instances": []
  14935. }, {
  14936. "objectInfo": {
  14937. "indexPath": "Devices.Device.23.Names",
  14938. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.Names",
  14939. "name": "2",
  14940. "key": "dhcp",
  14941. "attributes": {
  14942. "instance": true,
  14943. "persistent": true
  14944. },
  14945. "state": "ready",
  14946. "parameterCount": 2,
  14947. "childCount": 0,
  14948. "instanceCount": 0
  14949. },
  14950. "functions": [],
  14951. "parameters": [{
  14952. "name": "Name",
  14953. "type": "string",
  14954. "attributes": {
  14955. "read_only": true,
  14956. "persistent": true
  14957. },
  14958. "state": "ready",
  14959. "value": "Chromecast"
  14960. }, {
  14961. "name": "Source",
  14962. "type": "string",
  14963. "attributes": {
  14964. "read_only": true,
  14965. "persistent": true
  14966. },
  14967. "state": "ready",
  14968. "value": "dhcp"
  14969. }],
  14970. "children": [],
  14971. "instances": []
  14972. }]
  14973. }, {
  14974. "objectInfo": {
  14975. "indexPath": "Devices.Device.23",
  14976. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  14977. "name": "DeviceTypes",
  14978. "key": "DeviceTypes",
  14979. "attributes": {
  14980. "template": true,
  14981. "persistent": true
  14982. },
  14983. "state": "ready",
  14984. "parameterCount": 2,
  14985. "childCount": 0,
  14986. "instanceCount": 1
  14987. },
  14988. "templateInfo": {
  14989. "maxInstances": 4294967295
  14990. },
  14991. "functions": [],
  14992. "parameters": [{
  14993. "name": "Type",
  14994. "type": "string",
  14995. "attributes": {
  14996. "read_only": true,
  14997. "persistent": true
  14998. },
  14999. "state": "ready",
  15000. "value": ""
  15001. }, {
  15002. "name": "Source",
  15003. "type": "string",
  15004. "attributes": {
  15005. "read_only": true,
  15006. "persistent": true
  15007. },
  15008. "state": "ready",
  15009. "value": ""
  15010. }],
  15011. "children": [],
  15012. "instances": [{
  15013. "objectInfo": {
  15014. "indexPath": "Devices.Device.23.DeviceTypes",
  15015. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.DeviceTypes",
  15016. "name": "1",
  15017. "key": "default",
  15018. "attributes": {
  15019. "instance": true,
  15020. "persistent": true
  15021. },
  15022. "state": "ready",
  15023. "parameterCount": 2,
  15024. "childCount": 0,
  15025. "instanceCount": 0
  15026. },
  15027. "functions": [],
  15028. "parameters": [{
  15029. "name": "Type",
  15030. "type": "string",
  15031. "attributes": {
  15032. "read_only": true,
  15033. "persistent": true
  15034. },
  15035. "state": "ready",
  15036. "value": "Computer"
  15037. }, {
  15038. "name": "Source",
  15039. "type": "string",
  15040. "attributes": {
  15041. "read_only": true,
  15042. "persistent": true
  15043. },
  15044. "state": "ready",
  15045. "value": "default"
  15046. }],
  15047. "children": [],
  15048. "instances": []
  15049. }]
  15050. }, {
  15051. "objectInfo": {
  15052. "indexPath": "Devices.Device.23",
  15053. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  15054. "name": "UDevice",
  15055. "key": "UDevice",
  15056. "attributes": {
  15057. "read_only": true,
  15058. "template": true
  15059. },
  15060. "state": "ready",
  15061. "parameterCount": 1,
  15062. "childCount": 0,
  15063. "instanceCount": 1
  15064. },
  15065. "templateInfo": {
  15066. "maxInstances": 4294967295
  15067. },
  15068. "functions": [],
  15069. "parameters": [{
  15070. "name": "Type",
  15071. "type": "string",
  15072. "attributes": {
  15073. "read_only": true
  15074. },
  15075. "state": "ready",
  15076. "value": ""
  15077. }],
  15078. "children": [],
  15079. "instances": [{
  15080. "objectInfo": {
  15081. "indexPath": "Devices.Device.23.UDevice",
  15082. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.UDevice",
  15083. "name": "1",
  15084. "key": "wl0",
  15085. "attributes": {
  15086. "instance": true
  15087. },
  15088. "state": "ready",
  15089. "parameterCount": 1,
  15090. "childCount": 0,
  15091. "instanceCount": 0
  15092. },
  15093. "functions": [],
  15094. "parameters": [{
  15095. "name": "Type",
  15096. "type": "string",
  15097. "attributes": {
  15098. "read_only": true
  15099. },
  15100. "state": "ready",
  15101. "value": "default"
  15102. }],
  15103. "children": [],
  15104. "instances": []
  15105. }]
  15106. }, {
  15107. "objectInfo": {
  15108. "indexPath": "Devices.Device.23",
  15109. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  15110. "name": "LDevice",
  15111. "key": "LDevice",
  15112. "attributes": {
  15113. "read_only": true,
  15114. "template": true
  15115. },
  15116. "state": "ready",
  15117. "parameterCount": 1,
  15118. "childCount": 0,
  15119. "instanceCount": 0
  15120. },
  15121. "templateInfo": {
  15122. "maxInstances": 4294967295
  15123. },
  15124. "functions": [],
  15125. "parameters": [{
  15126. "name": "Type",
  15127. "type": "string",
  15128. "attributes": {
  15129. "read_only": true
  15130. },
  15131. "state": "ready",
  15132. "value": ""
  15133. }],
  15134. "children": [],
  15135. "instances": []
  15136. }, {
  15137. "objectInfo": {
  15138. "indexPath": "Devices.Device.23",
  15139. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  15140. "name": "IPv4Address",
  15141. "key": "IPv4Address",
  15142. "attributes": {
  15143. "template": true
  15144. },
  15145. "state": "ready",
  15146. "parameterCount": 5,
  15147. "childCount": 0,
  15148. "instanceCount": 1
  15149. },
  15150. "templateInfo": {
  15151. "maxInstances": 4294967295
  15152. },
  15153. "functions": [],
  15154. "parameters": [{
  15155. "name": "Address",
  15156. "type": "string",
  15157. "attributes": {},
  15158. "state": "ready",
  15159. "value": ""
  15160. }, {
  15161. "name": "Status",
  15162. "type": "string",
  15163. "attributes": {},
  15164. "state": "ready",
  15165. "value": ""
  15166. }, {
  15167. "name": "Scope",
  15168. "type": "string",
  15169. "attributes": {},
  15170. "state": "ready",
  15171. "value": ""
  15172. }, {
  15173. "name": "AddressSource",
  15174. "type": "string",
  15175. "attributes": {},
  15176. "state": "ready",
  15177. "value": ""
  15178. }, {
  15179. "name": "Reserved",
  15180. "type": "bool",
  15181. "attributes": {},
  15182. "state": "ready",
  15183. "value": false
  15184. }],
  15185. "children": [],
  15186. "instances": [{
  15187. "objectInfo": {
  15188. "indexPath": "Devices.Device.23.IPv4Address",
  15189. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.IPv4Address",
  15190. "name": "2",
  15191. "key": "192_168_1_12",
  15192. "attributes": {
  15193. "instance": true
  15194. },
  15195. "state": "ready",
  15196. "parameterCount": 5,
  15197. "childCount": 0,
  15198. "instanceCount": 0
  15199. },
  15200. "functions": [],
  15201. "parameters": [{
  15202. "name": "Address",
  15203. "type": "string",
  15204. "attributes": {},
  15205. "state": "ready",
  15206. "value": "192.168.1.12"
  15207. }, {
  15208. "name": "Status",
  15209. "type": "string",
  15210. "attributes": {},
  15211. "state": "ready",
  15212. "value": "reachable"
  15213. }, {
  15214. "name": "Scope",
  15215. "type": "string",
  15216. "attributes": {},
  15217. "state": "ready",
  15218. "value": "global"
  15219. }, {
  15220. "name": "AddressSource",
  15221. "type": "string",
  15222. "attributes": {},
  15223. "state": "ready",
  15224. "value": "DHCP"
  15225. }, {
  15226. "name": "Reserved",
  15227. "type": "bool",
  15228. "attributes": {},
  15229. "state": "ready",
  15230. "value": false
  15231. }],
  15232. "children": [],
  15233. "instances": []
  15234. }]
  15235. }, {
  15236. "objectInfo": {
  15237. "indexPath": "Devices.Device.23",
  15238. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  15239. "name": "IPv6Address",
  15240. "key": "IPv6Address",
  15241. "attributes": {
  15242. "template": true
  15243. },
  15244. "state": "ready",
  15245. "parameterCount": 4,
  15246. "childCount": 0,
  15247. "instanceCount": 2
  15248. },
  15249. "templateInfo": {
  15250. "maxInstances": 4294967295
  15251. },
  15252. "functions": [],
  15253. "parameters": [{
  15254. "name": "Address",
  15255. "type": "string",
  15256. "attributes": {},
  15257. "state": "ready",
  15258. "value": ""
  15259. }, {
  15260. "name": "Status",
  15261. "type": "string",
  15262. "attributes": {},
  15263. "state": "ready",
  15264. "value": ""
  15265. }, {
  15266. "name": "Scope",
  15267. "type": "string",
  15268. "attributes": {},
  15269. "state": "ready",
  15270. "value": ""
  15271. }, {
  15272. "name": "AddressSource",
  15273. "type": "string",
  15274. "attributes": {},
  15275. "state": "ready",
  15276. "value": ""
  15277. }],
  15278. "children": [],
  15279. "instances": [{
  15280. "objectInfo": {
  15281. "indexPath": "Devices.Device.23.IPv6Address",
  15282. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.IPv6Address",
  15283. "name": "12",
  15284. "key": "2a01:cb10:43:e900:643f:8036:ec5d:634e",
  15285. "attributes": {
  15286. "instance": true
  15287. },
  15288. "state": "ready",
  15289. "parameterCount": 4,
  15290. "childCount": 0,
  15291. "instanceCount": 0
  15292. },
  15293. "functions": [],
  15294. "parameters": [{
  15295. "name": "Address",
  15296. "type": "string",
  15297. "attributes": {},
  15298. "state": "ready",
  15299. "value": "2a01:cb10:43:e900:643f:8036:ec5d:634e"
  15300. }, {
  15301. "name": "Status",
  15302. "type": "string",
  15303. "attributes": {},
  15304. "state": "ready",
  15305. "value": "reachable"
  15306. }, {
  15307. "name": "Scope",
  15308. "type": "string",
  15309. "attributes": {},
  15310. "state": "ready",
  15311. "value": "global"
  15312. }, {
  15313. "name": "AddressSource",
  15314. "type": "string",
  15315. "attributes": {},
  15316. "state": "ready",
  15317. "value": "Static"
  15318. }],
  15319. "children": [],
  15320. "instances": []
  15321. }, {
  15322. "objectInfo": {
  15323. "indexPath": "Devices.Device.23.IPv6Address",
  15324. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.IPv6Address",
  15325. "name": "13",
  15326. "key": "2a01:cb10:43:e900:6ead:f8ff:febc:1058",
  15327. "attributes": {
  15328. "instance": true
  15329. },
  15330. "state": "ready",
  15331. "parameterCount": 4,
  15332. "childCount": 0,
  15333. "instanceCount": 0
  15334. },
  15335. "functions": [],
  15336. "parameters": [{
  15337. "name": "Address",
  15338. "type": "string",
  15339. "attributes": {},
  15340. "state": "ready",
  15341. "value": "2a01:cb10:43:e900:6ead:f8ff:febc:1058"
  15342. }, {
  15343. "name": "Status",
  15344. "type": "string",
  15345. "attributes": {},
  15346. "state": "ready",
  15347. "value": "reachable"
  15348. }, {
  15349. "name": "Scope",
  15350. "type": "string",
  15351. "attributes": {},
  15352. "state": "ready",
  15353. "value": "global"
  15354. }, {
  15355. "name": "AddressSource",
  15356. "type": "string",
  15357. "attributes": {},
  15358. "state": "ready",
  15359. "value": "Static"
  15360. }],
  15361. "children": [],
  15362. "instances": []
  15363. }]
  15364. }, {
  15365. "objectInfo": {
  15366. "indexPath": "Devices.Device.23",
  15367. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58",
  15368. "name": "mDNSService",
  15369. "key": "mDNSService",
  15370. "attributes": {
  15371. "template": true
  15372. },
  15373. "state": "ready",
  15374. "parameterCount": 5,
  15375. "childCount": 0,
  15376. "instanceCount": 1
  15377. },
  15378. "templateInfo": {
  15379. "maxInstances": 4294967295
  15380. },
  15381. "functions": [],
  15382. "parameters": [{
  15383. "name": "Name",
  15384. "type": "string",
  15385. "attributes": {
  15386. "persistent": true
  15387. },
  15388. "state": "ready",
  15389. "value": ""
  15390. }, {
  15391. "name": "ServiceName",
  15392. "type": "string",
  15393. "attributes": {
  15394. "persistent": true
  15395. },
  15396. "state": "ready",
  15397. "value": ""
  15398. }, {
  15399. "name": "Domain",
  15400. "type": "string",
  15401. "attributes": {
  15402. "persistent": true
  15403. },
  15404. "state": "ready",
  15405. "value": ""
  15406. }, {
  15407. "name": "Port",
  15408. "type": "string",
  15409. "attributes": {
  15410. "persistent": true
  15411. },
  15412. "state": "ready",
  15413. "value": ""
  15414. }, {
  15415. "name": "Text",
  15416. "type": "string",
  15417. "attributes": {
  15418. "persistent": true
  15419. },
  15420. "state": "ready",
  15421. "value": ""
  15422. }],
  15423. "children": [],
  15424. "instances": [{
  15425. "objectInfo": {
  15426. "indexPath": "Devices.Device.23.mDNSService",
  15427. "keyPath": "Devices.Device.6C:AD:F8:BC:10:58.mDNSService",
  15428. "name": "1",
  15429. "key": "_googlecast__tcp",
  15430. "attributes": {
  15431. "instance": true
  15432. },
  15433. "state": "ready",
  15434. "parameterCount": 5,
  15435. "childCount": 0,
  15436. "instanceCount": 0
  15437. },
  15438. "functions": [],
  15439. "parameters": [{
  15440. "name": "Name",
  15441. "type": "string",
  15442. "attributes": {
  15443. "persistent": true
  15444. },
  15445. "state": "ready",
  15446. "value": "Chromecast-7728b75a891ff136bd63a7bbf8a466ba"
  15447. }, {
  15448. "name": "ServiceName",
  15449. "type": "string",
  15450. "attributes": {
  15451. "persistent": true
  15452. },
  15453. "state": "ready",
  15454. "value": "_googlecast._tcp"
  15455. }, {
  15456. "name": "Domain",
  15457. "type": "string",
  15458. "attributes": {
  15459. "persistent": true
  15460. },
  15461. "state": "ready",
  15462. "value": "local"
  15463. }, {
  15464. "name": "Port",
  15465. "type": "string",
  15466. "attributes": {
  15467. "persistent": true
  15468. },
  15469. "state": "ready",
  15470. "value": "8009"
  15471. }, {
  15472. "name": "Text",
  15473. "type": "string",
  15474. "attributes": {
  15475. "persistent": true
  15476. },
  15477. "state": "ready",
  15478. "value": "\"id=7728b75a891ff136bd63a7bbf8a466ba\" \"rm=746374C79438EF74\" \"ve=05\" \"md=Chromecast\" \"ic=/setup/icon.png\" \"fn=chromecast salon zurich\" \"ca=4101\" \"st=1\" \"bs=FA8FCA89C183\" \"rs=www.ledirect.fr (Tab)\""
  15479. }],
  15480. "children": [],
  15481. "instances": []
  15482. }]
  15483. }],
  15484. "instances": []
  15485. }, {
  15486. "objectInfo": {
  15487. "indexPath": "Devices.Device",
  15488. "keyPath": "Devices.Device",
  15489. "name": "24",
  15490. "key": "8C:77:12:54:4F:34",
  15491. "attributes": {
  15492. "instance": true,
  15493. "persistent": true
  15494. },
  15495. "state": "ready",
  15496. "parameterCount": 22,
  15497. "childCount": 7,
  15498. "instanceCount": 0
  15499. },
  15500. "functions": [{
  15501. "name": "get",
  15502. "type": "device_t",
  15503. "attributes": {},
  15504. "arguments": [{
  15505. "name": "flags",
  15506. "type": "string",
  15507. "attributes": {}
  15508. }]
  15509. }, {
  15510. "name": "hasTag",
  15511. "type": "bool",
  15512. "attributes": {},
  15513. "arguments": [{
  15514. "name": "tag",
  15515. "type": "string",
  15516. "attributes": {
  15517. "mandatory": true
  15518. }
  15519. }, {
  15520. "name": "expression",
  15521. "type": "string",
  15522. "attributes": {}
  15523. }, {
  15524. "name": "traverse",
  15525. "type": "string",
  15526. "attributes": {}
  15527. }]
  15528. }, {
  15529. "name": "getFirstParameter",
  15530. "type": "variant",
  15531. "attributes": {},
  15532. "arguments": [{
  15533. "name": "parameter",
  15534. "type": "string",
  15535. "attributes": {
  15536. "mandatory": true
  15537. }
  15538. }, {
  15539. "name": "expression",
  15540. "type": "string",
  15541. "attributes": {}
  15542. }, {
  15543. "name": "traverse",
  15544. "type": "string",
  15545. "attributes": {}
  15546. }]
  15547. }, {
  15548. "name": "getParameters",
  15549. "type": "list",
  15550. "attributes": {},
  15551. "arguments": [{
  15552. "name": "parameter",
  15553. "type": "string",
  15554. "attributes": {
  15555. "mandatory": true
  15556. }
  15557. }, {
  15558. "name": "expression",
  15559. "type": "string",
  15560. "attributes": {}
  15561. }, {
  15562. "name": "traverse",
  15563. "type": "string",
  15564. "attributes": {}
  15565. }]
  15566. }, {
  15567. "name": "topology",
  15568. "type": "variant",
  15569. "attributes": {},
  15570. "arguments": [{
  15571. "name": "expression",
  15572. "type": "string",
  15573. "attributes": {}
  15574. }, {
  15575. "name": "traverse",
  15576. "type": "string",
  15577. "attributes": {}
  15578. }, {
  15579. "name": "flags",
  15580. "type": "string",
  15581. "attributes": {}
  15582. }]
  15583. }, {
  15584. "name": "isLinkedTo",
  15585. "type": "bool",
  15586. "attributes": {},
  15587. "arguments": [{
  15588. "name": "device",
  15589. "type": "string",
  15590. "attributes": {
  15591. "mandatory": true
  15592. }
  15593. }, {
  15594. "name": "traverse",
  15595. "type": "string",
  15596. "attributes": {}
  15597. }]
  15598. }],
  15599. "parameters": [{
  15600. "name": "Key",
  15601. "type": "string",
  15602. "attributes": {
  15603. "read_only": true,
  15604. "persistent": true
  15605. },
  15606. "state": "ready",
  15607. "value": "8C:77:12:54:4F:34"
  15608. }, {
  15609. "name": "DiscoverySource",
  15610. "type": "string",
  15611. "attributes": {
  15612. "read_only": true,
  15613. "persistent": true
  15614. },
  15615. "state": "ready",
  15616. "value": "neighborhood"
  15617. }, {
  15618. "name": "Name",
  15619. "type": "string",
  15620. "attributes": {
  15621. "read_only": true
  15622. },
  15623. "state": "ready",
  15624. "value": "android-3abf36e01bdd34bc"
  15625. }, {
  15626. "name": "DeviceType",
  15627. "type": "string",
  15628. "attributes": {
  15629. "read_only": true
  15630. },
  15631. "state": "ready",
  15632. "value": "Mobile"
  15633. }, {
  15634. "name": "Active",
  15635. "type": "bool",
  15636. "attributes": {
  15637. "read_only": true
  15638. },
  15639. "state": "ready",
  15640. "value": true
  15641. }, {
  15642. "name": "Tags",
  15643. "type": "string",
  15644. "attributes": {
  15645. "persistent": true
  15646. },
  15647. "state": "ready",
  15648. "value": "lan mac physical ipv4 ipv6 edev wifi dhcp"
  15649. }, {
  15650. "name": "LastConnection",
  15651. "type": "date_time",
  15652. "attributes": {
  15653. "persistent": true,
  15654. "volatile": true
  15655. },
  15656. "state": "ready",
  15657. "value": "2016-10-01T15:29:02Z"
  15658. }, {
  15659. "name": "LastChanged",
  15660. "type": "date_time",
  15661. "attributes": {
  15662. "persistent": true,
  15663. "volatile": true
  15664. },
  15665. "state": "ready",
  15666. "value": "2016-10-01T15:25:29Z"
  15667. }, {
  15668. "name": "Master",
  15669. "type": "string",
  15670. "attributes": {
  15671. "read_only": true,
  15672. "persistent": true
  15673. },
  15674. "state": "ready",
  15675. "value": ""
  15676. }, {
  15677. "name": "IPAddress",
  15678. "type": "string",
  15679. "attributes": {},
  15680. "state": "ready",
  15681. "value": "192.168.1.15"
  15682. }, {
  15683. "name": "IPAddressSource",
  15684. "type": "string",
  15685. "attributes": {},
  15686. "state": "ready",
  15687. "value": "DHCP"
  15688. }, {
  15689. "name": "PhysAddress",
  15690. "type": "string",
  15691. "attributes": {
  15692. "read_only": true,
  15693. "persistent": true
  15694. },
  15695. "state": "ready",
  15696. "value": "8C:77:12:54:4F:34"
  15697. }, {
  15698. "name": "Ageing",
  15699. "type": "bool",
  15700. "attributes": {
  15701. "read_only": true,
  15702. "volatile": true
  15703. },
  15704. "state": "ready",
  15705. "value": false
  15706. }, {
  15707. "name": "Layer2Interface",
  15708. "type": "string",
  15709. "attributes": {
  15710. "read_only": true,
  15711. "persistent": true
  15712. },
  15713. "state": "ready",
  15714. "value": "wl0"
  15715. }, {
  15716. "name": "SignalStrength",
  15717. "type": "int32",
  15718. "attributes": {
  15719. "read_only": true
  15720. },
  15721. "state": "ready",
  15722. "value": -91
  15723. }, {
  15724. "name": "SignalNoiseRatio",
  15725. "type": "int32",
  15726. "attributes": {
  15727. "read_only": true
  15728. },
  15729. "state": "ready",
  15730. "value": 0
  15731. }, {
  15732. "name": "VendorClassID",
  15733. "type": "string",
  15734. "attributes": {
  15735. "read_only": true,
  15736. "persistent": true
  15737. },
  15738. "state": "ready",
  15739. "value": "dhcpcd-5.2.10:Linux-3.1.10:armv7l:p3"
  15740. }, {
  15741. "name": "UserClassID",
  15742. "type": "string",
  15743. "attributes": {
  15744. "read_only": true,
  15745. "persistent": true
  15746. },
  15747. "state": "ready",
  15748. "value": ""
  15749. }, {
  15750. "name": "ClientID",
  15751. "type": "string",
  15752. "attributes": {
  15753. "read_only": true,
  15754. "persistent": true
  15755. },
  15756. "state": "ready",
  15757. "value": "01:8C:77:12:54:4F:34"
  15758. }, {
  15759. "name": "SerialNumber",
  15760. "type": "string",
  15761. "attributes": {
  15762. "read_only": true,
  15763. "persistent": true
  15764. },
  15765. "state": "ready",
  15766. "value": ""
  15767. }, {
  15768. "name": "ProductClass",
  15769. "type": "string",
  15770. "attributes": {
  15771. "read_only": true,
  15772. "persistent": true
  15773. },
  15774. "state": "ready",
  15775. "value": ""
  15776. }, {
  15777. "name": "OUI",
  15778. "type": "string",
  15779. "attributes": {
  15780. "read_only": true,
  15781. "persistent": true
  15782. },
  15783. "state": "ready",
  15784. "value": ""
  15785. }],
  15786. "children": [{
  15787. "objectInfo": {
  15788. "indexPath": "Devices.Device.24",
  15789. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  15790. "name": "Alternative",
  15791. "key": "Alternative",
  15792. "attributes": {
  15793. "read_only": true,
  15794. "template": true,
  15795. "persistent": true
  15796. },
  15797. "state": "ready",
  15798. "parameterCount": 0,
  15799. "childCount": 0,
  15800. "instanceCount": 0
  15801. },
  15802. "templateInfo": {
  15803. "maxInstances": 4294967295
  15804. },
  15805. "functions": [],
  15806. "parameters": [],
  15807. "children": [],
  15808. "instances": []
  15809. }, {
  15810. "objectInfo": {
  15811. "indexPath": "Devices.Device.24",
  15812. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  15813. "name": "Names",
  15814. "key": "Names",
  15815. "attributes": {
  15816. "template": true,
  15817. "persistent": true
  15818. },
  15819. "state": "ready",
  15820. "parameterCount": 2,
  15821. "childCount": 0,
  15822. "instanceCount": 2
  15823. },
  15824. "templateInfo": {
  15825. "maxInstances": 4294967295
  15826. },
  15827. "functions": [],
  15828. "parameters": [{
  15829. "name": "Name",
  15830. "type": "string",
  15831. "attributes": {
  15832. "read_only": true,
  15833. "persistent": true
  15834. },
  15835. "state": "ready",
  15836. "value": ""
  15837. }, {
  15838. "name": "Source",
  15839. "type": "string",
  15840. "attributes": {
  15841. "read_only": true,
  15842. "persistent": true
  15843. },
  15844. "state": "ready",
  15845. "value": ""
  15846. }],
  15847. "children": [],
  15848. "instances": [{
  15849. "objectInfo": {
  15850. "indexPath": "Devices.Device.24.Names",
  15851. "keyPath": "Devices.Device.8C:77:12:54:4F:34.Names",
  15852. "name": "1",
  15853. "key": "default",
  15854. "attributes": {
  15855. "instance": true,
  15856. "persistent": true
  15857. },
  15858. "state": "ready",
  15859. "parameterCount": 2,
  15860. "childCount": 0,
  15861. "instanceCount": 0
  15862. },
  15863. "functions": [],
  15864. "parameters": [{
  15865. "name": "Name",
  15866. "type": "string",
  15867. "attributes": {
  15868. "read_only": true,
  15869. "persistent": true
  15870. },
  15871. "state": "ready",
  15872. "value": "PC-24"
  15873. }, {
  15874. "name": "Source",
  15875. "type": "string",
  15876. "attributes": {
  15877. "read_only": true,
  15878. "persistent": true
  15879. },
  15880. "state": "ready",
  15881. "value": "default"
  15882. }],
  15883. "children": [],
  15884. "instances": []
  15885. }, {
  15886. "objectInfo": {
  15887. "indexPath": "Devices.Device.24.Names",
  15888. "keyPath": "Devices.Device.8C:77:12:54:4F:34.Names",
  15889. "name": "2",
  15890. "key": "dhcp",
  15891. "attributes": {
  15892. "instance": true,
  15893. "persistent": true
  15894. },
  15895. "state": "ready",
  15896. "parameterCount": 2,
  15897. "childCount": 0,
  15898. "instanceCount": 0
  15899. },
  15900. "functions": [],
  15901. "parameters": [{
  15902. "name": "Name",
  15903. "type": "string",
  15904. "attributes": {
  15905. "read_only": true,
  15906. "persistent": true
  15907. },
  15908. "state": "ready",
  15909. "value": "android-3abf36e01bdd34bc"
  15910. }, {
  15911. "name": "Source",
  15912. "type": "string",
  15913. "attributes": {
  15914. "read_only": true,
  15915. "persistent": true
  15916. },
  15917. "state": "ready",
  15918. "value": "dhcp"
  15919. }],
  15920. "children": [],
  15921. "instances": []
  15922. }]
  15923. }, {
  15924. "objectInfo": {
  15925. "indexPath": "Devices.Device.24",
  15926. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  15927. "name": "DeviceTypes",
  15928. "key": "DeviceTypes",
  15929. "attributes": {
  15930. "template": true,
  15931. "persistent": true
  15932. },
  15933. "state": "ready",
  15934. "parameterCount": 2,
  15935. "childCount": 0,
  15936. "instanceCount": 2
  15937. },
  15938. "templateInfo": {
  15939. "maxInstances": 4294967295
  15940. },
  15941. "functions": [],
  15942. "parameters": [{
  15943. "name": "Type",
  15944. "type": "string",
  15945. "attributes": {
  15946. "read_only": true,
  15947. "persistent": true
  15948. },
  15949. "state": "ready",
  15950. "value": ""
  15951. }, {
  15952. "name": "Source",
  15953. "type": "string",
  15954. "attributes": {
  15955. "read_only": true,
  15956. "persistent": true
  15957. },
  15958. "state": "ready",
  15959. "value": ""
  15960. }],
  15961. "children": [],
  15962. "instances": [{
  15963. "objectInfo": {
  15964. "indexPath": "Devices.Device.24.DeviceTypes",
  15965. "keyPath": "Devices.Device.8C:77:12:54:4F:34.DeviceTypes",
  15966. "name": "1",
  15967. "key": "dhcp",
  15968. "attributes": {
  15969. "instance": true,
  15970. "persistent": true
  15971. },
  15972. "state": "ready",
  15973. "parameterCount": 2,
  15974. "childCount": 0,
  15975. "instanceCount": 0
  15976. },
  15977. "functions": [],
  15978. "parameters": [{
  15979. "name": "Type",
  15980. "type": "string",
  15981. "attributes": {
  15982. "read_only": true,
  15983. "persistent": true
  15984. },
  15985. "state": "ready",
  15986. "value": "Mobile"
  15987. }, {
  15988. "name": "Source",
  15989. "type": "string",
  15990. "attributes": {
  15991. "read_only": true,
  15992. "persistent": true
  15993. },
  15994. "state": "ready",
  15995. "value": "dhcp"
  15996. }],
  15997. "children": [],
  15998. "instances": []
  15999. }, {
  16000. "objectInfo": {
  16001. "indexPath": "Devices.Device.24.DeviceTypes",
  16002. "keyPath": "Devices.Device.8C:77:12:54:4F:34.DeviceTypes",
  16003. "name": "2",
  16004. "key": "default",
  16005. "attributes": {
  16006. "instance": true,
  16007. "persistent": true
  16008. },
  16009. "state": "ready",
  16010. "parameterCount": 2,
  16011. "childCount": 0,
  16012. "instanceCount": 0
  16013. },
  16014. "functions": [],
  16015. "parameters": [{
  16016. "name": "Type",
  16017. "type": "string",
  16018. "attributes": {
  16019. "read_only": true,
  16020. "persistent": true
  16021. },
  16022. "state": "ready",
  16023. "value": "Computer"
  16024. }, {
  16025. "name": "Source",
  16026. "type": "string",
  16027. "attributes": {
  16028. "read_only": true,
  16029. "persistent": true
  16030. },
  16031. "state": "ready",
  16032. "value": "default"
  16033. }],
  16034. "children": [],
  16035. "instances": []
  16036. }]
  16037. }, {
  16038. "objectInfo": {
  16039. "indexPath": "Devices.Device.24",
  16040. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  16041. "name": "UDevice",
  16042. "key": "UDevice",
  16043. "attributes": {
  16044. "read_only": true,
  16045. "template": true
  16046. },
  16047. "state": "ready",
  16048. "parameterCount": 1,
  16049. "childCount": 0,
  16050. "instanceCount": 1
  16051. },
  16052. "templateInfo": {
  16053. "maxInstances": 4294967295
  16054. },
  16055. "functions": [],
  16056. "parameters": [{
  16057. "name": "Type",
  16058. "type": "string",
  16059. "attributes": {
  16060. "read_only": true
  16061. },
  16062. "state": "ready",
  16063. "value": ""
  16064. }],
  16065. "children": [],
  16066. "instances": [{
  16067. "objectInfo": {
  16068. "indexPath": "Devices.Device.24.UDevice",
  16069. "keyPath": "Devices.Device.8C:77:12:54:4F:34.UDevice",
  16070. "name": "1",
  16071. "key": "wl0",
  16072. "attributes": {
  16073. "instance": true
  16074. },
  16075. "state": "ready",
  16076. "parameterCount": 1,
  16077. "childCount": 0,
  16078. "instanceCount": 0
  16079. },
  16080. "functions": [],
  16081. "parameters": [{
  16082. "name": "Type",
  16083. "type": "string",
  16084. "attributes": {
  16085. "read_only": true
  16086. },
  16087. "state": "ready",
  16088. "value": "default"
  16089. }],
  16090. "children": [],
  16091. "instances": []
  16092. }]
  16093. }, {
  16094. "objectInfo": {
  16095. "indexPath": "Devices.Device.24",
  16096. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  16097. "name": "LDevice",
  16098. "key": "LDevice",
  16099. "attributes": {
  16100. "read_only": true,
  16101. "template": true
  16102. },
  16103. "state": "ready",
  16104. "parameterCount": 1,
  16105. "childCount": 0,
  16106. "instanceCount": 0
  16107. },
  16108. "templateInfo": {
  16109. "maxInstances": 4294967295
  16110. },
  16111. "functions": [],
  16112. "parameters": [{
  16113. "name": "Type",
  16114. "type": "string",
  16115. "attributes": {
  16116. "read_only": true
  16117. },
  16118. "state": "ready",
  16119. "value": ""
  16120. }],
  16121. "children": [],
  16122. "instances": []
  16123. }, {
  16124. "objectInfo": {
  16125. "indexPath": "Devices.Device.24",
  16126. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  16127. "name": "IPv4Address",
  16128. "key": "IPv4Address",
  16129. "attributes": {
  16130. "template": true
  16131. },
  16132. "state": "ready",
  16133. "parameterCount": 5,
  16134. "childCount": 0,
  16135. "instanceCount": 1
  16136. },
  16137. "templateInfo": {
  16138. "maxInstances": 4294967295
  16139. },
  16140. "functions": [],
  16141. "parameters": [{
  16142. "name": "Address",
  16143. "type": "string",
  16144. "attributes": {},
  16145. "state": "ready",
  16146. "value": ""
  16147. }, {
  16148. "name": "Status",
  16149. "type": "string",
  16150. "attributes": {},
  16151. "state": "ready",
  16152. "value": ""
  16153. }, {
  16154. "name": "Scope",
  16155. "type": "string",
  16156. "attributes": {},
  16157. "state": "ready",
  16158. "value": ""
  16159. }, {
  16160. "name": "AddressSource",
  16161. "type": "string",
  16162. "attributes": {},
  16163. "state": "ready",
  16164. "value": ""
  16165. }, {
  16166. "name": "Reserved",
  16167. "type": "bool",
  16168. "attributes": {},
  16169. "state": "ready",
  16170. "value": false
  16171. }],
  16172. "children": [],
  16173. "instances": [{
  16174. "objectInfo": {
  16175. "indexPath": "Devices.Device.24.IPv4Address",
  16176. "keyPath": "Devices.Device.8C:77:12:54:4F:34.IPv4Address",
  16177. "name": "1",
  16178. "key": "192_168_1_15",
  16179. "attributes": {
  16180. "instance": true
  16181. },
  16182. "state": "ready",
  16183. "parameterCount": 5,
  16184. "childCount": 0,
  16185. "instanceCount": 0
  16186. },
  16187. "functions": [],
  16188. "parameters": [{
  16189. "name": "Address",
  16190. "type": "string",
  16191. "attributes": {},
  16192. "state": "ready",
  16193. "value": "192.168.1.15"
  16194. }, {
  16195. "name": "Status",
  16196. "type": "string",
  16197. "attributes": {},
  16198. "state": "ready",
  16199. "value": "reachable"
  16200. }, {
  16201. "name": "Scope",
  16202. "type": "string",
  16203. "attributes": {},
  16204. "state": "ready",
  16205. "value": "global"
  16206. }, {
  16207. "name": "AddressSource",
  16208. "type": "string",
  16209. "attributes": {},
  16210. "state": "ready",
  16211. "value": "DHCP"
  16212. }, {
  16213. "name": "Reserved",
  16214. "type": "bool",
  16215. "attributes": {},
  16216. "state": "ready",
  16217. "value": false
  16218. }],
  16219. "children": [],
  16220. "instances": []
  16221. }]
  16222. }, {
  16223. "objectInfo": {
  16224. "indexPath": "Devices.Device.24",
  16225. "keyPath": "Devices.Device.8C:77:12:54:4F:34",
  16226. "name": "IPv6Address",
  16227. "key": "IPv6Address",
  16228. "attributes": {
  16229. "template": true
  16230. },
  16231. "state": "ready",
  16232. "parameterCount": 4,
  16233. "childCount": 0,
  16234. "instanceCount": 0
  16235. },
  16236. "templateInfo": {
  16237. "maxInstances": 4294967295
  16238. },
  16239. "functions": [],
  16240. "parameters": [{
  16241. "name": "Address",
  16242. "type": "string",
  16243. "attributes": {},
  16244. "state": "ready",
  16245. "value": ""
  16246. }, {
  16247. "name": "Status",
  16248. "type": "string",
  16249. "attributes": {},
  16250. "state": "ready",
  16251. "value": ""
  16252. }, {
  16253. "name": "Scope",
  16254. "type": "string",
  16255. "attributes": {},
  16256. "state": "ready",
  16257. "value": ""
  16258. }, {
  16259. "name": "AddressSource",
  16260. "type": "string",
  16261. "attributes": {},
  16262. "state": "ready",
  16263. "value": ""
  16264. }],
  16265. "children": [],
  16266. "instances": []
  16267. }],
  16268. "instances": []
  16269. }]
  16270. }],
  16271. "instances": []
  16272. }, {
  16273. "objectInfo": {
  16274. "indexPath": "",
  16275. "keyPath": "",
  16276. "name": "Hosts",
  16277. "key": "Hosts",
  16278. "attributes": {},
  16279. "state": "ready",
  16280. "parameterCount": 3,
  16281. "childCount": 2,
  16282. "instanceCount": 0
  16283. },
  16284. "functions": [{
  16285. "name": "getDevices",
  16286. "type": "list",
  16287. "attributes": {},
  16288. "arguments": [{
  16289. "name": "paramName",
  16290. "type": "string",
  16291. "attributes": {}
  16292. }, {
  16293. "name": "paramValue",
  16294. "type": "variant",
  16295. "attributes": {}
  16296. }, {
  16297. "name": "flags",
  16298. "type": "string",
  16299. "attributes": {}
  16300. }]
  16301. }],
  16302. "parameters": [{
  16303. "name": "X_ORANGE-COM_MaximumHosts",
  16304. "type": "uint32",
  16305. "attributes": {},
  16306. "state": "ready",
  16307. "value": 100
  16308. }],
  16309. "children": [{
  16310. "objectInfo": {
  16311. "indexPath": "Hosts",
  16312. "keyPath": "Hosts",
  16313. "name": "Host",
  16314. "key": "Host",
  16315. "attributes": {
  16316. "read_only": true,
  16317. "template": true
  16318. },
  16319. "state": "ready",
  16320. "parameterCount": 27,
  16321. "childCount": 5,
  16322. "instanceCount": 5
  16323. },
  16324. "templateInfo": {
  16325. "maxInstances": 4294967295
  16326. },
  16327. "functions": [],
  16328. "parameters": [{
  16329. "name": "IPAddress",
  16330. "type": "string",
  16331. "attributes": {
  16332. "read_only": true
  16333. },
  16334. "state": "ready",
  16335. "value": ""
  16336. }, {
  16337. "name": "AddressSource",
  16338. "type": "string",
  16339. "attributes": {
  16340. "read_only": true
  16341. },
  16342. "state": "ready",
  16343. "value": "None",
  16344. "validator": ["DHCP", "Static", "AutoIP", "None"]
  16345. }, {
  16346. "name": "LeaseTimeRemaining",
  16347. "type": "int32",
  16348. "attributes": {
  16349. "read_only": true
  16350. },
  16351. "state": "ready",
  16352. "value": 0,
  16353. "validator": {
  16354. "min": "-1"
  16355. }
  16356. }, {
  16357. "name": "MACAddress",
  16358. "type": "string",
  16359. "attributes": {
  16360. "read_only": true,
  16361. "persistent": true
  16362. },
  16363. "state": "ready",
  16364. "value": "",
  16365. "validator": {
  16366. "max": "64"
  16367. }
  16368. }, {
  16369. "name": "Layer2Interface",
  16370. "type": "string",
  16371. "attributes": {
  16372. "read_only": true
  16373. },
  16374. "state": "ready",
  16375. "value": "",
  16376. "validator": {
  16377. "max": "256"
  16378. }
  16379. }, {
  16380. "name": "VendorClassID",
  16381. "type": "string",
  16382. "attributes": {
  16383. "persistent": true
  16384. },
  16385. "state": "ready",
  16386. "value": ""
  16387. }, {
  16388. "name": "ClientID",
  16389. "type": "string",
  16390. "attributes": {
  16391. "persistent": true
  16392. },
  16393. "state": "ready",
  16394. "value": ""
  16395. }, {
  16396. "name": "UserClassID",
  16397. "type": "string",
  16398. "attributes": {
  16399. "persistent": true
  16400. },
  16401. "state": "ready",
  16402. "value": ""
  16403. }, {
  16404. "name": "HostName",
  16405. "type": "string",
  16406. "attributes": {
  16407. "read_only": true
  16408. },
  16409. "state": "ready",
  16410. "value": "",
  16411. "validator": {
  16412. "max": "64"
  16413. }
  16414. }, {
  16415. "name": "X_ORANGE-COM_InterfaceType",
  16416. "type": "string",
  16417. "attributes": {
  16418. "read_only": true
  16419. },
  16420. "state": "ready",
  16421. "value": "Other",
  16422. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  16423. }, {
  16424. "name": "Active",
  16425. "type": "bool",
  16426. "attributes": {
  16427. "read_only": true
  16428. },
  16429. "state": "ready",
  16430. "value": false
  16431. }, {
  16432. "name": "ManufacturerOUI",
  16433. "type": "string",
  16434. "attributes": {
  16435. "read_only": true,
  16436. "persistent": true
  16437. },
  16438. "state": "ready",
  16439. "value": "000000",
  16440. "validator": {
  16441. "min": "6",
  16442. "max": "6"
  16443. }
  16444. }, {
  16445. "name": "SerialNumber",
  16446. "type": "string",
  16447. "attributes": {
  16448. "read_only": true,
  16449. "persistent": true
  16450. },
  16451. "state": "ready",
  16452. "value": "",
  16453. "validator": {
  16454. "max": "64"
  16455. }
  16456. }, {
  16457. "name": "ProductClass",
  16458. "type": "string",
  16459. "attributes": {
  16460. "read_only": true,
  16461. "persistent": true
  16462. },
  16463. "state": "ready",
  16464. "value": "",
  16465. "validator": {
  16466. "max": "64"
  16467. }
  16468. }, {
  16469. "name": "X_ORANGE-COM_DetectedTypes",
  16470. "type": "string",
  16471. "attributes": {},
  16472. "state": "ready",
  16473. "value": ""
  16474. }, {
  16475. "name": "X_ORANGE-COM_DeviceType",
  16476. "type": "string",
  16477. "attributes": {},
  16478. "state": "ready",
  16479. "value": ""
  16480. }, {
  16481. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  16482. "type": "string",
  16483. "attributes": {},
  16484. "state": "ready",
  16485. "value": ""
  16486. }, {
  16487. "name": "X_ORANGE-COM_mDNSServiceNames",
  16488. "type": "string",
  16489. "attributes": {},
  16490. "state": "ready",
  16491. "value": ""
  16492. }, {
  16493. "name": "X_ORANGE-COM_LLTDDevice",
  16494. "type": "bool",
  16495. "attributes": {},
  16496. "state": "ready",
  16497. "value": false
  16498. }, {
  16499. "name": "X_ORANGE-COM_LastChange",
  16500. "type": "date_time",
  16501. "attributes": {},
  16502. "state": "ready",
  16503. "value": "0001-01-01T00:00:00Z"
  16504. }, {
  16505. "name": "Tags",
  16506. "type": "string",
  16507. "attributes": {},
  16508. "state": "ready",
  16509. "value": ""
  16510. }, {
  16511. "name": "X_ORANGE-COM_SSID",
  16512. "type": "string",
  16513. "attributes": {},
  16514. "state": "ready",
  16515. "value": ""
  16516. }, {
  16517. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  16518. "type": "uint32",
  16519. "attributes": {},
  16520. "state": "ready",
  16521. "value": 0
  16522. }, {
  16523. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  16524. "type": "uint32",
  16525. "attributes": {},
  16526. "state": "ready",
  16527. "value": 0
  16528. }, {
  16529. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  16530. "type": "uint32",
  16531. "attributes": {},
  16532. "state": "ready",
  16533. "value": 0
  16534. }, {
  16535. "name": "IPv4AddressNumberOfEntries",
  16536. "type": "uint32",
  16537. "attributes": {},
  16538. "state": "ready",
  16539. "value": 0
  16540. }, {
  16541. "name": "IPv6AddressNumberOfEntries",
  16542. "type": "uint32",
  16543. "attributes": {},
  16544. "state": "ready",
  16545. "value": 0
  16546. }],
  16547. "children": [{
  16548. "objectInfo": {
  16549. "indexPath": "Hosts.Host",
  16550. "keyPath": "Hosts.Host",
  16551. "name": "X_ORANGE-COM_DeviceNames",
  16552. "key": "X_ORANGE-COM_DeviceNames",
  16553. "attributes": {
  16554. "template": true
  16555. },
  16556. "state": "ready",
  16557. "parameterCount": 2,
  16558. "childCount": 0,
  16559. "instanceCount": 0
  16560. },
  16561. "templateInfo": {
  16562. "maxInstances": 4294967295
  16563. },
  16564. "functions": [],
  16565. "parameters": [{
  16566. "name": "Name",
  16567. "type": "string",
  16568. "attributes": {},
  16569. "state": "ready",
  16570. "value": ""
  16571. }, {
  16572. "name": "Source",
  16573. "type": "string",
  16574. "attributes": {},
  16575. "state": "ready",
  16576. "value": ""
  16577. }],
  16578. "children": [],
  16579. "instances": []
  16580. }, {
  16581. "objectInfo": {
  16582. "indexPath": "Hosts.Host",
  16583. "keyPath": "Hosts.Host",
  16584. "name": "IPv4Address",
  16585. "key": "IPv4Address",
  16586. "attributes": {
  16587. "template": true
  16588. },
  16589. "state": "ready",
  16590. "parameterCount": 2,
  16591. "childCount": 0,
  16592. "instanceCount": 0
  16593. },
  16594. "templateInfo": {
  16595. "maxInstances": 4294967295
  16596. },
  16597. "functions": [],
  16598. "parameters": [{
  16599. "name": "IPAddress",
  16600. "type": "string",
  16601. "attributes": {},
  16602. "state": "ready",
  16603. "value": ""
  16604. }, {
  16605. "name": "AddressSource",
  16606. "type": "string",
  16607. "attributes": {},
  16608. "state": "ready",
  16609. "value": ""
  16610. }],
  16611. "children": [],
  16612. "instances": []
  16613. }, {
  16614. "objectInfo": {
  16615. "indexPath": "Hosts.Host",
  16616. "keyPath": "Hosts.Host",
  16617. "name": "IPv6Address",
  16618. "key": "IPv6Address",
  16619. "attributes": {
  16620. "template": true
  16621. },
  16622. "state": "ready",
  16623. "parameterCount": 3,
  16624. "childCount": 0,
  16625. "instanceCount": 0
  16626. },
  16627. "templateInfo": {
  16628. "maxInstances": 4294967295
  16629. },
  16630. "functions": [],
  16631. "parameters": [{
  16632. "name": "IPAddress",
  16633. "type": "string",
  16634. "attributes": {},
  16635. "state": "ready",
  16636. "value": ""
  16637. }, {
  16638. "name": "AddressSource",
  16639. "type": "string",
  16640. "attributes": {},
  16641. "state": "ready",
  16642. "value": ""
  16643. }, {
  16644. "name": "Scope",
  16645. "type": "string",
  16646. "attributes": {},
  16647. "state": "ready",
  16648. "value": ""
  16649. }],
  16650. "children": [],
  16651. "instances": []
  16652. }, {
  16653. "objectInfo": {
  16654. "indexPath": "Hosts.Host",
  16655. "keyPath": "Hosts.Host",
  16656. "name": "X_ORANGE-COM_mDNSServices",
  16657. "key": "X_ORANGE-COM_mDNSServices",
  16658. "attributes": {
  16659. "template": true
  16660. },
  16661. "state": "ready",
  16662. "parameterCount": 3,
  16663. "childCount": 0,
  16664. "instanceCount": 0
  16665. },
  16666. "templateInfo": {
  16667. "maxInstances": 4294967295
  16668. },
  16669. "functions": [],
  16670. "parameters": [{
  16671. "name": "Service",
  16672. "type": "string",
  16673. "attributes": {},
  16674. "state": "ready",
  16675. "value": ""
  16676. }, {
  16677. "name": "ServiceType",
  16678. "type": "string",
  16679. "attributes": {},
  16680. "state": "ready",
  16681. "value": ""
  16682. }, {
  16683. "name": "ServiceName",
  16684. "type": "string",
  16685. "attributes": {},
  16686. "state": "ready",
  16687. "value": ""
  16688. }],
  16689. "children": [],
  16690. "instances": []
  16691. }, {
  16692. "objectInfo": {
  16693. "indexPath": "Hosts.Host",
  16694. "keyPath": "Hosts.Host",
  16695. "name": "UPnP",
  16696. "key": "UPnP",
  16697. "attributes": {},
  16698. "state": "ready",
  16699. "parameterCount": 1,
  16700. "childCount": 1,
  16701. "instanceCount": 0
  16702. },
  16703. "functions": [],
  16704. "parameters": [{
  16705. "name": "DeviceNumberOfEntries",
  16706. "type": "uint32",
  16707. "attributes": {},
  16708. "state": "ready",
  16709. "value": 0
  16710. }],
  16711. "children": [{
  16712. "objectInfo": {
  16713. "indexPath": "Hosts.Host.UPnP",
  16714. "keyPath": "Hosts.Host.UPnP",
  16715. "name": "Device",
  16716. "key": "Device",
  16717. "attributes": {
  16718. "template": true
  16719. },
  16720. "state": "ready",
  16721. "parameterCount": 12,
  16722. "childCount": 0,
  16723. "instanceCount": 0
  16724. },
  16725. "templateInfo": {
  16726. "maxInstances": 4294967295
  16727. },
  16728. "functions": [],
  16729. "parameters": [{
  16730. "name": "Status",
  16731. "type": "string",
  16732. "attributes": {},
  16733. "state": "ready",
  16734. "value": ""
  16735. }, {
  16736. "name": "UUID",
  16737. "type": "string",
  16738. "attributes": {},
  16739. "state": "ready",
  16740. "value": ""
  16741. }, {
  16742. "name": "USN",
  16743. "type": "string",
  16744. "attributes": {},
  16745. "state": "ready",
  16746. "value": ""
  16747. }, {
  16748. "name": "Location",
  16749. "type": "string",
  16750. "attributes": {},
  16751. "state": "ready",
  16752. "value": ""
  16753. }, {
  16754. "name": "Server",
  16755. "type": "string",
  16756. "attributes": {},
  16757. "state": "ready",
  16758. "value": ""
  16759. }, {
  16760. "name": "DeviceType",
  16761. "type": "string",
  16762. "attributes": {},
  16763. "state": "ready",
  16764. "value": ""
  16765. }, {
  16766. "name": "FriendlyName",
  16767. "type": "string",
  16768. "attributes": {},
  16769. "state": "ready",
  16770. "value": ""
  16771. }, {
  16772. "name": "Manufacturer",
  16773. "type": "string",
  16774. "attributes": {},
  16775. "state": "ready",
  16776. "value": ""
  16777. }, {
  16778. "name": "ModelName",
  16779. "type": "string",
  16780. "attributes": {},
  16781. "state": "ready",
  16782. "value": ""
  16783. }, {
  16784. "name": "ModelDescription",
  16785. "type": "string",
  16786. "attributes": {},
  16787. "state": "ready",
  16788. "value": ""
  16789. }, {
  16790. "name": "ModelURL",
  16791. "type": "string",
  16792. "attributes": {},
  16793. "state": "ready",
  16794. "value": ""
  16795. }, {
  16796. "name": "PresentationURL",
  16797. "type": "string",
  16798. "attributes": {},
  16799. "state": "ready",
  16800. "value": ""
  16801. }],
  16802. "children": [],
  16803. "instances": []
  16804. }],
  16805. "instances": []
  16806. }],
  16807. "instances": [{
  16808. "objectInfo": {
  16809. "indexPath": "Hosts.Host",
  16810. "keyPath": "Hosts.Host",
  16811. "name": "1",
  16812. "key": "B8:27:EB:CF:8A:DC",
  16813. "attributes": {
  16814. "instance": true
  16815. },
  16816. "state": "ready",
  16817. "parameterCount": 27,
  16818. "childCount": 5,
  16819. "instanceCount": 0
  16820. },
  16821. "functions": [],
  16822. "parameters": [{
  16823. "name": "IPAddress",
  16824. "type": "string",
  16825. "attributes": {
  16826. "read_only": true
  16827. },
  16828. "state": "ready",
  16829. "value": "192.168.1.10"
  16830. }, {
  16831. "name": "AddressSource",
  16832. "type": "string",
  16833. "attributes": {
  16834. "read_only": true
  16835. },
  16836. "state": "ready",
  16837. "value": "DHCP",
  16838. "validator": ["DHCP", "Static", "AutoIP", "None"]
  16839. }, {
  16840. "name": "LeaseTimeRemaining",
  16841. "type": "int32",
  16842. "attributes": {
  16843. "read_only": true
  16844. },
  16845. "state": "ready",
  16846. "value": -1,
  16847. "validator": {
  16848. "min": "-1"
  16849. }
  16850. }, {
  16851. "name": "MACAddress",
  16852. "type": "string",
  16853. "attributes": {
  16854. "read_only": true,
  16855. "persistent": true
  16856. },
  16857. "state": "ready",
  16858. "value": "B8:27:EB:CF:8A:DC",
  16859. "validator": {
  16860. "max": "64"
  16861. }
  16862. }, {
  16863. "name": "Layer2Interface",
  16864. "type": "string",
  16865. "attributes": {
  16866. "read_only": true
  16867. },
  16868. "state": "ready",
  16869. "value": "eth0",
  16870. "validator": {
  16871. "max": "256"
  16872. }
  16873. }, {
  16874. "name": "VendorClassID",
  16875. "type": "string",
  16876. "attributes": {
  16877. "persistent": true
  16878. },
  16879. "state": "ready",
  16880. "value": "dhcpcd-6.7.1:Linux-4.1.7-v7+:armv7l:BCM2709"
  16881. }, {
  16882. "name": "ClientID",
  16883. "type": "string",
  16884. "attributes": {
  16885. "persistent": true
  16886. },
  16887. "state": "ready",
  16888. "value": "FF:EB:CF:8A:DC:00:01:00:01:1C:DD:60:60:B8:27:EB:CF:8A:DC"
  16889. }, {
  16890. "name": "UserClassID",
  16891. "type": "string",
  16892. "attributes": {
  16893. "persistent": true
  16894. },
  16895. "state": "ready",
  16896. "value": ""
  16897. }, {
  16898. "name": "HostName",
  16899. "type": "string",
  16900. "attributes": {
  16901. "read_only": true
  16902. },
  16903. "state": "ready",
  16904. "value": "rpi",
  16905. "validator": {
  16906. "max": "64"
  16907. }
  16908. }, {
  16909. "name": "X_ORANGE-COM_InterfaceType",
  16910. "type": "string",
  16911. "attributes": {
  16912. "read_only": true
  16913. },
  16914. "state": "ready",
  16915. "value": "Ethernet",
  16916. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  16917. }, {
  16918. "name": "Active",
  16919. "type": "bool",
  16920. "attributes": {
  16921. "read_only": true
  16922. },
  16923. "state": "ready",
  16924. "value": true
  16925. }, {
  16926. "name": "ManufacturerOUI",
  16927. "type": "string",
  16928. "attributes": {
  16929. "read_only": true,
  16930. "persistent": true
  16931. },
  16932. "state": "ready",
  16933. "value": "000000",
  16934. "validator": {
  16935. "min": "6",
  16936. "max": "6"
  16937. }
  16938. }, {
  16939. "name": "SerialNumber",
  16940. "type": "string",
  16941. "attributes": {
  16942. "read_only": true,
  16943. "persistent": true
  16944. },
  16945. "state": "ready",
  16946. "value": "",
  16947. "validator": {
  16948. "max": "64"
  16949. }
  16950. }, {
  16951. "name": "ProductClass",
  16952. "type": "string",
  16953. "attributes": {
  16954. "read_only": true,
  16955. "persistent": true
  16956. },
  16957. "state": "ready",
  16958. "value": "",
  16959. "validator": {
  16960. "max": "64"
  16961. }
  16962. }, {
  16963. "name": "X_ORANGE-COM_DetectedTypes",
  16964. "type": "string",
  16965. "attributes": {},
  16966. "state": "ready",
  16967. "value": "_workstation._tcp;_udisks-ssh._tcp"
  16968. }, {
  16969. "name": "X_ORANGE-COM_DeviceType",
  16970. "type": "string",
  16971. "attributes": {},
  16972. "state": "ready",
  16973. "value": "stb"
  16974. }, {
  16975. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  16976. "type": "string",
  16977. "attributes": {},
  16978. "state": "ready",
  16979. "value": ""
  16980. }, {
  16981. "name": "X_ORANGE-COM_mDNSServiceNames",
  16982. "type": "string",
  16983. "attributes": {},
  16984. "state": "ready",
  16985. "value": "raspberry [b8:27:eb:cf:8a:dc];raspberry"
  16986. }, {
  16987. "name": "X_ORANGE-COM_LLTDDevice",
  16988. "type": "bool",
  16989. "attributes": {},
  16990. "state": "ready",
  16991. "value": false
  16992. }, {
  16993. "name": "X_ORANGE-COM_LastChange",
  16994. "type": "date_time",
  16995. "attributes": {},
  16996. "state": "ready",
  16997. "value": "0001-01-01T00:00:00Z"
  16998. }, {
  16999. "name": "Tags",
  17000. "type": "string",
  17001. "attributes": {},
  17002. "state": "ready",
  17003. "value": "lan mac physical edev ipv4 ipv6 dhcp eth mdns"
  17004. }, {
  17005. "name": "X_ORANGE-COM_SSID",
  17006. "type": "string",
  17007. "attributes": {},
  17008. "state": "ready",
  17009. "value": ""
  17010. }, {
  17011. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  17012. "type": "uint32",
  17013. "attributes": {},
  17014. "state": "ready",
  17015. "value": 2
  17016. }, {
  17017. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  17018. "type": "uint32",
  17019. "attributes": {},
  17020. "state": "ready",
  17021. "value": 0
  17022. }, {
  17023. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  17024. "type": "uint32",
  17025. "attributes": {},
  17026. "state": "ready",
  17027. "value": 5
  17028. }, {
  17029. "name": "IPv4AddressNumberOfEntries",
  17030. "type": "uint32",
  17031. "attributes": {},
  17032. "state": "ready",
  17033. "value": 1
  17034. }, {
  17035. "name": "IPv6AddressNumberOfEntries",
  17036. "type": "uint32",
  17037. "attributes": {},
  17038. "state": "ready",
  17039. "value": 0
  17040. }],
  17041. "children": [{
  17042. "objectInfo": {
  17043. "indexPath": "Hosts.Host.1",
  17044. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC",
  17045. "name": "X_ORANGE-COM_DeviceNames",
  17046. "key": "X_ORANGE-COM_DeviceNames",
  17047. "attributes": {
  17048. "template": true
  17049. },
  17050. "state": "ready",
  17051. "parameterCount": 2,
  17052. "childCount": 0,
  17053. "instanceCount": 5
  17054. },
  17055. "templateInfo": {
  17056. "maxInstances": 4294967295
  17057. },
  17058. "functions": [],
  17059. "parameters": [{
  17060. "name": "Name",
  17061. "type": "string",
  17062. "attributes": {},
  17063. "state": "ready",
  17064. "value": ""
  17065. }, {
  17066. "name": "Source",
  17067. "type": "string",
  17068. "attributes": {},
  17069. "state": "ready",
  17070. "value": ""
  17071. }],
  17072. "children": [],
  17073. "instances": [{
  17074. "objectInfo": {
  17075. "indexPath": "Hosts.Host.1.X_ORANGE-COM_DeviceNames",
  17076. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_DeviceNames",
  17077. "name": "1",
  17078. "key": "default",
  17079. "attributes": {
  17080. "instance": true
  17081. },
  17082. "state": "ready",
  17083. "parameterCount": 2,
  17084. "childCount": 0,
  17085. "instanceCount": 0
  17086. },
  17087. "functions": [],
  17088. "parameters": [{
  17089. "name": "Name",
  17090. "type": "string",
  17091. "attributes": {},
  17092. "state": "ready",
  17093. "value": "rpi"
  17094. }, {
  17095. "name": "Source",
  17096. "type": "string",
  17097. "attributes": {},
  17098. "state": "ready",
  17099. "value": "default"
  17100. }],
  17101. "children": [],
  17102. "instances": []
  17103. }, {
  17104. "objectInfo": {
  17105. "indexPath": "Hosts.Host.1.X_ORANGE-COM_DeviceNames",
  17106. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_DeviceNames",
  17107. "name": "2",
  17108. "key": "webui",
  17109. "attributes": {
  17110. "instance": true
  17111. },
  17112. "state": "ready",
  17113. "parameterCount": 2,
  17114. "childCount": 0,
  17115. "instanceCount": 0
  17116. },
  17117. "functions": [],
  17118. "parameters": [{
  17119. "name": "Name",
  17120. "type": "string",
  17121. "attributes": {},
  17122. "state": "ready",
  17123. "value": "rpi"
  17124. }, {
  17125. "name": "Source",
  17126. "type": "string",
  17127. "attributes": {},
  17128. "state": "ready",
  17129. "value": "webui"
  17130. }],
  17131. "children": [],
  17132. "instances": []
  17133. }, {
  17134. "objectInfo": {
  17135. "indexPath": "Hosts.Host.1.X_ORANGE-COM_DeviceNames",
  17136. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_DeviceNames",
  17137. "name": "3",
  17138. "key": "dns",
  17139. "attributes": {
  17140. "instance": true
  17141. },
  17142. "state": "ready",
  17143. "parameterCount": 2,
  17144. "childCount": 0,
  17145. "instanceCount": 0
  17146. },
  17147. "functions": [],
  17148. "parameters": [{
  17149. "name": "Name",
  17150. "type": "string",
  17151. "attributes": {},
  17152. "state": "ready",
  17153. "value": "rpi"
  17154. }, {
  17155. "name": "Source",
  17156. "type": "string",
  17157. "attributes": {},
  17158. "state": "ready",
  17159. "value": "dns"
  17160. }],
  17161. "children": [],
  17162. "instances": []
  17163. }, {
  17164. "objectInfo": {
  17165. "indexPath": "Hosts.Host.1.X_ORANGE-COM_DeviceNames",
  17166. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_DeviceNames",
  17167. "name": "4",
  17168. "key": "dhcp",
  17169. "attributes": {
  17170. "instance": true
  17171. },
  17172. "state": "ready",
  17173. "parameterCount": 2,
  17174. "childCount": 0,
  17175. "instanceCount": 0
  17176. },
  17177. "functions": [],
  17178. "parameters": [{
  17179. "name": "Name",
  17180. "type": "string",
  17181. "attributes": {},
  17182. "state": "ready",
  17183. "value": "raspberry"
  17184. }, {
  17185. "name": "Source",
  17186. "type": "string",
  17187. "attributes": {},
  17188. "state": "ready",
  17189. "value": "dhcp"
  17190. }],
  17191. "children": [],
  17192. "instances": []
  17193. }, {
  17194. "objectInfo": {
  17195. "indexPath": "Hosts.Host.1.X_ORANGE-COM_DeviceNames",
  17196. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_DeviceNames",
  17197. "name": "5",
  17198. "key": "mdns",
  17199. "attributes": {
  17200. "instance": true
  17201. },
  17202. "state": "ready",
  17203. "parameterCount": 2,
  17204. "childCount": 0,
  17205. "instanceCount": 0
  17206. },
  17207. "functions": [],
  17208. "parameters": [{
  17209. "name": "Name",
  17210. "type": "string",
  17211. "attributes": {},
  17212. "state": "ready",
  17213. "value": "raspberry"
  17214. }, {
  17215. "name": "Source",
  17216. "type": "string",
  17217. "attributes": {},
  17218. "state": "ready",
  17219. "value": "mdns"
  17220. }],
  17221. "children": [],
  17222. "instances": []
  17223. }]
  17224. }, {
  17225. "objectInfo": {
  17226. "indexPath": "Hosts.Host.1",
  17227. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC",
  17228. "name": "IPv4Address",
  17229. "key": "IPv4Address",
  17230. "attributes": {
  17231. "template": true
  17232. },
  17233. "state": "ready",
  17234. "parameterCount": 2,
  17235. "childCount": 0,
  17236. "instanceCount": 1
  17237. },
  17238. "templateInfo": {
  17239. "maxInstances": 4294967295
  17240. },
  17241. "functions": [],
  17242. "parameters": [{
  17243. "name": "IPAddress",
  17244. "type": "string",
  17245. "attributes": {},
  17246. "state": "ready",
  17247. "value": ""
  17248. }, {
  17249. "name": "AddressSource",
  17250. "type": "string",
  17251. "attributes": {},
  17252. "state": "ready",
  17253. "value": ""
  17254. }],
  17255. "children": [],
  17256. "instances": [{
  17257. "objectInfo": {
  17258. "indexPath": "Hosts.Host.1.IPv4Address",
  17259. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.IPv4Address",
  17260. "name": "1",
  17261. "key": "192_168_1_10",
  17262. "attributes": {
  17263. "instance": true
  17264. },
  17265. "state": "ready",
  17266. "parameterCount": 2,
  17267. "childCount": 0,
  17268. "instanceCount": 0
  17269. },
  17270. "functions": [],
  17271. "parameters": [{
  17272. "name": "IPAddress",
  17273. "type": "string",
  17274. "attributes": {},
  17275. "state": "ready",
  17276. "value": "192.168.1.10"
  17277. }, {
  17278. "name": "AddressSource",
  17279. "type": "string",
  17280. "attributes": {},
  17281. "state": "ready",
  17282. "value": "DHCP"
  17283. }],
  17284. "children": [],
  17285. "instances": []
  17286. }]
  17287. }, {
  17288. "objectInfo": {
  17289. "indexPath": "Hosts.Host.1",
  17290. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC",
  17291. "name": "IPv6Address",
  17292. "key": "IPv6Address",
  17293. "attributes": {
  17294. "template": true
  17295. },
  17296. "state": "ready",
  17297. "parameterCount": 3,
  17298. "childCount": 0,
  17299. "instanceCount": 0
  17300. },
  17301. "templateInfo": {
  17302. "maxInstances": 4294967295
  17303. },
  17304. "functions": [],
  17305. "parameters": [{
  17306. "name": "IPAddress",
  17307. "type": "string",
  17308. "attributes": {},
  17309. "state": "ready",
  17310. "value": ""
  17311. }, {
  17312. "name": "AddressSource",
  17313. "type": "string",
  17314. "attributes": {},
  17315. "state": "ready",
  17316. "value": ""
  17317. }, {
  17318. "name": "Scope",
  17319. "type": "string",
  17320. "attributes": {},
  17321. "state": "ready",
  17322. "value": ""
  17323. }],
  17324. "children": [],
  17325. "instances": []
  17326. }, {
  17327. "objectInfo": {
  17328. "indexPath": "Hosts.Host.1",
  17329. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC",
  17330. "name": "X_ORANGE-COM_mDNSServices",
  17331. "key": "X_ORANGE-COM_mDNSServices",
  17332. "attributes": {
  17333. "template": true
  17334. },
  17335. "state": "ready",
  17336. "parameterCount": 3,
  17337. "childCount": 0,
  17338. "instanceCount": 2
  17339. },
  17340. "templateInfo": {
  17341. "maxInstances": 4294967295
  17342. },
  17343. "functions": [],
  17344. "parameters": [{
  17345. "name": "Service",
  17346. "type": "string",
  17347. "attributes": {},
  17348. "state": "ready",
  17349. "value": ""
  17350. }, {
  17351. "name": "ServiceType",
  17352. "type": "string",
  17353. "attributes": {},
  17354. "state": "ready",
  17355. "value": ""
  17356. }, {
  17357. "name": "ServiceName",
  17358. "type": "string",
  17359. "attributes": {},
  17360. "state": "ready",
  17361. "value": ""
  17362. }],
  17363. "children": [],
  17364. "instances": [{
  17365. "objectInfo": {
  17366. "indexPath": "Hosts.Host.1.X_ORANGE-COM_mDNSServices",
  17367. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_mDNSServices",
  17368. "name": "1",
  17369. "key": "_workstation__tcp",
  17370. "attributes": {
  17371. "instance": true
  17372. },
  17373. "state": "ready",
  17374. "parameterCount": 3,
  17375. "childCount": 0,
  17376. "instanceCount": 0
  17377. },
  17378. "functions": [],
  17379. "parameters": [{
  17380. "name": "Service",
  17381. "type": "string",
  17382. "attributes": {},
  17383. "state": "ready",
  17384. "value": "raspberry [b8:27:eb:cf:8a:dc]._workstation._tcp.local"
  17385. }, {
  17386. "name": "ServiceType",
  17387. "type": "string",
  17388. "attributes": {},
  17389. "state": "ready",
  17390. "value": "_workstation._tcp"
  17391. }, {
  17392. "name": "ServiceName",
  17393. "type": "string",
  17394. "attributes": {},
  17395. "state": "ready",
  17396. "value": "raspberry [b8:27:eb:cf:8a:dc]"
  17397. }],
  17398. "children": [],
  17399. "instances": []
  17400. }, {
  17401. "objectInfo": {
  17402. "indexPath": "Hosts.Host.1.X_ORANGE-COM_mDNSServices",
  17403. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.X_ORANGE-COM_mDNSServices",
  17404. "name": "2",
  17405. "key": "_udisks-ssh__tcp",
  17406. "attributes": {
  17407. "instance": true
  17408. },
  17409. "state": "ready",
  17410. "parameterCount": 3,
  17411. "childCount": 0,
  17412. "instanceCount": 0
  17413. },
  17414. "functions": [],
  17415. "parameters": [{
  17416. "name": "Service",
  17417. "type": "string",
  17418. "attributes": {},
  17419. "state": "ready",
  17420. "value": "raspberry._udisks-ssh._tcp.local"
  17421. }, {
  17422. "name": "ServiceType",
  17423. "type": "string",
  17424. "attributes": {},
  17425. "state": "ready",
  17426. "value": "_udisks-ssh._tcp"
  17427. }, {
  17428. "name": "ServiceName",
  17429. "type": "string",
  17430. "attributes": {},
  17431. "state": "ready",
  17432. "value": "raspberry"
  17433. }],
  17434. "children": [],
  17435. "instances": []
  17436. }]
  17437. }, {
  17438. "objectInfo": {
  17439. "indexPath": "Hosts.Host.1",
  17440. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC",
  17441. "name": "UPnP",
  17442. "key": "UPnP",
  17443. "attributes": {},
  17444. "state": "ready",
  17445. "parameterCount": 1,
  17446. "childCount": 1,
  17447. "instanceCount": 0
  17448. },
  17449. "functions": [],
  17450. "parameters": [{
  17451. "name": "DeviceNumberOfEntries",
  17452. "type": "uint32",
  17453. "attributes": {},
  17454. "state": "ready",
  17455. "value": 0
  17456. }],
  17457. "children": [{
  17458. "objectInfo": {
  17459. "indexPath": "Hosts.Host.1.UPnP",
  17460. "keyPath": "Hosts.Host.B8:27:EB:CF:8A:DC.UPnP",
  17461. "name": "Device",
  17462. "key": "Device",
  17463. "attributes": {
  17464. "template": true
  17465. },
  17466. "state": "ready",
  17467. "parameterCount": 12,
  17468. "childCount": 0,
  17469. "instanceCount": 0
  17470. },
  17471. "templateInfo": {
  17472. "maxInstances": 4294967295
  17473. },
  17474. "functions": [],
  17475. "parameters": [{
  17476. "name": "Status",
  17477. "type": "string",
  17478. "attributes": {},
  17479. "state": "ready",
  17480. "value": ""
  17481. }, {
  17482. "name": "UUID",
  17483. "type": "string",
  17484. "attributes": {},
  17485. "state": "ready",
  17486. "value": ""
  17487. }, {
  17488. "name": "USN",
  17489. "type": "string",
  17490. "attributes": {},
  17491. "state": "ready",
  17492. "value": ""
  17493. }, {
  17494. "name": "Location",
  17495. "type": "string",
  17496. "attributes": {},
  17497. "state": "ready",
  17498. "value": ""
  17499. }, {
  17500. "name": "Server",
  17501. "type": "string",
  17502. "attributes": {},
  17503. "state": "ready",
  17504. "value": ""
  17505. }, {
  17506. "name": "DeviceType",
  17507. "type": "string",
  17508. "attributes": {},
  17509. "state": "ready",
  17510. "value": ""
  17511. }, {
  17512. "name": "FriendlyName",
  17513. "type": "string",
  17514. "attributes": {},
  17515. "state": "ready",
  17516. "value": ""
  17517. }, {
  17518. "name": "Manufacturer",
  17519. "type": "string",
  17520. "attributes": {},
  17521. "state": "ready",
  17522. "value": ""
  17523. }, {
  17524. "name": "ModelName",
  17525. "type": "string",
  17526. "attributes": {},
  17527. "state": "ready",
  17528. "value": ""
  17529. }, {
  17530. "name": "ModelDescription",
  17531. "type": "string",
  17532. "attributes": {},
  17533. "state": "ready",
  17534. "value": ""
  17535. }, {
  17536. "name": "ModelURL",
  17537. "type": "string",
  17538. "attributes": {},
  17539. "state": "ready",
  17540. "value": ""
  17541. }, {
  17542. "name": "PresentationURL",
  17543. "type": "string",
  17544. "attributes": {},
  17545. "state": "ready",
  17546. "value": ""
  17547. }],
  17548. "children": [],
  17549. "instances": []
  17550. }],
  17551. "instances": []
  17552. }],
  17553. "instances": []
  17554. }, {
  17555. "objectInfo": {
  17556. "indexPath": "Hosts.Host",
  17557. "keyPath": "Hosts.Host",
  17558. "name": "6",
  17559. "key": "5C:F8:A1:8D:10:D7",
  17560. "attributes": {
  17561. "instance": true
  17562. },
  17563. "state": "ready",
  17564. "parameterCount": 27,
  17565. "childCount": 5,
  17566. "instanceCount": 0
  17567. },
  17568. "functions": [],
  17569. "parameters": [{
  17570. "name": "IPAddress",
  17571. "type": "string",
  17572. "attributes": {
  17573. "read_only": true
  17574. },
  17575. "state": "ready",
  17576. "value": "192.168.1.11"
  17577. }, {
  17578. "name": "AddressSource",
  17579. "type": "string",
  17580. "attributes": {
  17581. "read_only": true
  17582. },
  17583. "state": "ready",
  17584. "value": "DHCP",
  17585. "validator": ["DHCP", "Static", "AutoIP", "None"]
  17586. }, {
  17587. "name": "LeaseTimeRemaining",
  17588. "type": "int32",
  17589. "attributes": {
  17590. "read_only": true
  17591. },
  17592. "state": "ready",
  17593. "value": -1,
  17594. "validator": {
  17595. "min": "-1"
  17596. }
  17597. }, {
  17598. "name": "MACAddress",
  17599. "type": "string",
  17600. "attributes": {
  17601. "read_only": true,
  17602. "persistent": true
  17603. },
  17604. "state": "ready",
  17605. "value": "5C:F8:A1:8D:10:D7",
  17606. "validator": {
  17607. "max": "64"
  17608. }
  17609. }, {
  17610. "name": "Layer2Interface",
  17611. "type": "string",
  17612. "attributes": {
  17613. "read_only": true
  17614. },
  17615. "state": "ready",
  17616. "value": "wl1",
  17617. "validator": {
  17618. "max": "256"
  17619. }
  17620. }, {
  17621. "name": "VendorClassID",
  17622. "type": "string",
  17623. "attributes": {
  17624. "persistent": true
  17625. },
  17626. "state": "ready",
  17627. "value": "dhcpcd-5.5.6"
  17628. }, {
  17629. "name": "ClientID",
  17630. "type": "string",
  17631. "attributes": {
  17632. "persistent": true
  17633. },
  17634. "state": "ready",
  17635. "value": "01:5C:F8:A1:8D:10:D7"
  17636. }, {
  17637. "name": "UserClassID",
  17638. "type": "string",
  17639. "attributes": {
  17640. "persistent": true
  17641. },
  17642. "state": "ready",
  17643. "value": ""
  17644. }, {
  17645. "name": "HostName",
  17646. "type": "string",
  17647. "attributes": {
  17648. "read_only": true
  17649. },
  17650. "state": "ready",
  17651. "value": "android-4ff637d4d9c34330",
  17652. "validator": {
  17653. "max": "64"
  17654. }
  17655. }, {
  17656. "name": "X_ORANGE-COM_InterfaceType",
  17657. "type": "string",
  17658. "attributes": {
  17659. "read_only": true
  17660. },
  17661. "state": "ready",
  17662. "value": "802.11-5GHz",
  17663. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  17664. }, {
  17665. "name": "Active",
  17666. "type": "bool",
  17667. "attributes": {
  17668. "read_only": true
  17669. },
  17670. "state": "ready",
  17671. "value": true
  17672. }, {
  17673. "name": "ManufacturerOUI",
  17674. "type": "string",
  17675. "attributes": {
  17676. "read_only": true,
  17677. "persistent": true
  17678. },
  17679. "state": "ready",
  17680. "value": "000000",
  17681. "validator": {
  17682. "min": "6",
  17683. "max": "6"
  17684. }
  17685. }, {
  17686. "name": "SerialNumber",
  17687. "type": "string",
  17688. "attributes": {
  17689. "read_only": true,
  17690. "persistent": true
  17691. },
  17692. "state": "ready",
  17693. "value": "",
  17694. "validator": {
  17695. "max": "64"
  17696. }
  17697. }, {
  17698. "name": "ProductClass",
  17699. "type": "string",
  17700. "attributes": {
  17701. "read_only": true,
  17702. "persistent": true
  17703. },
  17704. "state": "ready",
  17705. "value": "",
  17706. "validator": {
  17707. "max": "64"
  17708. }
  17709. }, {
  17710. "name": "X_ORANGE-COM_DetectedTypes",
  17711. "type": "string",
  17712. "attributes": {},
  17713. "state": "ready",
  17714. "value": ""
  17715. }, {
  17716. "name": "X_ORANGE-COM_DeviceType",
  17717. "type": "string",
  17718. "attributes": {},
  17719. "state": "ready",
  17720. "value": "Mobile"
  17721. }, {
  17722. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  17723. "type": "string",
  17724. "attributes": {},
  17725. "state": "ready",
  17726. "value": ""
  17727. }, {
  17728. "name": "X_ORANGE-COM_mDNSServiceNames",
  17729. "type": "string",
  17730. "attributes": {},
  17731. "state": "ready",
  17732. "value": ""
  17733. }, {
  17734. "name": "X_ORANGE-COM_LLTDDevice",
  17735. "type": "bool",
  17736. "attributes": {},
  17737. "state": "ready",
  17738. "value": false
  17739. }, {
  17740. "name": "X_ORANGE-COM_LastChange",
  17741. "type": "date_time",
  17742. "attributes": {},
  17743. "state": "ready",
  17744. "value": "2016-10-01T15:25:29Z"
  17745. }, {
  17746. "name": "Tags",
  17747. "type": "string",
  17748. "attributes": {},
  17749. "state": "ready",
  17750. "value": "lan edev mac physical wifi ipv4 ipv6 dhcp"
  17751. }, {
  17752. "name": "X_ORANGE-COM_SSID",
  17753. "type": "string",
  17754. "attributes": {},
  17755. "state": "ready",
  17756. "value": ""
  17757. }, {
  17758. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  17759. "type": "uint32",
  17760. "attributes": {},
  17761. "state": "ready",
  17762. "value": 0
  17763. }, {
  17764. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  17765. "type": "uint32",
  17766. "attributes": {},
  17767. "state": "ready",
  17768. "value": 0
  17769. }, {
  17770. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  17771. "type": "uint32",
  17772. "attributes": {},
  17773. "state": "ready",
  17774. "value": 2
  17775. }, {
  17776. "name": "IPv4AddressNumberOfEntries",
  17777. "type": "uint32",
  17778. "attributes": {},
  17779. "state": "ready",
  17780. "value": 1
  17781. }, {
  17782. "name": "IPv6AddressNumberOfEntries",
  17783. "type": "uint32",
  17784. "attributes": {},
  17785. "state": "ready",
  17786. "value": 1
  17787. }],
  17788. "children": [{
  17789. "objectInfo": {
  17790. "indexPath": "Hosts.Host.6",
  17791. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7",
  17792. "name": "X_ORANGE-COM_DeviceNames",
  17793. "key": "X_ORANGE-COM_DeviceNames",
  17794. "attributes": {
  17795. "template": true
  17796. },
  17797. "state": "ready",
  17798. "parameterCount": 2,
  17799. "childCount": 0,
  17800. "instanceCount": 2
  17801. },
  17802. "templateInfo": {
  17803. "maxInstances": 4294967295
  17804. },
  17805. "functions": [],
  17806. "parameters": [{
  17807. "name": "Name",
  17808. "type": "string",
  17809. "attributes": {},
  17810. "state": "ready",
  17811. "value": ""
  17812. }, {
  17813. "name": "Source",
  17814. "type": "string",
  17815. "attributes": {},
  17816. "state": "ready",
  17817. "value": ""
  17818. }],
  17819. "children": [],
  17820. "instances": [{
  17821. "objectInfo": {
  17822. "indexPath": "Hosts.Host.6.X_ORANGE-COM_DeviceNames",
  17823. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7.X_ORANGE-COM_DeviceNames",
  17824. "name": "1",
  17825. "key": "default",
  17826. "attributes": {
  17827. "instance": true
  17828. },
  17829. "state": "ready",
  17830. "parameterCount": 2,
  17831. "childCount": 0,
  17832. "instanceCount": 0
  17833. },
  17834. "functions": [],
  17835. "parameters": [{
  17836. "name": "Name",
  17837. "type": "string",
  17838. "attributes": {},
  17839. "state": "ready",
  17840. "value": "PC-21"
  17841. }, {
  17842. "name": "Source",
  17843. "type": "string",
  17844. "attributes": {},
  17845. "state": "ready",
  17846. "value": "default"
  17847. }],
  17848. "children": [],
  17849. "instances": []
  17850. }, {
  17851. "objectInfo": {
  17852. "indexPath": "Hosts.Host.6.X_ORANGE-COM_DeviceNames",
  17853. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7.X_ORANGE-COM_DeviceNames",
  17854. "name": "2",
  17855. "key": "dhcp",
  17856. "attributes": {
  17857. "instance": true
  17858. },
  17859. "state": "ready",
  17860. "parameterCount": 2,
  17861. "childCount": 0,
  17862. "instanceCount": 0
  17863. },
  17864. "functions": [],
  17865. "parameters": [{
  17866. "name": "Name",
  17867. "type": "string",
  17868. "attributes": {},
  17869. "state": "ready",
  17870. "value": "android-4ff637d4d9c34330"
  17871. }, {
  17872. "name": "Source",
  17873. "type": "string",
  17874. "attributes": {},
  17875. "state": "ready",
  17876. "value": "dhcp"
  17877. }],
  17878. "children": [],
  17879. "instances": []
  17880. }]
  17881. }, {
  17882. "objectInfo": {
  17883. "indexPath": "Hosts.Host.6",
  17884. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7",
  17885. "name": "IPv4Address",
  17886. "key": "IPv4Address",
  17887. "attributes": {
  17888. "template": true
  17889. },
  17890. "state": "ready",
  17891. "parameterCount": 2,
  17892. "childCount": 0,
  17893. "instanceCount": 1
  17894. },
  17895. "templateInfo": {
  17896. "maxInstances": 4294967295
  17897. },
  17898. "functions": [],
  17899. "parameters": [{
  17900. "name": "IPAddress",
  17901. "type": "string",
  17902. "attributes": {},
  17903. "state": "ready",
  17904. "value": ""
  17905. }, {
  17906. "name": "AddressSource",
  17907. "type": "string",
  17908. "attributes": {},
  17909. "state": "ready",
  17910. "value": ""
  17911. }],
  17912. "children": [],
  17913. "instances": [{
  17914. "objectInfo": {
  17915. "indexPath": "Hosts.Host.6.IPv4Address",
  17916. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7.IPv4Address",
  17917. "name": "1",
  17918. "key": "192_168_1_11",
  17919. "attributes": {
  17920. "instance": true
  17921. },
  17922. "state": "ready",
  17923. "parameterCount": 2,
  17924. "childCount": 0,
  17925. "instanceCount": 0
  17926. },
  17927. "functions": [],
  17928. "parameters": [{
  17929. "name": "IPAddress",
  17930. "type": "string",
  17931. "attributes": {},
  17932. "state": "ready",
  17933. "value": "192.168.1.11"
  17934. }, {
  17935. "name": "AddressSource",
  17936. "type": "string",
  17937. "attributes": {},
  17938. "state": "ready",
  17939. "value": "DHCP"
  17940. }],
  17941. "children": [],
  17942. "instances": []
  17943. }]
  17944. }, {
  17945. "objectInfo": {
  17946. "indexPath": "Hosts.Host.6",
  17947. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7",
  17948. "name": "IPv6Address",
  17949. "key": "IPv6Address",
  17950. "attributes": {
  17951. "template": true
  17952. },
  17953. "state": "ready",
  17954. "parameterCount": 3,
  17955. "childCount": 0,
  17956. "instanceCount": 1
  17957. },
  17958. "templateInfo": {
  17959. "maxInstances": 4294967295
  17960. },
  17961. "functions": [],
  17962. "parameters": [{
  17963. "name": "IPAddress",
  17964. "type": "string",
  17965. "attributes": {},
  17966. "state": "ready",
  17967. "value": ""
  17968. }, {
  17969. "name": "AddressSource",
  17970. "type": "string",
  17971. "attributes": {},
  17972. "state": "ready",
  17973. "value": ""
  17974. }, {
  17975. "name": "Scope",
  17976. "type": "string",
  17977. "attributes": {},
  17978. "state": "ready",
  17979. "value": ""
  17980. }],
  17981. "children": [],
  17982. "instances": [{
  17983. "objectInfo": {
  17984. "indexPath": "Hosts.Host.6.IPv6Address",
  17985. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7.IPv6Address",
  17986. "name": "25",
  17987. "key": "fe80::5ef8:a1ff:fe8d:10d7",
  17988. "attributes": {
  17989. "instance": true
  17990. },
  17991. "state": "ready",
  17992. "parameterCount": 3,
  17993. "childCount": 0,
  17994. "instanceCount": 0
  17995. },
  17996. "functions": [],
  17997. "parameters": [{
  17998. "name": "IPAddress",
  17999. "type": "string",
  18000. "attributes": {},
  18001. "state": "ready",
  18002. "value": "fe80::5ef8:a1ff:fe8d:10d7"
  18003. }, {
  18004. "name": "AddressSource",
  18005. "type": "string",
  18006. "attributes": {},
  18007. "state": "ready",
  18008. "value": "Static"
  18009. }, {
  18010. "name": "Scope",
  18011. "type": "string",
  18012. "attributes": {},
  18013. "state": "ready",
  18014. "value": "link"
  18015. }],
  18016. "children": [],
  18017. "instances": []
  18018. }]
  18019. }, {
  18020. "objectInfo": {
  18021. "indexPath": "Hosts.Host.6",
  18022. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7",
  18023. "name": "X_ORANGE-COM_mDNSServices",
  18024. "key": "X_ORANGE-COM_mDNSServices",
  18025. "attributes": {
  18026. "template": true
  18027. },
  18028. "state": "ready",
  18029. "parameterCount": 3,
  18030. "childCount": 0,
  18031. "instanceCount": 0
  18032. },
  18033. "templateInfo": {
  18034. "maxInstances": 4294967295
  18035. },
  18036. "functions": [],
  18037. "parameters": [{
  18038. "name": "Service",
  18039. "type": "string",
  18040. "attributes": {},
  18041. "state": "ready",
  18042. "value": ""
  18043. }, {
  18044. "name": "ServiceType",
  18045. "type": "string",
  18046. "attributes": {},
  18047. "state": "ready",
  18048. "value": ""
  18049. }, {
  18050. "name": "ServiceName",
  18051. "type": "string",
  18052. "attributes": {},
  18053. "state": "ready",
  18054. "value": ""
  18055. }],
  18056. "children": [],
  18057. "instances": []
  18058. }, {
  18059. "objectInfo": {
  18060. "indexPath": "Hosts.Host.6",
  18061. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7",
  18062. "name": "UPnP",
  18063. "key": "UPnP",
  18064. "attributes": {},
  18065. "state": "ready",
  18066. "parameterCount": 1,
  18067. "childCount": 1,
  18068. "instanceCount": 0
  18069. },
  18070. "functions": [],
  18071. "parameters": [{
  18072. "name": "DeviceNumberOfEntries",
  18073. "type": "uint32",
  18074. "attributes": {},
  18075. "state": "ready",
  18076. "value": 0
  18077. }],
  18078. "children": [{
  18079. "objectInfo": {
  18080. "indexPath": "Hosts.Host.6.UPnP",
  18081. "keyPath": "Hosts.Host.5C:F8:A1:8D:10:D7.UPnP",
  18082. "name": "Device",
  18083. "key": "Device",
  18084. "attributes": {
  18085. "template": true
  18086. },
  18087. "state": "ready",
  18088. "parameterCount": 12,
  18089. "childCount": 0,
  18090. "instanceCount": 0
  18091. },
  18092. "templateInfo": {
  18093. "maxInstances": 4294967295
  18094. },
  18095. "functions": [],
  18096. "parameters": [{
  18097. "name": "Status",
  18098. "type": "string",
  18099. "attributes": {},
  18100. "state": "ready",
  18101. "value": ""
  18102. }, {
  18103. "name": "UUID",
  18104. "type": "string",
  18105. "attributes": {},
  18106. "state": "ready",
  18107. "value": ""
  18108. }, {
  18109. "name": "USN",
  18110. "type": "string",
  18111. "attributes": {},
  18112. "state": "ready",
  18113. "value": ""
  18114. }, {
  18115. "name": "Location",
  18116. "type": "string",
  18117. "attributes": {},
  18118. "state": "ready",
  18119. "value": ""
  18120. }, {
  18121. "name": "Server",
  18122. "type": "string",
  18123. "attributes": {},
  18124. "state": "ready",
  18125. "value": ""
  18126. }, {
  18127. "name": "DeviceType",
  18128. "type": "string",
  18129. "attributes": {},
  18130. "state": "ready",
  18131. "value": ""
  18132. }, {
  18133. "name": "FriendlyName",
  18134. "type": "string",
  18135. "attributes": {},
  18136. "state": "ready",
  18137. "value": ""
  18138. }, {
  18139. "name": "Manufacturer",
  18140. "type": "string",
  18141. "attributes": {},
  18142. "state": "ready",
  18143. "value": ""
  18144. }, {
  18145. "name": "ModelName",
  18146. "type": "string",
  18147. "attributes": {},
  18148. "state": "ready",
  18149. "value": ""
  18150. }, {
  18151. "name": "ModelDescription",
  18152. "type": "string",
  18153. "attributes": {},
  18154. "state": "ready",
  18155. "value": ""
  18156. }, {
  18157. "name": "ModelURL",
  18158. "type": "string",
  18159. "attributes": {},
  18160. "state": "ready",
  18161. "value": ""
  18162. }, {
  18163. "name": "PresentationURL",
  18164. "type": "string",
  18165. "attributes": {},
  18166. "state": "ready",
  18167. "value": ""
  18168. }],
  18169. "children": [],
  18170. "instances": []
  18171. }],
  18172. "instances": []
  18173. }],
  18174. "instances": []
  18175. }, {
  18176. "objectInfo": {
  18177. "indexPath": "Hosts.Host",
  18178. "keyPath": "Hosts.Host",
  18179. "name": "7",
  18180. "key": "84:3A:4B:12:DC:6A",
  18181. "attributes": {
  18182. "instance": true
  18183. },
  18184. "state": "ready",
  18185. "parameterCount": 27,
  18186. "childCount": 5,
  18187. "instanceCount": 0
  18188. },
  18189. "functions": [],
  18190. "parameters": [{
  18191. "name": "IPAddress",
  18192. "type": "string",
  18193. "attributes": {
  18194. "read_only": true
  18195. },
  18196. "state": "ready",
  18197. "value": "192.168.1.19"
  18198. }, {
  18199. "name": "AddressSource",
  18200. "type": "string",
  18201. "attributes": {
  18202. "read_only": true
  18203. },
  18204. "state": "ready",
  18205. "value": "DHCP",
  18206. "validator": ["DHCP", "Static", "AutoIP", "None"]
  18207. }, {
  18208. "name": "LeaseTimeRemaining",
  18209. "type": "int32",
  18210. "attributes": {
  18211. "read_only": true
  18212. },
  18213. "state": "ready",
  18214. "value": -1,
  18215. "validator": {
  18216. "min": "-1"
  18217. }
  18218. }, {
  18219. "name": "MACAddress",
  18220. "type": "string",
  18221. "attributes": {
  18222. "read_only": true,
  18223. "persistent": true
  18224. },
  18225. "state": "ready",
  18226. "value": "84:3A:4B:12:DC:6A",
  18227. "validator": {
  18228. "max": "64"
  18229. }
  18230. }, {
  18231. "name": "Layer2Interface",
  18232. "type": "string",
  18233. "attributes": {
  18234. "read_only": true
  18235. },
  18236. "state": "ready",
  18237. "value": "wl1",
  18238. "validator": {
  18239. "max": "256"
  18240. }
  18241. }, {
  18242. "name": "VendorClassID",
  18243. "type": "string",
  18244. "attributes": {
  18245. "persistent": true
  18246. },
  18247. "state": "ready",
  18248. "value": ""
  18249. }, {
  18250. "name": "ClientID",
  18251. "type": "string",
  18252. "attributes": {
  18253. "persistent": true
  18254. },
  18255. "state": "ready",
  18256. "value": "01:84:3A:4B:12:DC:6A"
  18257. }, {
  18258. "name": "UserClassID",
  18259. "type": "string",
  18260. "attributes": {
  18261. "persistent": true
  18262. },
  18263. "state": "ready",
  18264. "value": ""
  18265. }, {
  18266. "name": "HostName",
  18267. "type": "string",
  18268. "attributes": {
  18269. "read_only": true
  18270. },
  18271. "state": "ready",
  18272. "value": "Isalith",
  18273. "validator": {
  18274. "max": "64"
  18275. }
  18276. }, {
  18277. "name": "X_ORANGE-COM_InterfaceType",
  18278. "type": "string",
  18279. "attributes": {
  18280. "read_only": true
  18281. },
  18282. "state": "ready",
  18283. "value": "802.11-5GHz",
  18284. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  18285. }, {
  18286. "name": "Active",
  18287. "type": "bool",
  18288. "attributes": {
  18289. "read_only": true
  18290. },
  18291. "state": "ready",
  18292. "value": true
  18293. }, {
  18294. "name": "ManufacturerOUI",
  18295. "type": "string",
  18296. "attributes": {
  18297. "read_only": true,
  18298. "persistent": true
  18299. },
  18300. "state": "ready",
  18301. "value": "000000",
  18302. "validator": {
  18303. "min": "6",
  18304. "max": "6"
  18305. }
  18306. }, {
  18307. "name": "SerialNumber",
  18308. "type": "string",
  18309. "attributes": {
  18310. "read_only": true,
  18311. "persistent": true
  18312. },
  18313. "state": "ready",
  18314. "value": "",
  18315. "validator": {
  18316. "max": "64"
  18317. }
  18318. }, {
  18319. "name": "ProductClass",
  18320. "type": "string",
  18321. "attributes": {
  18322. "read_only": true,
  18323. "persistent": true
  18324. },
  18325. "state": "ready",
  18326. "value": "",
  18327. "validator": {
  18328. "max": "64"
  18329. }
  18330. }, {
  18331. "name": "X_ORANGE-COM_DetectedTypes",
  18332. "type": "string",
  18333. "attributes": {},
  18334. "state": "ready",
  18335. "value": ""
  18336. }, {
  18337. "name": "X_ORANGE-COM_DeviceType",
  18338. "type": "string",
  18339. "attributes": {},
  18340. "state": "ready",
  18341. "value": "Computer"
  18342. }, {
  18343. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  18344. "type": "string",
  18345. "attributes": {},
  18346. "state": "ready",
  18347. "value": ""
  18348. }, {
  18349. "name": "X_ORANGE-COM_mDNSServiceNames",
  18350. "type": "string",
  18351. "attributes": {},
  18352. "state": "ready",
  18353. "value": ""
  18354. }, {
  18355. "name": "X_ORANGE-COM_LLTDDevice",
  18356. "type": "bool",
  18357. "attributes": {},
  18358. "state": "ready",
  18359. "value": false
  18360. }, {
  18361. "name": "X_ORANGE-COM_LastChange",
  18362. "type": "date_time",
  18363. "attributes": {},
  18364. "state": "ready",
  18365. "value": "2016-10-01T13:03:34Z"
  18366. }, {
  18367. "name": "Tags",
  18368. "type": "string",
  18369. "attributes": {},
  18370. "state": "ready",
  18371. "value": "lan mac physical ipv4 ipv6 edev dhcp wifi"
  18372. }, {
  18373. "name": "X_ORANGE-COM_SSID",
  18374. "type": "string",
  18375. "attributes": {},
  18376. "state": "ready",
  18377. "value": ""
  18378. }, {
  18379. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  18380. "type": "uint32",
  18381. "attributes": {},
  18382. "state": "ready",
  18383. "value": 0
  18384. }, {
  18385. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  18386. "type": "uint32",
  18387. "attributes": {},
  18388. "state": "ready",
  18389. "value": 0
  18390. }, {
  18391. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  18392. "type": "uint32",
  18393. "attributes": {},
  18394. "state": "ready",
  18395. "value": 3
  18396. }, {
  18397. "name": "IPv4AddressNumberOfEntries",
  18398. "type": "uint32",
  18399. "attributes": {},
  18400. "state": "ready",
  18401. "value": 1
  18402. }, {
  18403. "name": "IPv6AddressNumberOfEntries",
  18404. "type": "uint32",
  18405. "attributes": {},
  18406. "state": "ready",
  18407. "value": 3
  18408. }],
  18409. "children": [{
  18410. "objectInfo": {
  18411. "indexPath": "Hosts.Host.7",
  18412. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A",
  18413. "name": "X_ORANGE-COM_DeviceNames",
  18414. "key": "X_ORANGE-COM_DeviceNames",
  18415. "attributes": {
  18416. "template": true
  18417. },
  18418. "state": "ready",
  18419. "parameterCount": 2,
  18420. "childCount": 0,
  18421. "instanceCount": 3
  18422. },
  18423. "templateInfo": {
  18424. "maxInstances": 4294967295
  18425. },
  18426. "functions": [],
  18427. "parameters": [{
  18428. "name": "Name",
  18429. "type": "string",
  18430. "attributes": {},
  18431. "state": "ready",
  18432. "value": ""
  18433. }, {
  18434. "name": "Source",
  18435. "type": "string",
  18436. "attributes": {},
  18437. "state": "ready",
  18438. "value": ""
  18439. }],
  18440. "children": [],
  18441. "instances": [{
  18442. "objectInfo": {
  18443. "indexPath": "Hosts.Host.7.X_ORANGE-COM_DeviceNames",
  18444. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.X_ORANGE-COM_DeviceNames",
  18445. "name": "1",
  18446. "key": "default",
  18447. "attributes": {
  18448. "instance": true
  18449. },
  18450. "state": "ready",
  18451. "parameterCount": 2,
  18452. "childCount": 0,
  18453. "instanceCount": 0
  18454. },
  18455. "functions": [],
  18456. "parameters": [{
  18457. "name": "Name",
  18458. "type": "string",
  18459. "attributes": {},
  18460. "state": "ready",
  18461. "value": "PC-22"
  18462. }, {
  18463. "name": "Source",
  18464. "type": "string",
  18465. "attributes": {},
  18466. "state": "ready",
  18467. "value": "default"
  18468. }],
  18469. "children": [],
  18470. "instances": []
  18471. }, {
  18472. "objectInfo": {
  18473. "indexPath": "Hosts.Host.7.X_ORANGE-COM_DeviceNames",
  18474. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.X_ORANGE-COM_DeviceNames",
  18475. "name": "2",
  18476. "key": "dhcp",
  18477. "attributes": {
  18478. "instance": true
  18479. },
  18480. "state": "ready",
  18481. "parameterCount": 2,
  18482. "childCount": 0,
  18483. "instanceCount": 0
  18484. },
  18485. "functions": [],
  18486. "parameters": [{
  18487. "name": "Name",
  18488. "type": "string",
  18489. "attributes": {},
  18490. "state": "ready",
  18491. "value": "Isalith"
  18492. }, {
  18493. "name": "Source",
  18494. "type": "string",
  18495. "attributes": {},
  18496. "state": "ready",
  18497. "value": "dhcp"
  18498. }],
  18499. "children": [],
  18500. "instances": []
  18501. }, {
  18502. "objectInfo": {
  18503. "indexPath": "Hosts.Host.7.X_ORANGE-COM_DeviceNames",
  18504. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.X_ORANGE-COM_DeviceNames",
  18505. "name": "3",
  18506. "key": "mdns",
  18507. "attributes": {
  18508. "instance": true
  18509. },
  18510. "state": "ready",
  18511. "parameterCount": 2,
  18512. "childCount": 0,
  18513. "instanceCount": 0
  18514. },
  18515. "functions": [],
  18516. "parameters": [{
  18517. "name": "Name",
  18518. "type": "string",
  18519. "attributes": {},
  18520. "state": "ready",
  18521. "value": "Isalith"
  18522. }, {
  18523. "name": "Source",
  18524. "type": "string",
  18525. "attributes": {},
  18526. "state": "ready",
  18527. "value": "mdns"
  18528. }],
  18529. "children": [],
  18530. "instances": []
  18531. }]
  18532. }, {
  18533. "objectInfo": {
  18534. "indexPath": "Hosts.Host.7",
  18535. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A",
  18536. "name": "IPv4Address",
  18537. "key": "IPv4Address",
  18538. "attributes": {
  18539. "template": true
  18540. },
  18541. "state": "ready",
  18542. "parameterCount": 2,
  18543. "childCount": 0,
  18544. "instanceCount": 1
  18545. },
  18546. "templateInfo": {
  18547. "maxInstances": 4294967295
  18548. },
  18549. "functions": [],
  18550. "parameters": [{
  18551. "name": "IPAddress",
  18552. "type": "string",
  18553. "attributes": {},
  18554. "state": "ready",
  18555. "value": ""
  18556. }, {
  18557. "name": "AddressSource",
  18558. "type": "string",
  18559. "attributes": {},
  18560. "state": "ready",
  18561. "value": ""
  18562. }],
  18563. "children": [],
  18564. "instances": [{
  18565. "objectInfo": {
  18566. "indexPath": "Hosts.Host.7.IPv4Address",
  18567. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.IPv4Address",
  18568. "name": "2",
  18569. "key": "192_168_1_19",
  18570. "attributes": {
  18571. "instance": true
  18572. },
  18573. "state": "ready",
  18574. "parameterCount": 2,
  18575. "childCount": 0,
  18576. "instanceCount": 0
  18577. },
  18578. "functions": [],
  18579. "parameters": [{
  18580. "name": "IPAddress",
  18581. "type": "string",
  18582. "attributes": {},
  18583. "state": "ready",
  18584. "value": "192.168.1.19"
  18585. }, {
  18586. "name": "AddressSource",
  18587. "type": "string",
  18588. "attributes": {},
  18589. "state": "ready",
  18590. "value": "DHCP"
  18591. }],
  18592. "children": [],
  18593. "instances": []
  18594. }]
  18595. }, {
  18596. "objectInfo": {
  18597. "indexPath": "Hosts.Host.7",
  18598. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A",
  18599. "name": "IPv6Address",
  18600. "key": "IPv6Address",
  18601. "attributes": {
  18602. "template": true
  18603. },
  18604. "state": "ready",
  18605. "parameterCount": 3,
  18606. "childCount": 0,
  18607. "instanceCount": 3
  18608. },
  18609. "templateInfo": {
  18610. "maxInstances": 4294967295
  18611. },
  18612. "functions": [],
  18613. "parameters": [{
  18614. "name": "IPAddress",
  18615. "type": "string",
  18616. "attributes": {},
  18617. "state": "ready",
  18618. "value": ""
  18619. }, {
  18620. "name": "AddressSource",
  18621. "type": "string",
  18622. "attributes": {},
  18623. "state": "ready",
  18624. "value": ""
  18625. }, {
  18626. "name": "Scope",
  18627. "type": "string",
  18628. "attributes": {},
  18629. "state": "ready",
  18630. "value": ""
  18631. }],
  18632. "children": [],
  18633. "instances": [{
  18634. "objectInfo": {
  18635. "indexPath": "Hosts.Host.7.IPv6Address",
  18636. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.IPv6Address",
  18637. "name": "1",
  18638. "key": "fe80::7d50:faaf:8862:c2d7",
  18639. "attributes": {
  18640. "instance": true
  18641. },
  18642. "state": "ready",
  18643. "parameterCount": 3,
  18644. "childCount": 0,
  18645. "instanceCount": 0
  18646. },
  18647. "functions": [],
  18648. "parameters": [{
  18649. "name": "IPAddress",
  18650. "type": "string",
  18651. "attributes": {},
  18652. "state": "ready",
  18653. "value": "fe80::7d50:faaf:8862:c2d7"
  18654. }, {
  18655. "name": "AddressSource",
  18656. "type": "string",
  18657. "attributes": {},
  18658. "state": "ready",
  18659. "value": "Static"
  18660. }, {
  18661. "name": "Scope",
  18662. "type": "string",
  18663. "attributes": {},
  18664. "state": "ready",
  18665. "value": "link"
  18666. }],
  18667. "children": [],
  18668. "instances": []
  18669. }, {
  18670. "objectInfo": {
  18671. "indexPath": "Hosts.Host.7.IPv6Address",
  18672. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.IPv6Address",
  18673. "name": "2",
  18674. "key": "2a01:cb10:43:e900:4552:2d3:2eb3:f11b",
  18675. "attributes": {
  18676. "instance": true
  18677. },
  18678. "state": "ready",
  18679. "parameterCount": 3,
  18680. "childCount": 0,
  18681. "instanceCount": 0
  18682. },
  18683. "functions": [],
  18684. "parameters": [{
  18685. "name": "IPAddress",
  18686. "type": "string",
  18687. "attributes": {},
  18688. "state": "ready",
  18689. "value": "2a01:cb10:43:e900:4552:2d3:2eb3:f11b"
  18690. }, {
  18691. "name": "AddressSource",
  18692. "type": "string",
  18693. "attributes": {},
  18694. "state": "ready",
  18695. "value": "Static"
  18696. }, {
  18697. "name": "Scope",
  18698. "type": "string",
  18699. "attributes": {},
  18700. "state": "ready",
  18701. "value": "global"
  18702. }],
  18703. "children": [],
  18704. "instances": []
  18705. }, {
  18706. "objectInfo": {
  18707. "indexPath": "Hosts.Host.7.IPv6Address",
  18708. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.IPv6Address",
  18709. "name": "3",
  18710. "key": "2a01:cb10:43:e900:867f:55b1:d958:4501",
  18711. "attributes": {
  18712. "instance": true
  18713. },
  18714. "state": "ready",
  18715. "parameterCount": 3,
  18716. "childCount": 0,
  18717. "instanceCount": 0
  18718. },
  18719. "functions": [],
  18720. "parameters": [{
  18721. "name": "IPAddress",
  18722. "type": "string",
  18723. "attributes": {},
  18724. "state": "ready",
  18725. "value": "2a01:cb10:43:e900:867f:55b1:d958:4501"
  18726. }, {
  18727. "name": "AddressSource",
  18728. "type": "string",
  18729. "attributes": {},
  18730. "state": "ready",
  18731. "value": "Static"
  18732. }, {
  18733. "name": "Scope",
  18734. "type": "string",
  18735. "attributes": {},
  18736. "state": "ready",
  18737. "value": "global"
  18738. }],
  18739. "children": [],
  18740. "instances": []
  18741. }]
  18742. }, {
  18743. "objectInfo": {
  18744. "indexPath": "Hosts.Host.7",
  18745. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A",
  18746. "name": "X_ORANGE-COM_mDNSServices",
  18747. "key": "X_ORANGE-COM_mDNSServices",
  18748. "attributes": {
  18749. "template": true
  18750. },
  18751. "state": "ready",
  18752. "parameterCount": 3,
  18753. "childCount": 0,
  18754. "instanceCount": 0
  18755. },
  18756. "templateInfo": {
  18757. "maxInstances": 4294967295
  18758. },
  18759. "functions": [],
  18760. "parameters": [{
  18761. "name": "Service",
  18762. "type": "string",
  18763. "attributes": {},
  18764. "state": "ready",
  18765. "value": ""
  18766. }, {
  18767. "name": "ServiceType",
  18768. "type": "string",
  18769. "attributes": {},
  18770. "state": "ready",
  18771. "value": ""
  18772. }, {
  18773. "name": "ServiceName",
  18774. "type": "string",
  18775. "attributes": {},
  18776. "state": "ready",
  18777. "value": ""
  18778. }],
  18779. "children": [],
  18780. "instances": []
  18781. }, {
  18782. "objectInfo": {
  18783. "indexPath": "Hosts.Host.7",
  18784. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A",
  18785. "name": "UPnP",
  18786. "key": "UPnP",
  18787. "attributes": {},
  18788. "state": "ready",
  18789. "parameterCount": 1,
  18790. "childCount": 1,
  18791. "instanceCount": 0
  18792. },
  18793. "functions": [],
  18794. "parameters": [{
  18795. "name": "DeviceNumberOfEntries",
  18796. "type": "uint32",
  18797. "attributes": {},
  18798. "state": "ready",
  18799. "value": 0
  18800. }],
  18801. "children": [{
  18802. "objectInfo": {
  18803. "indexPath": "Hosts.Host.7.UPnP",
  18804. "keyPath": "Hosts.Host.84:3A:4B:12:DC:6A.UPnP",
  18805. "name": "Device",
  18806. "key": "Device",
  18807. "attributes": {
  18808. "template": true
  18809. },
  18810. "state": "ready",
  18811. "parameterCount": 12,
  18812. "childCount": 0,
  18813. "instanceCount": 0
  18814. },
  18815. "templateInfo": {
  18816. "maxInstances": 4294967295
  18817. },
  18818. "functions": [],
  18819. "parameters": [{
  18820. "name": "Status",
  18821. "type": "string",
  18822. "attributes": {},
  18823. "state": "ready",
  18824. "value": ""
  18825. }, {
  18826. "name": "UUID",
  18827. "type": "string",
  18828. "attributes": {},
  18829. "state": "ready",
  18830. "value": ""
  18831. }, {
  18832. "name": "USN",
  18833. "type": "string",
  18834. "attributes": {},
  18835. "state": "ready",
  18836. "value": ""
  18837. }, {
  18838. "name": "Location",
  18839. "type": "string",
  18840. "attributes": {},
  18841. "state": "ready",
  18842. "value": ""
  18843. }, {
  18844. "name": "Server",
  18845. "type": "string",
  18846. "attributes": {},
  18847. "state": "ready",
  18848. "value": ""
  18849. }, {
  18850. "name": "DeviceType",
  18851. "type": "string",
  18852. "attributes": {},
  18853. "state": "ready",
  18854. "value": ""
  18855. }, {
  18856. "name": "FriendlyName",
  18857. "type": "string",
  18858. "attributes": {},
  18859. "state": "ready",
  18860. "value": ""
  18861. }, {
  18862. "name": "Manufacturer",
  18863. "type": "string",
  18864. "attributes": {},
  18865. "state": "ready",
  18866. "value": ""
  18867. }, {
  18868. "name": "ModelName",
  18869. "type": "string",
  18870. "attributes": {},
  18871. "state": "ready",
  18872. "value": ""
  18873. }, {
  18874. "name": "ModelDescription",
  18875. "type": "string",
  18876. "attributes": {},
  18877. "state": "ready",
  18878. "value": ""
  18879. }, {
  18880. "name": "ModelURL",
  18881. "type": "string",
  18882. "attributes": {},
  18883. "state": "ready",
  18884. "value": ""
  18885. }, {
  18886. "name": "PresentationURL",
  18887. "type": "string",
  18888. "attributes": {},
  18889. "state": "ready",
  18890. "value": ""
  18891. }],
  18892. "children": [],
  18893. "instances": []
  18894. }],
  18895. "instances": []
  18896. }],
  18897. "instances": []
  18898. }, {
  18899. "objectInfo": {
  18900. "indexPath": "Hosts.Host",
  18901. "keyPath": "Hosts.Host",
  18902. "name": "8",
  18903. "key": "6C:AD:F8:BC:10:58",
  18904. "attributes": {
  18905. "instance": true
  18906. },
  18907. "state": "ready",
  18908. "parameterCount": 27,
  18909. "childCount": 5,
  18910. "instanceCount": 0
  18911. },
  18912. "functions": [],
  18913. "parameters": [{
  18914. "name": "IPAddress",
  18915. "type": "string",
  18916. "attributes": {
  18917. "read_only": true
  18918. },
  18919. "state": "ready",
  18920. "value": "192.168.1.12"
  18921. }, {
  18922. "name": "AddressSource",
  18923. "type": "string",
  18924. "attributes": {
  18925. "read_only": true
  18926. },
  18927. "state": "ready",
  18928. "value": "DHCP",
  18929. "validator": ["DHCP", "Static", "AutoIP", "None"]
  18930. }, {
  18931. "name": "LeaseTimeRemaining",
  18932. "type": "int32",
  18933. "attributes": {
  18934. "read_only": true
  18935. },
  18936. "state": "ready",
  18937. "value": -1,
  18938. "validator": {
  18939. "min": "-1"
  18940. }
  18941. }, {
  18942. "name": "MACAddress",
  18943. "type": "string",
  18944. "attributes": {
  18945. "read_only": true,
  18946. "persistent": true
  18947. },
  18948. "state": "ready",
  18949. "value": "6C:AD:F8:BC:10:58",
  18950. "validator": {
  18951. "max": "64"
  18952. }
  18953. }, {
  18954. "name": "Layer2Interface",
  18955. "type": "string",
  18956. "attributes": {
  18957. "read_only": true
  18958. },
  18959. "state": "ready",
  18960. "value": "wl0",
  18961. "validator": {
  18962. "max": "256"
  18963. }
  18964. }, {
  18965. "name": "VendorClassID",
  18966. "type": "string",
  18967. "attributes": {
  18968. "persistent": true
  18969. },
  18970. "state": "ready",
  18971. "value": "dhcpcd-5.2.10:Linux-3.8.13+:armv7l:MV88DE3108"
  18972. }, {
  18973. "name": "ClientID",
  18974. "type": "string",
  18975. "attributes": {
  18976. "persistent": true
  18977. },
  18978. "state": "ready",
  18979. "value": "01:6C:AD:F8:BC:10:58"
  18980. }, {
  18981. "name": "UserClassID",
  18982. "type": "string",
  18983. "attributes": {
  18984. "persistent": true
  18985. },
  18986. "state": "ready",
  18987. "value": ""
  18988. }, {
  18989. "name": "HostName",
  18990. "type": "string",
  18991. "attributes": {
  18992. "read_only": true
  18993. },
  18994. "state": "ready",
  18995. "value": "Chromecast",
  18996. "validator": {
  18997. "max": "64"
  18998. }
  18999. }, {
  19000. "name": "X_ORANGE-COM_InterfaceType",
  19001. "type": "string",
  19002. "attributes": {
  19003. "read_only": true
  19004. },
  19005. "state": "ready",
  19006. "value": "802.11-2.4GHz",
  19007. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  19008. }, {
  19009. "name": "Active",
  19010. "type": "bool",
  19011. "attributes": {
  19012. "read_only": true
  19013. },
  19014. "state": "ready",
  19015. "value": true
  19016. }, {
  19017. "name": "ManufacturerOUI",
  19018. "type": "string",
  19019. "attributes": {
  19020. "read_only": true,
  19021. "persistent": true
  19022. },
  19023. "state": "ready",
  19024. "value": "000000",
  19025. "validator": {
  19026. "min": "6",
  19027. "max": "6"
  19028. }
  19029. }, {
  19030. "name": "SerialNumber",
  19031. "type": "string",
  19032. "attributes": {
  19033. "read_only": true,
  19034. "persistent": true
  19035. },
  19036. "state": "ready",
  19037. "value": "",
  19038. "validator": {
  19039. "max": "64"
  19040. }
  19041. }, {
  19042. "name": "ProductClass",
  19043. "type": "string",
  19044. "attributes": {
  19045. "read_only": true,
  19046. "persistent": true
  19047. },
  19048. "state": "ready",
  19049. "value": "",
  19050. "validator": {
  19051. "max": "64"
  19052. }
  19053. }, {
  19054. "name": "X_ORANGE-COM_DetectedTypes",
  19055. "type": "string",
  19056. "attributes": {},
  19057. "state": "ready",
  19058. "value": "_googlecast._tcp"
  19059. }, {
  19060. "name": "X_ORANGE-COM_DeviceType",
  19061. "type": "string",
  19062. "attributes": {},
  19063. "state": "ready",
  19064. "value": "Computer"
  19065. }, {
  19066. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  19067. "type": "string",
  19068. "attributes": {},
  19069. "state": "ready",
  19070. "value": ""
  19071. }, {
  19072. "name": "X_ORANGE-COM_mDNSServiceNames",
  19073. "type": "string",
  19074. "attributes": {},
  19075. "state": "ready",
  19076. "value": "Chromecast-7728b75a891ff136bd63a7bbf8a466ba"
  19077. }, {
  19078. "name": "X_ORANGE-COM_LLTDDevice",
  19079. "type": "bool",
  19080. "attributes": {},
  19081. "state": "ready",
  19082. "value": false
  19083. }, {
  19084. "name": "X_ORANGE-COM_LastChange",
  19085. "type": "date_time",
  19086. "attributes": {},
  19087. "state": "ready",
  19088. "value": "2016-10-01T13:44:47Z"
  19089. }, {
  19090. "name": "Tags",
  19091. "type": "string",
  19092. "attributes": {},
  19093. "state": "ready",
  19094. "value": "lan mac physical ipv4 ipv6 edev dhcp wifi mdns"
  19095. }, {
  19096. "name": "X_ORANGE-COM_SSID",
  19097. "type": "string",
  19098. "attributes": {},
  19099. "state": "ready",
  19100. "value": ""
  19101. }, {
  19102. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  19103. "type": "uint32",
  19104. "attributes": {},
  19105. "state": "ready",
  19106. "value": 1
  19107. }, {
  19108. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  19109. "type": "uint32",
  19110. "attributes": {},
  19111. "state": "ready",
  19112. "value": 0
  19113. }, {
  19114. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  19115. "type": "uint32",
  19116. "attributes": {},
  19117. "state": "ready",
  19118. "value": 2
  19119. }, {
  19120. "name": "IPv4AddressNumberOfEntries",
  19121. "type": "uint32",
  19122. "attributes": {},
  19123. "state": "ready",
  19124. "value": 1
  19125. }, {
  19126. "name": "IPv6AddressNumberOfEntries",
  19127. "type": "uint32",
  19128. "attributes": {},
  19129. "state": "ready",
  19130. "value": 2
  19131. }],
  19132. "children": [{
  19133. "objectInfo": {
  19134. "indexPath": "Hosts.Host.8",
  19135. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58",
  19136. "name": "X_ORANGE-COM_DeviceNames",
  19137. "key": "X_ORANGE-COM_DeviceNames",
  19138. "attributes": {
  19139. "template": true
  19140. },
  19141. "state": "ready",
  19142. "parameterCount": 2,
  19143. "childCount": 0,
  19144. "instanceCount": 2
  19145. },
  19146. "templateInfo": {
  19147. "maxInstances": 4294967295
  19148. },
  19149. "functions": [],
  19150. "parameters": [{
  19151. "name": "Name",
  19152. "type": "string",
  19153. "attributes": {},
  19154. "state": "ready",
  19155. "value": ""
  19156. }, {
  19157. "name": "Source",
  19158. "type": "string",
  19159. "attributes": {},
  19160. "state": "ready",
  19161. "value": ""
  19162. }],
  19163. "children": [],
  19164. "instances": [{
  19165. "objectInfo": {
  19166. "indexPath": "Hosts.Host.8.X_ORANGE-COM_DeviceNames",
  19167. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.X_ORANGE-COM_DeviceNames",
  19168. "name": "1",
  19169. "key": "default",
  19170. "attributes": {
  19171. "instance": true
  19172. },
  19173. "state": "ready",
  19174. "parameterCount": 2,
  19175. "childCount": 0,
  19176. "instanceCount": 0
  19177. },
  19178. "functions": [],
  19179. "parameters": [{
  19180. "name": "Name",
  19181. "type": "string",
  19182. "attributes": {},
  19183. "state": "ready",
  19184. "value": "PC-23"
  19185. }, {
  19186. "name": "Source",
  19187. "type": "string",
  19188. "attributes": {},
  19189. "state": "ready",
  19190. "value": "default"
  19191. }],
  19192. "children": [],
  19193. "instances": []
  19194. }, {
  19195. "objectInfo": {
  19196. "indexPath": "Hosts.Host.8.X_ORANGE-COM_DeviceNames",
  19197. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.X_ORANGE-COM_DeviceNames",
  19198. "name": "2",
  19199. "key": "dhcp",
  19200. "attributes": {
  19201. "instance": true
  19202. },
  19203. "state": "ready",
  19204. "parameterCount": 2,
  19205. "childCount": 0,
  19206. "instanceCount": 0
  19207. },
  19208. "functions": [],
  19209. "parameters": [{
  19210. "name": "Name",
  19211. "type": "string",
  19212. "attributes": {},
  19213. "state": "ready",
  19214. "value": "Chromecast"
  19215. }, {
  19216. "name": "Source",
  19217. "type": "string",
  19218. "attributes": {},
  19219. "state": "ready",
  19220. "value": "dhcp"
  19221. }],
  19222. "children": [],
  19223. "instances": []
  19224. }]
  19225. }, {
  19226. "objectInfo": {
  19227. "indexPath": "Hosts.Host.8",
  19228. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58",
  19229. "name": "IPv4Address",
  19230. "key": "IPv4Address",
  19231. "attributes": {
  19232. "template": true
  19233. },
  19234. "state": "ready",
  19235. "parameterCount": 2,
  19236. "childCount": 0,
  19237. "instanceCount": 1
  19238. },
  19239. "templateInfo": {
  19240. "maxInstances": 4294967295
  19241. },
  19242. "functions": [],
  19243. "parameters": [{
  19244. "name": "IPAddress",
  19245. "type": "string",
  19246. "attributes": {},
  19247. "state": "ready",
  19248. "value": ""
  19249. }, {
  19250. "name": "AddressSource",
  19251. "type": "string",
  19252. "attributes": {},
  19253. "state": "ready",
  19254. "value": ""
  19255. }],
  19256. "children": [],
  19257. "instances": [{
  19258. "objectInfo": {
  19259. "indexPath": "Hosts.Host.8.IPv4Address",
  19260. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.IPv4Address",
  19261. "name": "2",
  19262. "key": "192_168_1_12",
  19263. "attributes": {
  19264. "instance": true
  19265. },
  19266. "state": "ready",
  19267. "parameterCount": 2,
  19268. "childCount": 0,
  19269. "instanceCount": 0
  19270. },
  19271. "functions": [],
  19272. "parameters": [{
  19273. "name": "IPAddress",
  19274. "type": "string",
  19275. "attributes": {},
  19276. "state": "ready",
  19277. "value": "192.168.1.12"
  19278. }, {
  19279. "name": "AddressSource",
  19280. "type": "string",
  19281. "attributes": {},
  19282. "state": "ready",
  19283. "value": "DHCP"
  19284. }],
  19285. "children": [],
  19286. "instances": []
  19287. }]
  19288. }, {
  19289. "objectInfo": {
  19290. "indexPath": "Hosts.Host.8",
  19291. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58",
  19292. "name": "IPv6Address",
  19293. "key": "IPv6Address",
  19294. "attributes": {
  19295. "template": true
  19296. },
  19297. "state": "ready",
  19298. "parameterCount": 3,
  19299. "childCount": 0,
  19300. "instanceCount": 2
  19301. },
  19302. "templateInfo": {
  19303. "maxInstances": 4294967295
  19304. },
  19305. "functions": [],
  19306. "parameters": [{
  19307. "name": "IPAddress",
  19308. "type": "string",
  19309. "attributes": {},
  19310. "state": "ready",
  19311. "value": ""
  19312. }, {
  19313. "name": "AddressSource",
  19314. "type": "string",
  19315. "attributes": {},
  19316. "state": "ready",
  19317. "value": ""
  19318. }, {
  19319. "name": "Scope",
  19320. "type": "string",
  19321. "attributes": {},
  19322. "state": "ready",
  19323. "value": ""
  19324. }],
  19325. "children": [],
  19326. "instances": [{
  19327. "objectInfo": {
  19328. "indexPath": "Hosts.Host.8.IPv6Address",
  19329. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.IPv6Address",
  19330. "name": "12",
  19331. "key": "2a01:cb10:43:e900:643f:8036:ec5d:634e",
  19332. "attributes": {
  19333. "instance": true
  19334. },
  19335. "state": "ready",
  19336. "parameterCount": 3,
  19337. "childCount": 0,
  19338. "instanceCount": 0
  19339. },
  19340. "functions": [],
  19341. "parameters": [{
  19342. "name": "IPAddress",
  19343. "type": "string",
  19344. "attributes": {},
  19345. "state": "ready",
  19346. "value": "2a01:cb10:43:e900:643f:8036:ec5d:634e"
  19347. }, {
  19348. "name": "AddressSource",
  19349. "type": "string",
  19350. "attributes": {},
  19351. "state": "ready",
  19352. "value": "Static"
  19353. }, {
  19354. "name": "Scope",
  19355. "type": "string",
  19356. "attributes": {},
  19357. "state": "ready",
  19358. "value": "global"
  19359. }],
  19360. "children": [],
  19361. "instances": []
  19362. }, {
  19363. "objectInfo": {
  19364. "indexPath": "Hosts.Host.8.IPv6Address",
  19365. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.IPv6Address",
  19366. "name": "13",
  19367. "key": "2a01:cb10:43:e900:6ead:f8ff:febc:1058",
  19368. "attributes": {
  19369. "instance": true
  19370. },
  19371. "state": "ready",
  19372. "parameterCount": 3,
  19373. "childCount": 0,
  19374. "instanceCount": 0
  19375. },
  19376. "functions": [],
  19377. "parameters": [{
  19378. "name": "IPAddress",
  19379. "type": "string",
  19380. "attributes": {},
  19381. "state": "ready",
  19382. "value": "2a01:cb10:43:e900:6ead:f8ff:febc:1058"
  19383. }, {
  19384. "name": "AddressSource",
  19385. "type": "string",
  19386. "attributes": {},
  19387. "state": "ready",
  19388. "value": "Static"
  19389. }, {
  19390. "name": "Scope",
  19391. "type": "string",
  19392. "attributes": {},
  19393. "state": "ready",
  19394. "value": "global"
  19395. }],
  19396. "children": [],
  19397. "instances": []
  19398. }]
  19399. }, {
  19400. "objectInfo": {
  19401. "indexPath": "Hosts.Host.8",
  19402. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58",
  19403. "name": "X_ORANGE-COM_mDNSServices",
  19404. "key": "X_ORANGE-COM_mDNSServices",
  19405. "attributes": {
  19406. "template": true
  19407. },
  19408. "state": "ready",
  19409. "parameterCount": 3,
  19410. "childCount": 0,
  19411. "instanceCount": 1
  19412. },
  19413. "templateInfo": {
  19414. "maxInstances": 4294967295
  19415. },
  19416. "functions": [],
  19417. "parameters": [{
  19418. "name": "Service",
  19419. "type": "string",
  19420. "attributes": {},
  19421. "state": "ready",
  19422. "value": ""
  19423. }, {
  19424. "name": "ServiceType",
  19425. "type": "string",
  19426. "attributes": {},
  19427. "state": "ready",
  19428. "value": ""
  19429. }, {
  19430. "name": "ServiceName",
  19431. "type": "string",
  19432. "attributes": {},
  19433. "state": "ready",
  19434. "value": ""
  19435. }],
  19436. "children": [],
  19437. "instances": [{
  19438. "objectInfo": {
  19439. "indexPath": "Hosts.Host.8.X_ORANGE-COM_mDNSServices",
  19440. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.X_ORANGE-COM_mDNSServices",
  19441. "name": "1",
  19442. "key": "_googlecast__tcp",
  19443. "attributes": {
  19444. "instance": true
  19445. },
  19446. "state": "ready",
  19447. "parameterCount": 3,
  19448. "childCount": 0,
  19449. "instanceCount": 0
  19450. },
  19451. "functions": [],
  19452. "parameters": [{
  19453. "name": "Service",
  19454. "type": "string",
  19455. "attributes": {},
  19456. "state": "ready",
  19457. "value": "Chromecast-7728b75a891ff136bd63a7bbf8a466ba._googlecast._tcp.local"
  19458. }, {
  19459. "name": "ServiceType",
  19460. "type": "string",
  19461. "attributes": {},
  19462. "state": "ready",
  19463. "value": "_googlecast._tcp"
  19464. }, {
  19465. "name": "ServiceName",
  19466. "type": "string",
  19467. "attributes": {},
  19468. "state": "ready",
  19469. "value": "Chromecast-7728b75a891ff136bd63a7bbf8a466ba"
  19470. }],
  19471. "children": [],
  19472. "instances": []
  19473. }]
  19474. }, {
  19475. "objectInfo": {
  19476. "indexPath": "Hosts.Host.8",
  19477. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58",
  19478. "name": "UPnP",
  19479. "key": "UPnP",
  19480. "attributes": {},
  19481. "state": "ready",
  19482. "parameterCount": 1,
  19483. "childCount": 1,
  19484. "instanceCount": 0
  19485. },
  19486. "functions": [],
  19487. "parameters": [{
  19488. "name": "DeviceNumberOfEntries",
  19489. "type": "uint32",
  19490. "attributes": {},
  19491. "state": "ready",
  19492. "value": 0
  19493. }],
  19494. "children": [{
  19495. "objectInfo": {
  19496. "indexPath": "Hosts.Host.8.UPnP",
  19497. "keyPath": "Hosts.Host.6C:AD:F8:BC:10:58.UPnP",
  19498. "name": "Device",
  19499. "key": "Device",
  19500. "attributes": {
  19501. "template": true
  19502. },
  19503. "state": "ready",
  19504. "parameterCount": 12,
  19505. "childCount": 0,
  19506. "instanceCount": 0
  19507. },
  19508. "templateInfo": {
  19509. "maxInstances": 4294967295
  19510. },
  19511. "functions": [],
  19512. "parameters": [{
  19513. "name": "Status",
  19514. "type": "string",
  19515. "attributes": {},
  19516. "state": "ready",
  19517. "value": ""
  19518. }, {
  19519. "name": "UUID",
  19520. "type": "string",
  19521. "attributes": {},
  19522. "state": "ready",
  19523. "value": ""
  19524. }, {
  19525. "name": "USN",
  19526. "type": "string",
  19527. "attributes": {},
  19528. "state": "ready",
  19529. "value": ""
  19530. }, {
  19531. "name": "Location",
  19532. "type": "string",
  19533. "attributes": {},
  19534. "state": "ready",
  19535. "value": ""
  19536. }, {
  19537. "name": "Server",
  19538. "type": "string",
  19539. "attributes": {},
  19540. "state": "ready",
  19541. "value": ""
  19542. }, {
  19543. "name": "DeviceType",
  19544. "type": "string",
  19545. "attributes": {},
  19546. "state": "ready",
  19547. "value": ""
  19548. }, {
  19549. "name": "FriendlyName",
  19550. "type": "string",
  19551. "attributes": {},
  19552. "state": "ready",
  19553. "value": ""
  19554. }, {
  19555. "name": "Manufacturer",
  19556. "type": "string",
  19557. "attributes": {},
  19558. "state": "ready",
  19559. "value": ""
  19560. }, {
  19561. "name": "ModelName",
  19562. "type": "string",
  19563. "attributes": {},
  19564. "state": "ready",
  19565. "value": ""
  19566. }, {
  19567. "name": "ModelDescription",
  19568. "type": "string",
  19569. "attributes": {},
  19570. "state": "ready",
  19571. "value": ""
  19572. }, {
  19573. "name": "ModelURL",
  19574. "type": "string",
  19575. "attributes": {},
  19576. "state": "ready",
  19577. "value": ""
  19578. }, {
  19579. "name": "PresentationURL",
  19580. "type": "string",
  19581. "attributes": {},
  19582. "state": "ready",
  19583. "value": ""
  19584. }],
  19585. "children": [],
  19586. "instances": []
  19587. }],
  19588. "instances": []
  19589. }],
  19590. "instances": []
  19591. }, {
  19592. "objectInfo": {
  19593. "indexPath": "Hosts.Host",
  19594. "keyPath": "Hosts.Host",
  19595. "name": "9",
  19596. "key": "8C:77:12:54:4F:34",
  19597. "attributes": {
  19598. "instance": true
  19599. },
  19600. "state": "ready",
  19601. "parameterCount": 27,
  19602. "childCount": 5,
  19603. "instanceCount": 0
  19604. },
  19605. "functions": [],
  19606. "parameters": [{
  19607. "name": "IPAddress",
  19608. "type": "string",
  19609. "attributes": {
  19610. "read_only": true
  19611. },
  19612. "state": "ready",
  19613. "value": "192.168.1.15"
  19614. }, {
  19615. "name": "AddressSource",
  19616. "type": "string",
  19617. "attributes": {
  19618. "read_only": true
  19619. },
  19620. "state": "ready",
  19621. "value": "DHCP",
  19622. "validator": ["DHCP", "Static", "AutoIP", "None"]
  19623. }, {
  19624. "name": "LeaseTimeRemaining",
  19625. "type": "int32",
  19626. "attributes": {
  19627. "read_only": true
  19628. },
  19629. "state": "ready",
  19630. "value": -1,
  19631. "validator": {
  19632. "min": "-1"
  19633. }
  19634. }, {
  19635. "name": "MACAddress",
  19636. "type": "string",
  19637. "attributes": {
  19638. "read_only": true,
  19639. "persistent": true
  19640. },
  19641. "state": "ready",
  19642. "value": "8C:77:12:54:4F:34",
  19643. "validator": {
  19644. "max": "64"
  19645. }
  19646. }, {
  19647. "name": "Layer2Interface",
  19648. "type": "string",
  19649. "attributes": {
  19650. "read_only": true
  19651. },
  19652. "state": "ready",
  19653. "value": "wl0",
  19654. "validator": {
  19655. "max": "256"
  19656. }
  19657. }, {
  19658. "name": "VendorClassID",
  19659. "type": "string",
  19660. "attributes": {
  19661. "persistent": true
  19662. },
  19663. "state": "ready",
  19664. "value": "dhcpcd-5.2.10:Linux-3.1.10:armv7l:p3"
  19665. }, {
  19666. "name": "ClientID",
  19667. "type": "string",
  19668. "attributes": {
  19669. "persistent": true
  19670. },
  19671. "state": "ready",
  19672. "value": "01:8C:77:12:54:4F:34"
  19673. }, {
  19674. "name": "UserClassID",
  19675. "type": "string",
  19676. "attributes": {
  19677. "persistent": true
  19678. },
  19679. "state": "ready",
  19680. "value": ""
  19681. }, {
  19682. "name": "HostName",
  19683. "type": "string",
  19684. "attributes": {
  19685. "read_only": true
  19686. },
  19687. "state": "ready",
  19688. "value": "android-3abf36e01bdd34bc",
  19689. "validator": {
  19690. "max": "64"
  19691. }
  19692. }, {
  19693. "name": "X_ORANGE-COM_InterfaceType",
  19694. "type": "string",
  19695. "attributes": {
  19696. "read_only": true
  19697. },
  19698. "state": "ready",
  19699. "value": "802.11-2.4GHz",
  19700. "validator": ["Ethernet", "USB", "802.11-2.4GHz", "802.11-5GHz", "HomePNA", "HomePlug", "MoCa", "Other"]
  19701. }, {
  19702. "name": "Active",
  19703. "type": "bool",
  19704. "attributes": {
  19705. "read_only": true
  19706. },
  19707. "state": "ready",
  19708. "value": true
  19709. }, {
  19710. "name": "ManufacturerOUI",
  19711. "type": "string",
  19712. "attributes": {
  19713. "read_only": true,
  19714. "persistent": true
  19715. },
  19716. "state": "ready",
  19717. "value": "000000",
  19718. "validator": {
  19719. "min": "6",
  19720. "max": "6"
  19721. }
  19722. }, {
  19723. "name": "SerialNumber",
  19724. "type": "string",
  19725. "attributes": {
  19726. "read_only": true,
  19727. "persistent": true
  19728. },
  19729. "state": "ready",
  19730. "value": "",
  19731. "validator": {
  19732. "max": "64"
  19733. }
  19734. }, {
  19735. "name": "ProductClass",
  19736. "type": "string",
  19737. "attributes": {
  19738. "read_only": true,
  19739. "persistent": true
  19740. },
  19741. "state": "ready",
  19742. "value": "",
  19743. "validator": {
  19744. "max": "64"
  19745. }
  19746. }, {
  19747. "name": "X_ORANGE-COM_DetectedTypes",
  19748. "type": "string",
  19749. "attributes": {},
  19750. "state": "ready",
  19751. "value": ""
  19752. }, {
  19753. "name": "X_ORANGE-COM_DeviceType",
  19754. "type": "string",
  19755. "attributes": {},
  19756. "state": "ready",
  19757. "value": "Mobile"
  19758. }, {
  19759. "name": "X_ORANGE-COM_UPnPFriendlyNames",
  19760. "type": "string",
  19761. "attributes": {},
  19762. "state": "ready",
  19763. "value": ""
  19764. }, {
  19765. "name": "X_ORANGE-COM_mDNSServiceNames",
  19766. "type": "string",
  19767. "attributes": {},
  19768. "state": "ready",
  19769. "value": ""
  19770. }, {
  19771. "name": "X_ORANGE-COM_LLTDDevice",
  19772. "type": "bool",
  19773. "attributes": {},
  19774. "state": "ready",
  19775. "value": false
  19776. }, {
  19777. "name": "X_ORANGE-COM_LastChange",
  19778. "type": "date_time",
  19779. "attributes": {},
  19780. "state": "ready",
  19781. "value": "2016-10-01T14:23:16Z"
  19782. }, {
  19783. "name": "Tags",
  19784. "type": "string",
  19785. "attributes": {},
  19786. "state": "ready",
  19787. "value": "lan mac physical ipv4 ipv6 edev wifi dhcp"
  19788. }, {
  19789. "name": "X_ORANGE-COM_SSID",
  19790. "type": "string",
  19791. "attributes": {},
  19792. "state": "ready",
  19793. "value": ""
  19794. }, {
  19795. "name": "X_ORANGE-COM_mDNSServiceNumberOfEntries",
  19796. "type": "uint32",
  19797. "attributes": {},
  19798. "state": "ready",
  19799. "value": 0
  19800. }, {
  19801. "name": "X_ORANGE-COM_UPnPDeviceNumberOfEntries",
  19802. "type": "uint32",
  19803. "attributes": {},
  19804. "state": "ready",
  19805. "value": 0
  19806. }, {
  19807. "name": "X_ORANGE-COM_DeviceNamesNumberOfEntries",
  19808. "type": "uint32",
  19809. "attributes": {},
  19810. "state": "ready",
  19811. "value": 2
  19812. }, {
  19813. "name": "IPv4AddressNumberOfEntries",
  19814. "type": "uint32",
  19815. "attributes": {},
  19816. "state": "ready",
  19817. "value": 1
  19818. }, {
  19819. "name": "IPv6AddressNumberOfEntries",
  19820. "type": "uint32",
  19821. "attributes": {},
  19822. "state": "ready",
  19823. "value": 0
  19824. }],
  19825. "children": [{
  19826. "objectInfo": {
  19827. "indexPath": "Hosts.Host.9",
  19828. "keyPath": "Hosts.Host.8C:77:12:54:4F:34",
  19829. "name": "X_ORANGE-COM_DeviceNames",
  19830. "key": "X_ORANGE-COM_DeviceNames",
  19831. "attributes": {
  19832. "template": true
  19833. },
  19834. "state": "ready",
  19835. "parameterCount": 2,
  19836. "childCount": 0,
  19837. "instanceCount": 2
  19838. },
  19839. "templateInfo": {
  19840. "maxInstances": 4294967295
  19841. },
  19842. "functions": [],
  19843. "parameters": [{
  19844. "name": "Name",
  19845. "type": "string",
  19846. "attributes": {},
  19847. "state": "ready",
  19848. "value": ""
  19849. }, {
  19850. "name": "Source",
  19851. "type": "string",
  19852. "attributes": {},
  19853. "state": "ready",
  19854. "value": ""
  19855. }],
  19856. "children": [],
  19857. "instances": [{
  19858. "objectInfo": {
  19859. "indexPath": "Hosts.Host.9.X_ORANGE-COM_DeviceNames",
  19860. "keyPath": "Hosts.Host.8C:77:12:54:4F:34.X_ORANGE-COM_DeviceNames",
  19861. "name": "1",
  19862. "key": "default",
  19863. "attributes": {
  19864. "instance": true
  19865. },
  19866. "state": "ready",
  19867. "parameterCount": 2,
  19868. "childCount": 0,
  19869. "instanceCount": 0
  19870. },
  19871. "functions": [],
  19872. "parameters": [{
  19873. "name": "Name",
  19874. "type": "string",
  19875. "attributes": {},
  19876. "state": "ready",
  19877. "value": "PC-24"
  19878. }, {
  19879. "name": "Source",
  19880. "type": "string",
  19881. "attributes": {},
  19882. "state": "ready",
  19883. "value": "default"
  19884. }],
  19885. "children": [],
  19886. "instances": []
  19887. }, {
  19888. "objectInfo": {
  19889. "indexPath": "Hosts.Host.9.X_ORANGE-COM_DeviceNames",
  19890. "keyPath": "Hosts.Host.8C:77:12:54:4F:34.X_ORANGE-COM_DeviceNames",
  19891. "name": "2",
  19892. "key": "dhcp",
  19893. "attributes": {
  19894. "instance": true
  19895. },
  19896. "state": "ready",
  19897. "parameterCount": 2,
  19898. "childCount": 0,
  19899. "instanceCount": 0
  19900. },
  19901. "functions": [],
  19902. "parameters": [{
  19903. "name": "Name",
  19904. "type": "string",
  19905. "attributes": {},
  19906. "state": "ready",
  19907. "value": "android-3abf36e01bdd34bc"
  19908. }, {
  19909. "name": "Source",
  19910. "type": "string",
  19911. "attributes": {},
  19912. "state": "ready",
  19913. "value": "dhcp"
  19914. }],
  19915. "children": [],
  19916. "instances": []
  19917. }]
  19918. }, {
  19919. "objectInfo": {
  19920. "indexPath": "Hosts.Host.9",
  19921. "keyPath": "Hosts.Host.8C:77:12:54:4F:34",
  19922. "name": "IPv4Address",
  19923. "key": "IPv4Address",
  19924. "attributes": {
  19925. "template": true
  19926. },
  19927. "state": "ready",
  19928. "parameterCount": 2,
  19929. "childCount": 0,
  19930. "instanceCount": 1
  19931. },
  19932. "templateInfo": {
  19933. "maxInstances": 4294967295
  19934. },
  19935. "functions": [],
  19936. "parameters": [{
  19937. "name": "IPAddress",
  19938. "type": "string",
  19939. "attributes": {},
  19940. "state": "ready",
  19941. "value": ""
  19942. }, {
  19943. "name": "AddressSource",
  19944. "type": "string",
  19945. "attributes": {},
  19946. "state": "ready",
  19947. "value": ""
  19948. }],
  19949. "children": [],
  19950. "instances": [{
  19951. "objectInfo": {
  19952. "indexPath": "Hosts.Host.9.IPv4Address",
  19953. "keyPath": "Hosts.Host.8C:77:12:54:4F:34.IPv4Address",
  19954. "name": "1",
  19955. "key": "192_168_1_15",
  19956. "attributes": {
  19957. "instance": true
  19958. },
  19959. "state": "ready",
  19960. "parameterCount": 2,
  19961. "childCount": 0,
  19962. "instanceCount": 0
  19963. },
  19964. "functions": [],
  19965. "parameters": [{
  19966. "name": "IPAddress",
  19967. "type": "string",
  19968. "attributes": {},
  19969. "state": "ready",
  19970. "value": "192.168.1.15"
  19971. }, {
  19972. "name": "AddressSource",
  19973. "type": "string",
  19974. "attributes": {},
  19975. "state": "ready",
  19976. "value": "DHCP"
  19977. }],
  19978. "children": [],
  19979. "instances": []
  19980. }]
  19981. }, {
  19982. "objectInfo": {
  19983. "indexPath": "Hosts.Host.9",
  19984. "keyPath": "Hosts.Host.8C:77:12:54:4F:34",
  19985. "name": "IPv6Address",
  19986. "key": "IPv6Address",
  19987. "attributes": {
  19988. "template": true
  19989. },
  19990. "state": "ready",
  19991. "parameterCount": 3,
  19992. "childCount": 0,
  19993. "instanceCount": 0
  19994. },
  19995. "templateInfo": {
  19996. "maxInstances": 4294967295
  19997. },
  19998. "functions": [],
  19999. "parameters": [{
  20000. "name": "IPAddress",
  20001. "type": "string",
  20002. "attributes": {},
  20003. "state": "ready",
  20004. "value": ""
  20005. }, {
  20006. "name": "AddressSource",
  20007. "type": "string",
  20008. "attributes": {},
  20009. "state": "ready",
  20010. "value": ""
  20011. }, {
  20012. "name": "Scope",
  20013. "type": "string",
  20014. "attributes": {},
  20015. "state": "ready",
  20016. "value": ""
  20017. }],
  20018. "children": [],
  20019. "instances": []
  20020. }, {
  20021. "objectInfo": {
  20022. "indexPath": "Hosts.Host.9",
  20023. "keyPath": "Hosts.Host.8C:77:12:54:4F:34",
  20024. "name": "X_ORANGE-COM_mDNSServices",
  20025. "key": "X_ORANGE-COM_mDNSServices",
  20026. "attributes": {
  20027. "template": true
  20028. },
  20029. "state": "ready",
  20030. "parameterCount": 3,
  20031. "childCount": 0,
  20032. "instanceCount": 0
  20033. },
  20034. "templateInfo": {
  20035. "maxInstances": 4294967295
  20036. },
  20037. "functions": [],
  20038. "parameters": [{
  20039. "name": "Service",
  20040. "type": "string",
  20041. "attributes": {},
  20042. "state": "ready",
  20043. "value": ""
  20044. }, {
  20045. "name": "ServiceType",
  20046. "type": "string",
  20047. "attributes": {},
  20048. "state": "ready",
  20049. "value": ""
  20050. }, {
  20051. "name": "ServiceName",
  20052. "type": "string",
  20053. "attributes": {},
  20054. "state": "ready",
  20055. "value": ""
  20056. }],
  20057. "children": [],
  20058. "instances": []
  20059. }, {
  20060. "objectInfo": {
  20061. "indexPath": "Hosts.Host.9",
  20062. "keyPath": "Hosts.Host.8C:77:12:54:4F:34",
  20063. "name": "UPnP",
  20064. "key": "UPnP",
  20065. "attributes": {},
  20066. "state": "ready",
  20067. "parameterCount": 1,
  20068. "childCount": 1,
  20069. "instanceCount": 0
  20070. },
  20071. "functions": [],
  20072. "parameters": [{
  20073. "name": "DeviceNumberOfEntries",
  20074. "type": "uint32",
  20075. "attributes": {},
  20076. "state": "ready",
  20077. "value": 0
  20078. }],
  20079. "children": [{
  20080. "objectInfo": {
  20081. "indexPath": "Hosts.Host.9.UPnP",
  20082. "keyPath": "Hosts.Host.8C:77:12:54:4F:34.UPnP",
  20083. "name": "Device",
  20084. "key": "Device",
  20085. "attributes": {
  20086. "template": true
  20087. },
  20088. "state": "ready",
  20089. "parameterCount": 12,
  20090. "childCount": 0,
  20091. "instanceCount": 0
  20092. },
  20093. "templateInfo": {
  20094. "maxInstances": 4294967295
  20095. },
  20096. "functions": [],
  20097. "parameters": [{
  20098. "name": "Status",
  20099. "type": "string",
  20100. "attributes": {},
  20101. "state": "ready",
  20102. "value": ""
  20103. }, {
  20104. "name": "UUID",
  20105. "type": "string",
  20106. "attributes": {},
  20107. "state": "ready",
  20108. "value": ""
  20109. }, {
  20110. "name": "USN",
  20111. "type": "string",
  20112. "attributes": {},
  20113. "state": "ready",
  20114. "value": ""
  20115. }, {
  20116. "name": "Location",
  20117. "type": "string",
  20118. "attributes": {},
  20119. "state": "ready",
  20120. "value": ""
  20121. }, {
  20122. "name": "Server",
  20123. "type": "string",
  20124. "attributes": {},
  20125. "state": "ready",
  20126. "value": ""
  20127. }, {
  20128. "name": "DeviceType",
  20129. "type": "string",
  20130. "attributes": {},
  20131. "state": "ready",
  20132. "value": ""
  20133. }, {
  20134. "name": "FriendlyName",
  20135. "type": "string",
  20136. "attributes": {},
  20137. "state": "ready",
  20138. "value": ""
  20139. }, {
  20140. "name": "Manufacturer",
  20141. "type": "string",
  20142. "attributes": {},
  20143. "state": "ready",
  20144. "value": ""
  20145. }, {
  20146. "name": "ModelName",
  20147. "type": "string",
  20148. "attributes": {},
  20149. "state": "ready",
  20150. "value": ""
  20151. }, {
  20152. "name": "ModelDescription",
  20153. "type": "string",
  20154. "attributes": {},
  20155. "state": "ready",
  20156. "value": ""
  20157. }, {
  20158. "name": "ModelURL",
  20159. "type": "string",
  20160. "attributes": {},
  20161. "state": "ready",
  20162. "value": ""
  20163. }, {
  20164. "name": "PresentationURL",
  20165. "type": "string",
  20166. "attributes": {},
  20167. "state": "ready",
  20168. "value": ""
  20169. }],
  20170. "children": [],
  20171. "instances": []
  20172. }],
  20173. "instances": []
  20174. }],
  20175. "instances": []
  20176. }]
  20177. }],
  20178. "instances": []
  20179. }],
  20180. "errors": [{
  20181. "error": 13,
  20182. "description": "Permission denied",
  20183. "info": "FaultMonitor"
  20184. }, {
  20185. "error": 13,
  20186. "description": "Permission denied",
  20187. "info": "LED"
  20188. }, {
  20189. "error": 13,
  20190. "description": "Permission denied",
  20191. "info": "NeMo"
  20192. }, {
  20193. "error": 13,
  20194. "description": "Permission denied",
  20195. "info": "NetDev"
  20196. }, {
  20197. "error": 13,
  20198. "description": "Permission denied",
  20199. "info": "NetMaster"
  20200. }, {
  20201. "error": 13,
  20202. "description": "Permission denied",
  20203. "info": "Firewall"
  20204. }, {
  20205. "error": 13,
  20206. "description": "Permission denied",
  20207. "info": "QueueManagement"
  20208. }, {
  20209. "error": 13,
  20210. "description": "Permission denied",
  20211. "info": "Screen"
  20212. }, {
  20213. "error": 13,
  20214. "description": "Permission denied",
  20215. "info": "RouterAdvertisement"
  20216. }, {
  20217. "error": 13,
  20218. "description": "Permission denied",
  20219. "info": "DNS"
  20220. }, {
  20221. "error": 13,
  20222. "description": "Permission denied",
  20223. "info": "DHCPv6"
  20224. }, {
  20225. "error": 13,
  20226. "description": "Permission denied",
  20227. "info": "DHCPv4"
  20228. }, {
  20229. "error": 13,
  20230. "description": "Permission denied",
  20231. "info": "DeviceInfo"
  20232. }, {
  20233. "error": 13,
  20234. "description": "Permission denied",
  20235. "info": "DeviceManagement"
  20236. }, {
  20237. "error": 13,
  20238. "description": "Permission denied",
  20239. "info": "PPP"
  20240. }, {
  20241. "error": 13,
  20242. "description": "Permission denied",
  20243. "info": "WiFiATH"
  20244. }, {
  20245. "error": 13,
  20246. "description": "Permission denied",
  20247. "info": "KMCD"
  20248. }, {
  20249. "error": 13,
  20250. "description": "Permission denied",
  20251. "info": "HTTPService"
  20252. }, {
  20253. "error": 13,
  20254. "description": "Permission denied",
  20255. "info": "CaptivePortal"
  20256. }, {
  20257. "error": 13,
  20258. "description": "Permission denied",
  20259. "info": "DynDNS"
  20260. }, {
  20261. "error": 13,
  20262. "description": "Permission denied",
  20263. "info": "Time"
  20264. }, {
  20265. "error": 13,
  20266. "description": "Permission denied",
  20267. "info": "Audiphone"
  20268. }, {
  20269. "error": 13,
  20270. "description": "Permission denied",
  20271. "info": "Phonebook"
  20272. }, {
  20273. "error": 13,
  20274. "description": "Permission denied",
  20275. "info": "VoiceService"
  20276. }, {
  20277. "error": 13,
  20278. "description": "Permission denied",
  20279. "info": ""
  20280. }, {
  20281. "error": 13,
  20282. "description": "Permission denied",
  20283. "info": "VoiceActivation"
  20284. }, {
  20285. "error": 13,
  20286. "description": "Permission denied",
  20287. "info": "UDPEchoConfig"
  20288. }, {
  20289. "error": 13,
  20290. "description": "Permission denied",
  20291. "info": "IKAPlugin"
  20292. }, {
  20293. "error": 13,
  20294. "description": "Permission denied",
  20295. "info": "DSPPlugin"
  20296. }, {
  20297. "error": 13,
  20298. "description": "Permission denied",
  20299. "info": "ToD"
  20300. }, {
  20301. "error": 13,
  20302. "description": "Permission denied",
  20303. "info": "WOL"
  20304. }, {
  20305. "error": 13,
  20306. "description": "Permission denied",
  20307. "info": "WLanScheduler"
  20308. }, {
  20309. "error": 13,
  20310. "description": "Permission denied",
  20311. "info": "CupsService"
  20312. }, {
  20313. "error": 13,
  20314. "description": "Permission denied",
  20315. "info": "Wmbus"
  20316. }, {
  20317. "error": 13,
  20318. "description": "Permission denied",
  20319. "info": "ManagementServer"
  20320. }, {
  20321. "error": 13,
  20322. "description": "Permission denied",
  20323. "info": "M2MAgent"
  20324. }, {
  20325. "error": 13,
  20326. "description": "Permission denied",
  20327. "info": "RemoteAccess"
  20328. }, {
  20329. "error": 13,
  20330. "description": "Permission denied",
  20331. "info": "Upgrade"
  20332. }, {
  20333. "error": 13,
  20334. "description": "Permission denied",
  20335. "info": "Wificom"
  20336. }, {
  20337. "error": 13,
  20338. "description": "Permission denied",
  20339. "info": "SambaService"
  20340. }, {
  20341. "error": 13,
  20342. "description": "Permission denied",
  20343. "info": "ConMon"
  20344. }, {
  20345. "error": 13,
  20346. "description": "Permission denied",
  20347. "info": "DummyPlugin"
  20348. }, {
  20349. "error": 13,
  20350. "description": "Permission denied",
  20351. "info": "Probe"
  20352. }, {
  20353. "error": 13,
  20354. "description": "Permission denied",
  20355. "info": "DSPGDECT"
  20356. }, {
  20357. "error": 13,
  20358. "description": "Permission denied",
  20359. "info": "DECT"
  20360. }, {
  20361. "error": 13,
  20362. "description": "Permission denied",
  20363. "info": "TopologyDiagnostics"
  20364. }, {
  20365. "error": 13,
  20366. "description": "Permission denied",
  20367. "info": "UPnP-IGD"
  20368. }, {
  20369. "error": 13,
  20370. "description": "Permission denied",
  20371. "info": "UPnP"
  20372. }, {
  20373. "error": 13,
  20374. "description": "Permission denied",
  20375. "info": "WebuiupgradeService"
  20376. }, {
  20377. "error": 13,
  20378. "description": "Permission denied",
  20379. "info": "WOLProxy"
  20380. }]
  20381. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement