Player APIs (BrightScript & Ja...
JavaScript APIs

configurednetworks

3min
the configurednetworks object provides an array of persistent configuration names, even if they are not active at present the configurations may be accessed using @brightsign/networkconfiguration objects configurednetworks idl interface configurednetworks { promise\<array\<string>> getconfigurationnames(); }; object creation to create a configurednetworks object, load the @brightsign/configurednetworks module using the require() method var configurednetworksclass = require("@brightsign/configurednetworks"); var configurednetworks = new configurednetworksclass(); configurednetworks getconfigurationnames() promise\<array\<string>> getconfigurationnames() this method returns an array of persistent configuration names, even if they are not active at present