iot-register

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Register a Cognitum Seed device. Creates a SeedClient connection, fetches identity, and assigns initial trust level.
Default endpoint:
http://169.254.42.1/
— the Cognitum Seed link-local USB Ethernet address. Use this when no endpoint is supplied.
Steps:
  1. Resolve ENDPOINT: use the user-supplied value, or default to
    http://169.254.42.1/
    .
  2. npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINT
  3. If pairing token provided:
    npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_ID
  4. Show device status:
    npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot status DEVICE_ID
Store registration event:
mcp__claude-flow__memory_store({ key: "iot-register-DEVICEID", value: "Registered at ENDPOINT", namespace: "iot-devices" })
注册Cognitum Seed设备。创建SeedClient连接、获取身份信息并分配初始信任级别。
默认端点:
http://169.254.42.1/
—— Cognitum Seed的链路本地USB以太网地址。当未提供端点时使用此地址。
步骤:
  1. 解析ENDPOINT:使用用户提供的值,或默认使用
    http://169.254.42.1/
  2. npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINT
  3. 如果提供配对令牌:
    npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_ID
  4. 查看设备状态:
    npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot status DEVICE_ID
存储注册事件:
mcp__claude-flow__memory_store({ key: "iot-register-DEVICEID", value: "Registered at ENDPOINT", namespace: "iot-devices" })