0
cordova-plugin-brightnessから明るさを得ることに問題があります。 私はundefindオブジェクトを取得します。 documentation of this pluginによると、(私は明るさを設定することができますが、私は明るさを得ることができない)明るさionic cordova-plugin-brightnessを取得できません
var LightControl = cordova.plugins.brightness;
LightControl.getBrightness();
console.log("brightness: "+LightControl.getBrightness());