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