您能从外部调用RPC端点吗?如果是这样,那么调用VOLTTRON代理RPC端点所需要的身份验证是什么?例如,当向导工具生成代理时,我创建了一个包含RPC端点方法的:def rpc_method(self, arg1, arg2, kwarg1=None, kwarg2=None): RPC method
May be called from another agent via self.core.<e
例如,以英尺和英寸为例:我怎么能把其中的一个元素分解成这样的东西:
"the person is 5 feet 11 inches tall."feet {} inches tall.".format(list[1], list[1]) #I am aware taking the same index of list will give me 5-