Announcement

Collapse
No announcement yet.

Did something change in HomeSeerAPI.Enums.dvMISC?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Did something change in HomeSeerAPI.Enums.dvMISC?

    I just found out that something has changed..
    before it works normal.


    when i use this in my code while creating devices selected from a ini file:

    dvp.MISC_set(hs, Enums.dvMISC.AUTO_VOICE_COMMAND)

    dvp.MISC_Clear(hs, Enums.dvMISC.AUTO_VOICE_COMMAND)


    It says : 'AUTO_Speech_COMMAND' is not a member of 'HomeSeerAPI.Enums.dvMISC'.


    Anyone a idea to solve it ?

    regards
    Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
    Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




    HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

    #2
    I think you have an error in your code because the error is that it can't find AUTO_Speech_COMMAND but the correct is AUTO_VOICE_COMMAND (they might mean the same thing if you have used a translation program?).

    Comment


      #3
      Thanks!

      I see what gone wrong.
      I used notepad++ and used the command to change voice to speech.
      Thats what happend.

      Thanks again


      Originally posted by mrhappy View Post
      I think you have an error in your code because the error is that it can't find AUTO_Speech_COMMAND but the correct is AUTO_VOICE_COMMAND (they might mean the same thing if you have used a translation program?).
      .
      Preferred -> Jon's Plugins, Pushover, Phlocation, Easy-trigger,
      Rfxcom, Blade Plugins, Pushbullet, homekit, Malosa Scripts




      HS3Pro 4.1.14.0 on windows 10 enterprise X64 on hp quadcore laptop 8 GB.

      Comment

      Working...
      X