Future<bool> setParam(String key, String value) async => (await _callRpc('setParam', [nodeName, key, value])) == StatusCode.SUCCESS;