Author: ygrego Date: 2015-02-04 09:45:28 +0000 (Wed, 04 Feb 2015) New Revision: 767 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/767 Log: Adding of property 'tunerId' in 'Channel class'. Modified: oipf/js/initObj/init.js Modified: oipf/js/initObj/init.js =================================================================== --- oipf/js/initObj/init.js 2015-02-04 09:34:26 UTC (rev 766) +++ oipf/js/initObj/init.js 2015-02-04 09:45:28 UTC (rev 767) @@ -95,10 +95,16 @@ * * Type: String */ - name: null,init: function() { - - }, + name: null, + /* + * Description: + * Optional unique identifier of the tuner within the scope of the OITF that is able to receive the given channel. + * + * Visibility Type: readonly String + */ + tunerID: null, + init: function(name , channelType) { this.name = name;