We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b28775 commit 01139ccCopy full SHA for 01139cc
src/ActorAccessory.js
@@ -48,7 +48,7 @@ class ActorAccessory extends Accessory {
48
49
setState(value, callback) {
50
this.value = value;
51
- this.callParticleFunction(this.functionName, value, (error, response, body) => this.callbackHelper(error, response, body, callback), true);
+ this.callParticleFunction(this.function_name, value, (error, response, body) => this.callbackHelper(error, response, body, callback), true);
52
}
53
54
callbackHelper(error, response, body, callback) {
0 commit comments