github.com/simpleiot/simpleiot@v0.18.3/client/device.go (about)

     1  package client
     2  
     3  // Device represents the instance SIOT is running on
     4  type Device struct {
     5  	ID          string `node:"id"`
     6  	Parent      string `node:"parent"`
     7  	Description string `point:"description"`
     8  }