Recent content by Peter_34

  1. P

    Http request info

    const fetch = require('node-fetch'); const url = 'https://play.ht/api/v2/tts/stream'; const options = { method: 'POST', headers: { accept: 'audio/mpeg', 'content-type': 'application/json', AUTHORIZATION: 'Bearer YOUR_SECRET_KEY_HERE', 'X-USER-ID': 'YOUR_USER_ID_HERE' }...
  2. P

    Need shutdown menu intent

    Ya you are write but I want to make trigger that can be fired when intent receive of power off menu.
  3. P

    Need shutdown menu intent

    Hello guys, In Macrodroid project I need a intent that invokes a device power off menu so someone help me?
Top