Sorry that the README is not complete
This commit is contained in:
parent
c8878722f4
commit
4944637550
|
@ -2,9 +2,7 @@
|
||||||
open TimelapseApi
|
open TimelapseApi
|
||||||
open System
|
open System
|
||||||
|
|
||||||
type TimelapseExtension0001() = inherit TimelapseExtension()
|
type TimelapseExtension0001() =
|
||||||
override this.Name
|
inherit TimelapseExtension()
|
||||||
with get () = "TimelapseExtension0001"
|
override this.Name = "TimelapseExtension0001"
|
||||||
|
override this.Id = Guid.Parse("")
|
||||||
override this.Id
|
|
||||||
with get () = Guid.Parse("{1cb8b576-e2e8-44d5-a8e1-e25a47eb0564}") //https://duckduckgo.com/?q=guid&t=ffab&ia=answer
|
|
Loading…
Reference in New Issue