Categorygithub.com/project-eria/go-wot
module
1.6.0
Repository: https://github.com/project-eria/go-wot.git
Documentation: pkg.go.dev

# README

Client (consumer)

Connect client

	myConsumer := consumer.New()
	td, _ := myConsumer.ConsumeURL("http://127.0.0.1:8888/")

Read thing description

	fmt.Println(td.GetThingDescription().Title)

Read thing property

    value, _ := td.ReadProperty("on")

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author