use crate::ember::NodeId;
crate::frame::parameters::frame!(
0x0030,
{ index: u8, node_id: NodeId },
impl {
impl Command {
#[must_use]
pub const fn new(index: u8, node_id: NodeId) -> Self {
Self { index, node_id }
}
}
},
{} => Binding(binding)::SetRemoteNodeId);