iot-register
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRegister a Cognitum Seed device. Creates a SeedClient connection, fetches identity, and assigns initial trust level.
Default endpoint: — the Cognitum Seed link-local USB Ethernet address. Use this when no endpoint is supplied.
http://169.254.42.1/Steps:
- Resolve ENDPOINT: use the user-supplied value, or default to .
http://169.254.42.1/ npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINT- If pairing token provided:
npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_ID - 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连接、获取身份信息并分配初始信任级别。
默认端点: —— Cognitum Seed的链路本地USB以太网地址。当未提供端点时使用此地址。
http://169.254.42.1/步骤:
- 解析ENDPOINT:使用用户提供的值,或默认使用。
http://169.254.42.1/ npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot register ENDPOINT- 如果提供配对令牌:
npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot pair DEVICE_ID - 查看设备状态:
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" })