diff --git a/README.md b/README.md index 80f22a7..d13c76c 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,8 @@ See also HELP.md and LICENSE **V1.0.1** * Fix typos on certain mute actions -**V1.0.1** +**V1.0.2** * Fix Repo URL in HELP.md + +**V1.0.3** +* Fix remaining switch/toggle actions diff --git a/index.js b/index.js index a9d5682..61f4b1d 100644 --- a/index.js +++ b/index.js @@ -1944,7 +1944,7 @@ instance.prototype.action = function(action) { cmd = opt.strip + '/$solo'; arg = { type: 'i', - value: setToggle(cmd, opt.$solo) + value: setToggle(cmd, opt.on) }; break; @@ -1953,7 +1953,7 @@ instance.prototype.action = function(action) { cmd = opt.strip + '/led'; arg = { type: 'i', - value: setToggle(cmd, opt.led) + value: setToggle(cmd, opt.on) }; break; diff --git a/package.json b/package.json index 29260e6..241edc2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "legacy": [ "wing" ], - "version": "1.0.2", + "version": "1.0.3", "api_version": "1.0.0", "keywords": [ "Audio", "Mixer", "Console"