Announcement

Collapse
No announcement yet.

Disable device Voice command

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

    Disable device Voice command

    How to disable voice command, cannot found any suitable in dvMISC

    dv.MISC_Set(hs, Enums.dvMISC...
    Attached Files
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    #2
    Originally posted by tonlof View Post
    How to disable voice command, cannot found any suitable in dvMISC

    dv.MISC_Set(hs, Enums.dvMISC...

    Hi Tonlof.


    Can you simplify your post?



    Eman.
    TinkerLand : Life's Choices,"No One Size Fits All"

    Comment


      #3
      Tonlof,

      I believe it is Enums.dvMISC.AUTO_VOICE_COMMAND?

      Wim
      -- Wim

      Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

      1210 devices/features ---- 392 events ----- 40 scripts

      Comment


        #4
        Tonlof,

        My answer was incomplete, you need to use


        dv.MISC_Clear(Enums.dvMISC.AUTO_VOICE_COMMAND)

        Wim
        -- Wim

        Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

        1210 devices/features ---- 392 events ----- 40 scripts

        Comment


          #5
          Originally posted by w.vuyk View Post
          Tonlof,

          My answer was incomplete, you need to use


          dv.MISC_Clear(Enums.dvMISC.AUTO_VOICE_COMMAND)

          Wim
          Thank you so much, worked perfect.
          AUTO_VOICE_COMMAND was my first try from the beginning but used set instead of clear.
          Please excuse any spelling and grammatical errors I may make.
          --
          Tasker Plugin / Speech Droid
          Tonlof | Sweden

          Comment

          Working...
          X