Revert "suggestions for readme.md and package.json".
Another PR will be made to present this commit.
This commit is contained in:
Родитель
8e6b688b32
Коммит
6ce935177e
30
README.md
30
README.md
|
@ -1,32 +1,4 @@
|
|||
# Azure IoT PnP Authoring for Visual Studio Code
|
||||
|
||||
## Overview
|
||||
The Azure IoT PnP Authoring is a Visual Studio Code extension that supports working with [IoT Plug and Play](https://docs.microsoft.com/azure/iot-pnp/overview-iot-plug-and-play) by authoring *device capability interfaces.
|
||||
|
||||
## Get Started
|
||||
|
||||
### Develop device using IoT Plug and Play
|
||||
|
||||
[IoT Plug and Play <sup>public preview</sup>](https://docs.microsoft.com/azure/iot-pnp/) is a *device capability model schema* that describes device capabilities. The Azure IoT PnP Authoring extension provides an integrated environment to author IoT Plug and Play *device capability *interfaces.
|
||||
|
||||
Learn how to get started with IoT Plug and Play and use the PnP Authoring extension to build an IoT Plug and Play device:
|
||||
|
||||
- [What is IoT Plug and Play](https://docs.microsoft.com/azure/iot-pnp/overview-iot-plug-and-play) and the [Digital Twin Definition Language (DTDL)](https://aka.ms/DTDL) that enables it.
|
||||
- [Quickstart: Use a device capability model to create an IoT Plug and Play device](https://docs.microsoft.com/azure/iot-pnp/quickstart-create-pnp-device)
|
||||
- [Build an IoT Plug and Play Preview device that's ready for certification](https://docs.microsoft.com/azure/iot-pnp/tutorial-build-device-certification)
|
||||
|
||||
## Commands
|
||||
|
||||
### IoT Plug and Play
|
||||
|
||||
| Command | Description |
|
||||
| --- | --- |
|
||||
| `IoT Plug and Play: Create Interface...` | Create new IoT Plug and Play interface file. |
|
||||
|
||||
## Privacy Statement
|
||||
|
||||
The [Microsft Enterprise and Developer Privacy Statement](https://www.microsoft.com/privacystatement/EnterpriseDev/default.aspx) describes the privacy statement of this software.
|
||||
|
||||
# IoT Plug and Play for Visual Studio Code
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-iot-pnp-authoring",
|
||||
"displayName": "Azure IoT PnP Authoring",
|
||||
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development.",
|
||||
"name": "azure-digital-twins",
|
||||
"displayName": "IoT Plug and Play",
|
||||
"description": "Author IoT Plug and Play models, publish and manage with Model Repository",
|
||||
"version": "0.0.1",
|
||||
"publisher": "vsciot-vscode",
|
||||
"preview": true,
|
||||
"aiKey": "[AIKEY PLACEHOLDER]",
|
||||
"aiKey": "25cf12e8-2dc7-4556-b54e-40fb9d1dfba1",
|
||||
"icon": "logo.png",
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче