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

# 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

# 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")